Skip to content

Commit

Permalink
Update readme & versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 4, 2021
1 parent 38fbe3a commit 973eea1
Show file tree
Hide file tree
Showing 3 changed files with 9 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: 5.6
* Requires PHP: 5.6
* Stable tag: `3.2.12`
* Stable tag: `3.2.13`
* 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.2.12
* Version: 3.2.13
*/

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

global $mc_version, $wpdb;
$mc_version = '3.2.12';
$mc_version = '3.2.13';

define( 'MC_DEBUG', false );

Expand Down
7 changes: 6 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: 5.6
Requires PHP: 5.6
Text domain: my-calendar
Stable tag: 3.2.12
Stable tag: 3.2.13
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,11 @@ Translating my plug-ins is always appreciated. Visit <a href="https://translate.

== Changelog ==

= 3.2.13 =

* Bug fix: Using embed targets is more complicated than expected; disable by default. Enable with 'mc_use_embed_targets' filter.
* Bug fix: Strip embed from parameters when building links (when embed target enabled.)

= 3.2.12 =

* Bug fix: Don't use embed target link when AJAX disabled.
Expand Down

0 comments on commit 973eea1

Please sign in to comment.