Skip to content

Commit

Permalink
Update readmes, versions, and tested tos
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed May 25, 2022
1 parent cfd5b9d commit 7708ca1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Accessible Event Manager for WordPress
* Donate link: https://www.joedolson.com/donate/
* Tags: calendar, event management, events
* Requires at least: 4.4
* Tested up to: 5.9
* Tested up to: 6.0
* Requires PHP: 7.0
* Stable tag: `3.3.13`
* Stable tag: `3.3.14`
* 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.13
* Version: 3.3.14
*/

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

global $mc_version, $wpdb;
$mc_version = '3.3.13';
$mc_version = '3.3.14';

define( 'MC_DEBUG', false );

Expand Down
9 changes: 7 additions & 2 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Contributors: joedolson
Donate link: http://www.joedolson.com/donate/
Tags: calendar, dates, times, event, events, scheduling, schedule, event manager, event calendar, class, concert, venue, location, box office, tickets, registration
Requires at least: 4.4
Tested up to: 5.9
Tested up to: 6.0
Requires PHP: 7.0
Text domain: my-calendar
Stable tag: 3.3.13
Stable tag: 3.3.14
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 plugins is always appreciated. Visit <a href="https://translate.w

== Changelog ==

= 3.3.14 =

* Bug fix: Variables undefined if scripts disabled.
* Update tested to value for WP 6.0.

= 3.3.13 =

* Bug fix: Don't display empty field containers if field settings are empty.
Expand Down

0 comments on commit 7708ca1

Please sign in to comment.