Skip to content

Commit

Permalink
Merge pull request #56 from dartiss/develop
Browse files Browse the repository at this point in the history
Version 2.5.1
  • Loading branch information
dartiss authored Dec 16, 2020
2 parents ec94641 + c4d3950 commit 4d12c7b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion inc/class-draftlistwidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function widget( $args, $instance ) {
$instance['words'],
$instance['pending'],
),
'post',
'post'
);

// Output the trailer.
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: draft, list, scheduled, SEO, widget
Requires at least: 4.6
Tested up to: 5.6
Requires PHP: 5.3
Stable tag: 2.5
Stable tag: 2.5.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -132,6 +132,9 @@ The good news, however, is that the plugin will include a raft of new and powerf

I use semantic versioning, with the first release being 1.0.

= 2.5.1 =
* Bug: Fixed a bug (an extra comma) that impacts users on a particular version of PHP

= 2.5 =
* Enhancement: Total re-write of the post retrieval code
* Enhancement: Brought code up to PHPCS coding standards - hardly a line has been untouched
Expand Down Expand Up @@ -258,5 +261,5 @@ I use semantic versioning, with the first release being 1.0.

== Upgrade Notice ==

= 2.5 =
* Bugs quashed, some functionality changes and the code is so, so sparkly clean
= 2.5.1 =
* Bug fix that impacts users on one particular version of PHP
2 changes: 1 addition & 1 deletion simple-draft-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: Draft List
* Plugin URI: https://wordpress.org/plugins/simple-draft-list/
* Description: 📝 WordPress plugin to manage and promote your unpublished content.
* Version: 2.5
* Version: 2.5.1
* Requires at least: 4.6
* Requires PHP: 5.3
* Author: David Artiss
Expand Down

0 comments on commit 4d12c7b

Please sign in to comment.