Skip to content

Commit

Permalink
Update readme and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Oct 11, 2019
1 parent dce513f commit 800994d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
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.1.16
* Version: 3.1.17
*/

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

global $mc_version, $wpdb;
$mc_version = '3.1.16';
$mc_version = '3.1.17';

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 @@ -5,7 +5,7 @@ Tags: calendar, dates, times, event, events, scheduling, schedule, event manager
Requires at least: 4.4
Tested up to: 5.2
Requires PHP: 5.3
Stable tag: 3.1.16
Stable tag: 3.1.17
Text domain: my-calendar
License: GPLv2 or later

Expand Down Expand Up @@ -83,6 +83,11 @@ Translating my plug-ins is always appreciated. Visit <a href="https://translate.

== Changelog ==

= 3.1.17 =

* Bug fix: comma misplaced in mc_list_title_title.
* Provide special handling in cases where multiple categories are enabled but selector is passed a non-array value.

= 3.1.16 =

* Bug fix: restricting styles & JS to specific pages broken by strict type checks.
Expand Down

0 comments on commit 800994d

Please sign in to comment.