Skip to content

Commit

Permalink
Version & readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Dec 15, 2021
1 parent f5769cd commit 51367d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.8
* Requires PHP: 7.0
* Stable tag: `3.3.0`
* Stable tag: `3.3.1`
* 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.0
* Version: 3.3.1
*/

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

global $mc_version, $wpdb;
$mc_version = '3.3.0';
$mc_version = '3.3.1';

define( 'MC_DEBUG', false );

Expand Down
4 changes: 2 additions & 2 deletions 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.8
Requires PHP: 7.0
Text domain: my-calendar
Stable tag: 3.3.0
Stable tag: 3.3.1
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 @@ -88,11 +88,11 @@ Translating my plugins is always appreciated. Visit <a href="https://translate.w

* Bug fix: Bulk removal of locations broken.
* Bug fix: SVG category icons should not be queried remotely; use filesystem.
* Bug fix: Fix tabs in older versions of My Calendar Pro
* Layout: wider max-width by default, center calendar in container.
* Bug fix: Display more link had inverted logic & wrong label.
* Bug fix: Don't show location link if location is not post type mc-locations.
* Bug fix: Week view could end up offset incorrectly in some views due to dates getting double timezone offsets.
* Bug fix: Provide back-compatibility for tabs in older versions of My Calendar Pro

= 3.3.0 =

Expand Down

0 comments on commit 51367d8

Please sign in to comment.