Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Sep 4, 2022
1 parent 4080e21 commit 9524389
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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: 6.0
* Requires PHP: 7.0
* Stable tag: `3.3.21`
* Stable tag: `3.3.22`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

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.3.21
* Version: 3.3.22
*/

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

global $mc_version, $wpdb;
$mc_version = '3.3.21';
$mc_version = '3.3.22';

define( 'MC_DEBUG', false );
define( 'MC_DIRECTORY', plugin_dir_path( __FILE__ ) );
Expand Down
6 changes: 5 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Requires at least: 4.4
Tested up to: 6.0
Requires PHP: 7.0
Text domain: my-calendar
Stable tag: 3.3.21
Stable tag: 3.3.22
License: GPLv2 or later

Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets.
Expand Down Expand Up @@ -84,6 +84,10 @@ Translating my plugins is always appreciated. Visit <a href="https://translate.w

== Changelog ==

= 3.3.22 =

* Bug fix: Mismatched variable type broke default week view.

= 3.3.21 =

* Bug fix: Accidentally stripped HTML out of all event titles with search excerpt highlighting.
Expand Down

0 comments on commit 9524389

Please sign in to comment.