Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
And update the changelog
  • Loading branch information
mattyrob committed Mar 30, 2019
1 parent 492aad6 commit 7abd444
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
= 10.28 =

* Fix warning message for when set_time_limit() is disabled in php.ini
* Remove unused variable to fix error message
* Fixes for strict in_array() checks

= 10.27 =

* Tightened checks for Coding Standards
Expand Down
4 changes: 2 additions & 2 deletions subscribe2.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Subscribe2
Plugin URI: https://subscribe2.wordpress.com/
Description: Notifies an email list when new entries are posted.
Version: 10.27
Version: 10.28
Author: Matthew Robinson, Tanay Lakhani, Bryan Hadaway
Author URI: https://subscribe2.wordpress.com/
Licence: GPLv3
Expand Down Expand Up @@ -54,7 +54,7 @@

// our version number. Don't touch this or any line below
// unless you know exactly what you are doing
define( 'S2VERSION', '10.27' );
define( 'S2VERSION', '10.28' );
define( 'S2PATH', trailingslashit( dirname( __FILE__ ) ) );
define( 'S2DIR', trailingslashit( dirname( plugin_basename( __FILE__ ) ) ) );
define( 'S2URL', plugin_dir_url( dirname( __FILE__ ) ) . S2DIR );
Expand Down

0 comments on commit 7abd444

Please sign in to comment.