Skip to content

Commit

Permalink
Update version numbers & readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jul 22, 2020
1 parent 5b13275 commit ca5e7c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/my-calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

/*
Expand All @@ -42,7 +42,7 @@
}

global $mc_version, $wpdb;
$mc_version = '3.2.2';
$mc_version = '3.2.3';

define( 'MC_DEBUG', false );

Expand Down
5 changes: 5 additions & 0 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ Translating my plug-ins is always appreciated. Visit <a href="https://translate.

== Changelog ==

= 3.2.3 =

* Bug fix: 3.2.2 created multiple post types with the same slug, triggering 404 errors.
* Bug fix: Templates could return the name of the template if template empty/missing.

= 3.2.2 =

* Bug fix: Curly brace offset access deprecated
Expand Down

0 comments on commit ca5e7c9

Please sign in to comment.