Skip to content

Commit

Permalink
Update version nos and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Aug 21, 2022
1 parent 1702e6f commit 3985544
Show file tree
Hide file tree
Showing 3 changed files with 11 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.18`
* Stable tag: `3.3.19`
* 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.18
* Version: 3.3.19
*/

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

global $mc_version, $wpdb;
$mc_version = '3.3.18';
$mc_version = '3.3.19';

define( 'MC_DEBUG', false );
define( 'MC_DIRECTORY', plugin_dir_path( __FILE__ ) );
Expand Down
9 changes: 8 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.18
Stable tag: 3.3.19
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,13 @@ Translating my plugins is always appreciated. Visit <a href="https://translate.w

== Changelog ==

= 3.3.19 =

* Bug fix: Missing support for 'show_recurring' parameter in shortcode builder.
* Bug fix: Checkbox input layout in shortcode builder
* Bug fix: Locations content filter needs to be restricted to main query only.
* Complete documentation of hooks.

= 3.3.18 =

* Bug fix: img and svg category icon styles applied to list items in category admin.
Expand Down

0 comments on commit 3985544

Please sign in to comment.