Version Description
- January 3, 2018 =
- Fix: Bump required PHP version to match 3.1.11 requiring PHP 5.5 so site's running older versions don't crash when updating.
Download this release
Release Info
Developer | simplecalendar |
Plugin | Simple Calendar – Google Calendar Plugin |
Version | 3.1.11.1 |
Comparing to | |
See all releases |
Code changes from version 3.1.11 to 3.1.11.1
- google-calendar-events.php +3 -3
- readme.txt +7 -3
google-calendar-events.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Add Google Calendar events to your WordPress site in minutes. Beautiful calendar displays. Fully responsive.
|
6 |
* Author: Simple Calendar
|
7 |
* Author URI: https://simplecalendar.io
|
8 |
-
* Version: 3.1.11
|
9 |
* Text Domain: google-calendar-events
|
10 |
* Domain Path: /i18n
|
11 |
*
|
@@ -21,7 +21,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
21 |
$this_plugin_path = trailingslashit( dirname( __FILE__ ) );
|
22 |
$this_plugin_dir = plugin_dir_url( __FILE__ );
|
23 |
$this_plugin_constants = array(
|
24 |
-
'SIMPLE_CALENDAR_VERSION' => '3.1.11',
|
25 |
'SIMPLE_CALENDAR_MAIN_FILE' => __FILE__,
|
26 |
'SIMPLE_CALENDAR_URL' => $this_plugin_dir,
|
27 |
'SIMPLE_CALENDAR_ASSETS' => $this_plugin_dir . 'assets/',
|
@@ -40,7 +40,7 @@ include_once 'includes/wp-requirements.php';
|
|
40 |
|
41 |
// Check plugin requirements before loading plugin.
|
42 |
$this_plugin_checks = new SimCal_WP_Requirements( 'Simple Calendar', plugin_basename( __FILE__ ), array(
|
43 |
-
'PHP' => '5.
|
44 |
'WordPress' => '4.2',
|
45 |
'Extensions' => array(
|
46 |
'curl',
|
5 |
* Description: Add Google Calendar events to your WordPress site in minutes. Beautiful calendar displays. Fully responsive.
|
6 |
* Author: Simple Calendar
|
7 |
* Author URI: https://simplecalendar.io
|
8 |
+
* Version: 3.1.11.1
|
9 |
* Text Domain: google-calendar-events
|
10 |
* Domain Path: /i18n
|
11 |
*
|
21 |
$this_plugin_path = trailingslashit( dirname( __FILE__ ) );
|
22 |
$this_plugin_dir = plugin_dir_url( __FILE__ );
|
23 |
$this_plugin_constants = array(
|
24 |
+
'SIMPLE_CALENDAR_VERSION' => '3.1.11.1',
|
25 |
'SIMPLE_CALENDAR_MAIN_FILE' => __FILE__,
|
26 |
'SIMPLE_CALENDAR_URL' => $this_plugin_dir,
|
27 |
'SIMPLE_CALENDAR_ASSETS' => $this_plugin_dir . 'assets/',
|
40 |
|
41 |
// Check plugin requirements before loading plugin.
|
42 |
$this_plugin_checks = new SimCal_WP_Requirements( 'Simple Calendar', plugin_basename( __FILE__ ), array(
|
43 |
+
'PHP' => '5.5',
|
44 |
'WordPress' => '4.2',
|
45 |
'Extensions' => array(
|
46 |
'curl',
|
readme.txt
CHANGED
@@ -2,8 +2,9 @@
|
|
2 |
Contributors: simplecalendar, sureswiftcapital, pderksen, nickyoung87, nekojira, rosshanney
|
3 |
Tags: google calendar, calendar, calendars, google, event calendar, custom calendar, custom calendars, event, events
|
4 |
Requires at least: 4.2
|
|
|
5 |
Tested up to: 4.9
|
6 |
-
Stable tag: 3.1.11
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -96,8 +97,11 @@ We'd love your help! Here's a few things you can do:
|
|
96 |
|
97 |
== Changelog ==
|
98 |
|
99 |
-
= 3.1.11 -
|
100 |
-
*
|
|
|
|
|
|
|
101 |
* Fix: Default calendar list view not showing pro calendar coloring when Calendar Settings > Appearance > Limit Visible Events is set.
|
102 |
|
103 |
= 3.1.10 - August 22, 2017 =
|
2 |
Contributors: simplecalendar, sureswiftcapital, pderksen, nickyoung87, nekojira, rosshanney
|
3 |
Tags: google calendar, calendar, calendars, google, event calendar, custom calendar, custom calendars, event, events
|
4 |
Requires at least: 4.2
|
5 |
+
Requires PHP: 5.5+
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 3.1.11.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
97 |
|
98 |
== Changelog ==
|
99 |
|
100 |
+
= 3.1.11.1 - January 3, 2018 =
|
101 |
+
* Fix: Bump required PHP version to match 3.1.11 requiring PHP 5.5 so site's running older versions don't crash when updating.
|
102 |
+
|
103 |
+
= 3.1.11 - January 2, 2018 =
|
104 |
+
* Dev: Update Google API Client libraries to v2. NOTE: Version 5.5+ for PHP now required.
|
105 |
* Fix: Default calendar list view not showing pro calendar coloring when Calendar Settings > Appearance > Limit Visible Events is set.
|
106 |
|
107 |
= 3.1.10 - August 22, 2017 =
|