Skip to content

Commit

Permalink
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/my-calendar.php
Original file line number Diff line number Diff line change
@@ -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.3
* Version: 3.0.4
*/

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

global $mc_version, $wpdb;
$mc_version = '3.0.3';
$mc_version = '3.0.4';

define( 'MC_DEBUG', false );

4 changes: 2 additions & 2 deletions src/readme.txt
Original file line number Diff line number Diff line change
@@ -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.3
Stable tag: 3.0.4
Text domain: my-calendar
License: GPLv2 or later

@@ -87,7 +87,7 @@ Translating my plug-ins is always appreciated. Visit <a href="https://translate.

* Bug fix: aria-current test was broken for current date
* Bug fix: Private categories not disambiguated in MySQL query when excluded
* Improve: Rewrite my_calendar_copyr backup functions to use core functions.
* Improve: Rewrite my_calendar_copyr backup functions to use WP core functions.

= 3.0.3 =

0 comments on commit 6ccb0fb

Please sign in to comment.