Changeset 1888286
- Timestamp:
- 06/06/2018 03:35:08 PM (8 years ago)
- Location:
- google-calendar-events
- Files:
-
- 6 deleted
- 20 edited
- 1 copied
-
tags/3.1.16 (copied) (copied from google-calendar-events/tags/3.1.15)
-
tags/3.1.16/assets/css/admin-add-calendar.min.css (modified) (1 diff)
-
tags/3.1.16/assets/css/admin.min.css (modified) (1 diff)
-
tags/3.1.16/assets/css/default-calendar-grid.min.css (modified) (1 diff)
-
tags/3.1.16/assets/css/default-calendar-list.min.css (modified) (1 diff)
-
tags/3.1.16/assets/js/admin-add-calendar.min.js (modified) (1 diff)
-
tags/3.1.16/assets/js/admin.min.js (modified) (1 diff)
-
tags/3.1.16/assets/js/default-calendar.min.js (modified) (1 diff)
-
tags/3.1.16/google-calendar-events.php (modified) (2 diffs)
-
tags/3.1.16/includes/main.php (modified) (1 diff)
-
tags/3.1.16/readme.txt (modified) (2 diffs)
-
tags/3.1.16/vendor/bin (deleted)
-
tags/3.1.16/vendor/nesbot/carbon/phpunit.xml.dist (deleted)
-
tags/3.1.16/vendor/nesbot/carbon/tests (deleted)
-
trunk/assets/css/admin-add-calendar.min.css (modified) (1 diff)
-
trunk/assets/css/admin.min.css (modified) (1 diff)
-
trunk/assets/css/default-calendar-grid.min.css (modified) (1 diff)
-
trunk/assets/css/default-calendar-list.min.css (modified) (1 diff)
-
trunk/assets/js/admin-add-calendar.min.js (modified) (1 diff)
-
trunk/assets/js/admin.min.js (modified) (1 diff)
-
trunk/assets/js/default-calendar.min.js (modified) (1 diff)
-
trunk/google-calendar-events.php (modified) (2 diffs)
-
trunk/includes/main.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/bin (deleted)
-
trunk/vendor/nesbot/carbon/phpunit.xml.dist (deleted)
-
trunk/vendor/nesbot/carbon/tests (deleted)
Legend:
- Unmodified
- Added
- Removed
-
google-calendar-events/tags/3.1.16/assets/css/admin-add-calendar.min.css
r1879309 r1888286 1 /*! Simple Calendar - 3.1.1 51 /*! Simple Calendar - 3.1.16 2 2 * https://simplecalendar.io 3 3 * Copyright (c) Moonstone Media 2018 -
google-calendar-events/tags/3.1.16/assets/css/admin.min.css
r1879309 r1888286 1 /*! Simple Calendar - 3.1.1 51 /*! Simple Calendar - 3.1.16 2 2 * https://simplecalendar.io 3 3 * Copyright (c) Moonstone Media 2018 -
google-calendar-events/tags/3.1.16/assets/css/default-calendar-grid.min.css
r1879309 r1888286 1 /*! Simple Calendar - 3.1.1 51 /*! Simple Calendar - 3.1.16 2 2 * https://simplecalendar.io 3 3 * Copyright (c) Moonstone Media 2018 -
google-calendar-events/tags/3.1.16/assets/css/default-calendar-list.min.css
r1879309 r1888286 1 /*! Simple Calendar - 3.1.1 51 /*! Simple Calendar - 3.1.16 2 2 * https://simplecalendar.io 3 3 * Copyright (c) Moonstone Media 2018 -
google-calendar-events/tags/3.1.16/assets/js/admin-add-calendar.min.js
r1879309 r1888286 1 /*! Simple Calendar - 3.1.1 51 /*! Simple Calendar - 3.1.16 2 2 * https://simplecalendar.io 3 3 * Copyright (c) Moonstone Media 2018 -
google-calendar-events/tags/3.1.16/assets/js/admin.min.js
r1879309 r1888286 1 /*! Simple Calendar - 3.1.1 51 /*! Simple Calendar - 3.1.16 2 2 * https://simplecalendar.io 3 3 * Copyright (c) Moonstone Media 2018 -
google-calendar-events/tags/3.1.16/assets/js/default-calendar.min.js
r1879309 r1888286 1 /*! Simple Calendar - 3.1.1 51 /*! Simple Calendar - 3.1.16 2 2 * https://simplecalendar.io 3 3 * Copyright (c) Moonstone Media 2018 -
google-calendar-events/tags/3.1.16/google-calendar-events.php
r1879309 r1888286 6 6 * Author: Simple Calendar 7 7 * Author URI: https://simplecalendar.io 8 * Version: 3.1.1 58 * Version: 3.1.16 9 9 * Text Domain: google-calendar-events 10 10 * Domain Path: /i18n … … 22 22 $this_plugin_dir = plugin_dir_url( __FILE__ ); 23 23 $this_plugin_constants = array( 24 'SIMPLE_CALENDAR_VERSION' => '3.1.1 5',24 'SIMPLE_CALENDAR_VERSION' => '3.1.16', 25 25 'SIMPLE_CALENDAR_MAIN_FILE' => __FILE__, 26 26 'SIMPLE_CALENDAR_URL' => $this_plugin_dir, -
google-calendar-events/tags/3.1.16/includes/main.php
r1793822 r1888286 217 217 */ 218 218 public function register_settings() { 219 if ( is_admin() && ! defined( 'DOING_AJAX' ) ) { 219 if ( 220 is_admin() 221 && ! defined( 'DOING_AJAX' ) 222 && isset( $_GET['page'] ) 223 && 'simple-calendar_settings' === $_GET['page'] 224 || 'update' === $_POST['action'] 225 ) { 220 226 $settings = new Admin\Pages(); 221 227 $settings->register_settings( $settings->get_settings() ); -
google-calendar-events/tags/3.1.16/readme.txt
r1879309 r1888286 5 5 Requires PHP: 5.3+ 6 6 Tested up to: 4.9 7 Stable tag: 3.1.1 57 Stable tag: 3.1.16 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 97 97 98 98 == Changelog == 99 100 = 3.1.16 - June 6, 2018 = 101 * Fix: Issue with slow loading admin settings page. 99 102 100 103 = 3.1.15 - May 22, 2018 = -
google-calendar-events/trunk/assets/css/admin-add-calendar.min.css
r1879309 r1888286 1 /*! Simple Calendar - 3.1.1 51 /*! Simple Calendar - 3.1.16 2 2 * https://simplecalendar.io 3 3 * Copyright (c) Moonstone Media 2018 -
google-calendar-events/trunk/assets/css/admin.min.css
r1879309 r1888286 1 /*! Simple Calendar - 3.1.1 51 /*! Simple Calendar - 3.1.16 2 2 * https://simplecalendar.io 3 3 * Copyright (c) Moonstone Media 2018 -
google-calendar-events/trunk/assets/css/default-calendar-grid.min.css
r1879309 r1888286 1 /*! Simple Calendar - 3.1.1 51 /*! Simple Calendar - 3.1.16 2 2 * https://simplecalendar.io 3 3 * Copyright (c) Moonstone Media 2018 -
google-calendar-events/trunk/assets/css/default-calendar-list.min.css
r1879309 r1888286 1 /*! Simple Calendar - 3.1.1 51 /*! Simple Calendar - 3.1.16 2 2 * https://simplecalendar.io 3 3 * Copyright (c) Moonstone Media 2018 -
google-calendar-events/trunk/assets/js/admin-add-calendar.min.js
r1879309 r1888286 1 /*! Simple Calendar - 3.1.1 51 /*! Simple Calendar - 3.1.16 2 2 * https://simplecalendar.io 3 3 * Copyright (c) Moonstone Media 2018 -
google-calendar-events/trunk/assets/js/admin.min.js
r1879309 r1888286 1 /*! Simple Calendar - 3.1.1 51 /*! Simple Calendar - 3.1.16 2 2 * https://simplecalendar.io 3 3 * Copyright (c) Moonstone Media 2018 -
google-calendar-events/trunk/assets/js/default-calendar.min.js
r1879309 r1888286 1 /*! Simple Calendar - 3.1.1 51 /*! Simple Calendar - 3.1.16 2 2 * https://simplecalendar.io 3 3 * Copyright (c) Moonstone Media 2018 -
google-calendar-events/trunk/google-calendar-events.php
r1879309 r1888286 6 6 * Author: Simple Calendar 7 7 * Author URI: https://simplecalendar.io 8 * Version: 3.1.1 58 * Version: 3.1.16 9 9 * Text Domain: google-calendar-events 10 10 * Domain Path: /i18n … … 22 22 $this_plugin_dir = plugin_dir_url( __FILE__ ); 23 23 $this_plugin_constants = array( 24 'SIMPLE_CALENDAR_VERSION' => '3.1.1 5',24 'SIMPLE_CALENDAR_VERSION' => '3.1.16', 25 25 'SIMPLE_CALENDAR_MAIN_FILE' => __FILE__, 26 26 'SIMPLE_CALENDAR_URL' => $this_plugin_dir, -
google-calendar-events/trunk/includes/main.php
r1793822 r1888286 217 217 */ 218 218 public function register_settings() { 219 if ( is_admin() && ! defined( 'DOING_AJAX' ) ) { 219 if ( 220 is_admin() 221 && ! defined( 'DOING_AJAX' ) 222 && isset( $_GET['page'] ) 223 && 'simple-calendar_settings' === $_GET['page'] 224 || 'update' === $_POST['action'] 225 ) { 220 226 $settings = new Admin\Pages(); 221 227 $settings->register_settings( $settings->get_settings() ); -
google-calendar-events/trunk/readme.txt
r1879309 r1888286 5 5 Requires PHP: 5.3+ 6 6 Tested up to: 4.9 7 Stable tag: 3.1.1 57 Stable tag: 3.1.16 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 97 97 98 98 == Changelog == 99 100 = 3.1.16 - June 6, 2018 = 101 * Fix: Issue with slow loading admin settings page. 99 102 100 103 = 3.1.15 - May 22, 2018 =
Note: See TracChangeset
for help on using the changeset viewer.