Skip to content

Commit

Permalink
Version numbers; prep release.
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jul 6, 2018
1 parent 0064a69 commit 2dcbfb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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.0.10
* Version: 3.0.11
*/

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

global $mc_version, $wpdb;
$mc_version = '3.0.10';
$mc_version = '3.0.11';

define( 'MC_DEBUG', false );

Expand Down
8 changes: 6 additions & 2 deletions 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: 4.9
Requires PHP: 5.3
Stable tag: 3.0.10
Stable tag: 3.0.11
Text domain: my-calendar
License: GPLv2 or later

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

== Changelog ==

= 3.0.11 =

* SECURITY: XSS - Canonical URL not properly sanitized. Affects 3.0.0 and up.

= 3.0.10 =

* Bug fix: invalid method used to sort location lists.
Expand Down Expand Up @@ -1038,4 +1042,4 @@ The search feature in My Calendar is pretty basic; but buying My Calendar Pro gi

== Upgrade Notice ==

* 3.0.0 Major update! New features, many bug fixes and improvements.
* 3.0.11 URGENT: Security fix - XSS scripting vulnerability resolved.

0 comments on commit 2dcbfb7

Please sign in to comment.