diff --git a/readme.md b/readme.md index f64dab3f2..30cb818a1 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ Accessible Event Manager for WordPress * Requires at least: 4.4 * Tested up to: 5.4 * Requires PHP: 5.6 -* Stable tag: `3.2.2` +* Stable tag: `3.2.3` * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -21,8 +21,6 @@ This is the development environment for My Calendar. Support questions should be sent via the Support form that appears on the Help screen within the plug-in. -Note: this is currently failing tests. The failures are due to a change in test requirements to require strict comparisons, which will take some time to review and complete. It will not pass all tests again until version 3.2.0. - Bugs or feature development contributions should be made through the [GitHub repository](https://github.com/joedolson/my-calendar/issues) ## Authors diff --git a/src/my-calendar.php b/src/my-calendar.php index 00096f768..38fcdc611 100644 --- a/src/my-calendar.php +++ b/src/my-calendar.php @@ -17,7 +17,7 @@ * License: GPL-2.0+ * License URI: http://www.gnu.org/license/gpl-2.0.txt * Domain Path: lang - * Version: 3.2.2 + * Version: 3.2.3 */ /* @@ -42,7 +42,7 @@ } global $mc_version, $wpdb; -$mc_version = '3.2.2'; +$mc_version = '3.2.3'; define( 'MC_DEBUG', false ); diff --git a/src/readme.txt b/src/readme.txt index 8844af495..b9f73744a 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -83,6 +83,11 @@ Translating my plug-ins is always appreciated. Visit