Plugin Directory

Changeset 1888419


Ignore:
Timestamp:
06/06/2018 08:33:44 PM (8 years ago)
Author:
simplecalendar
Message:

v3.1.17 Release

Location:
google-calendar-events/trunk
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • google-calendar-events/trunk/assets/css/admin-add-calendar.min.css

    r1888286 r1888419  
    1 /*! Simple Calendar - 3.1.16
     1/*! Simple Calendar - 3.1.17
    22 * https://simplecalendar.io
    33 * Copyright (c) Moonstone Media 2018
  • google-calendar-events/trunk/assets/css/admin.min.css

    r1888286 r1888419  
    1 /*! Simple Calendar - 3.1.16
     1/*! Simple Calendar - 3.1.17
    22 * https://simplecalendar.io
    33 * Copyright (c) Moonstone Media 2018
  • google-calendar-events/trunk/assets/css/default-calendar-grid.min.css

    r1888286 r1888419  
    1 /*! Simple Calendar - 3.1.16
     1/*! Simple Calendar - 3.1.17
    22 * https://simplecalendar.io
    33 * Copyright (c) Moonstone Media 2018
  • google-calendar-events/trunk/assets/css/default-calendar-list.min.css

    r1888286 r1888419  
    1 /*! Simple Calendar - 3.1.16
     1/*! Simple Calendar - 3.1.17
    22 * https://simplecalendar.io
    33 * Copyright (c) Moonstone Media 2018
  • google-calendar-events/trunk/assets/js/admin-add-calendar.min.js

    r1888286 r1888419  
    1 /*! Simple Calendar - 3.1.16
     1/*! Simple Calendar - 3.1.17
    22 * https://simplecalendar.io
    33 * Copyright (c) Moonstone Media 2018
  • google-calendar-events/trunk/assets/js/admin.min.js

    r1888286 r1888419  
    1 /*! Simple Calendar - 3.1.16
     1/*! Simple Calendar - 3.1.17
    22 * https://simplecalendar.io
    33 * Copyright (c) Moonstone Media 2018
  • google-calendar-events/trunk/assets/js/default-calendar.min.js

    r1888286 r1888419  
    1 /*! Simple Calendar - 3.1.16
     1/*! Simple Calendar - 3.1.17
    22 * https://simplecalendar.io
    33 * Copyright (c) Moonstone Media 2018
  • google-calendar-events/trunk/google-calendar-events.php

    r1888286 r1888419  
    66 * Author:      Simple Calendar
    77 * Author URI:  https://simplecalendar.io
    8  * Version:     3.1.16
     8 * Version:     3.1.17
    99 * Text Domain: google-calendar-events
    1010 * Domain Path: /i18n
     
    2222$this_plugin_dir       = plugin_dir_url( __FILE__ );
    2323$this_plugin_constants = array(
    24     'SIMPLE_CALENDAR_VERSION'   => '3.1.16',
     24    'SIMPLE_CALENDAR_VERSION'   => '3.1.17',
    2525    'SIMPLE_CALENDAR_MAIN_FILE' => __FILE__,
    2626    'SIMPLE_CALENDAR_URL'       => $this_plugin_dir,
  • google-calendar-events/trunk/includes/main.php

    r1888286 r1888419  
    218218    public function register_settings() {
    219219        if (
    220             is_admin()
     220            ! empty( $_POST )
     221            && is_admin()
    221222            && ! defined( 'DOING_AJAX' )
    222             && isset( $_GET['page'] )
    223             && 'simple-calendar_settings' === $_GET['page']
    224             || 'update' === $_POST['action']
     223            || ( isset( $_GET['page'] ) && 'simple-calendar_settings' === $_GET['page'] )
    225224        ) {
    226225            $settings = new Admin\Pages();
  • google-calendar-events/trunk/readme.txt

    r1888286 r1888419  
    55Requires PHP: 5.3+
    66Tested up to: 4.9
    7 Stable tag: 3.1.16
     7Stable tag: 3.1.17
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9797
    9898== Changelog ==
     99
     100= 3.1.17 - June 6, 2018 =
     101* Fix: Issue with calendar settings not saving.
    99102
    100103= 3.1.16 - June 6, 2018 =
Note: See TracChangeset for help on using the changeset viewer.