Skip to content

Commit

Permalink
Update version numbers, copyright, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Feb 18, 2020
1 parent 4081659 commit 21b74c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/my-calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package MyCalendar
* @author Joe Dolson
* @copyright 2009-2019 Joe Dolson
* @copyright 2009-2020 Joe Dolson
* @license GPL-2.0+
*
* @wordpress-plugin
Expand All @@ -17,11 +17,11 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 3.1.18
* Version: 3.2.0-beta
*/

/*
Copyright 2009-2019 Joe Dolson (email : [email protected])
Copyright 2009-2020 Joe Dolson (email : [email protected])
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -42,7 +42,7 @@
}

global $mc_version, $wpdb;
$mc_version = '3.1.18';
$mc_version = '3.2.0-beta';

define( 'MC_DEBUG', false );

Expand Down
8 changes: 5 additions & 3 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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.3
Tested up to: 5.4
Requires PHP: 5.3
Stable tag: 3.1.18
Stable tag: 3.2.0-beta
Text domain: my-calendar
License: GPLv2 or later

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

== Changelog ==

= 3.1.19 =
= 3.2.0 =

* Auto-toggle admin time format if display time format set to European format.
* Show API endpoint when API enabled.
* Add alternate alias for API endpoint.
* Change event timestamps to use a real UTC timestamp for reference.
* Switch from using date() to gmdate().
* Conformance with latest WordPress PHPCS ruleset.

= 3.1.18 =

Expand Down

0 comments on commit 21b74c9

Please sign in to comment.