diff --git a/inc/class-draftlistwidget.php b/inc/class-draftlistwidget.php index d1fd583..072fe0b 100755 --- a/inc/class-draftlistwidget.php +++ b/inc/class-draftlistwidget.php @@ -77,7 +77,7 @@ public function widget( $args, $instance ) { $instance['words'], $instance['pending'], ), - 'post', + 'post' ); // Output the trailer. diff --git a/readme.txt b/readme.txt index c768f7b..4091b7f 100755 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 @@ -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 diff --git a/simple-draft-list.php b/simple-draft-list.php index ca974e0..0e261eb 100755 --- a/simple-draft-list.php +++ b/simple-draft-list.php @@ -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