Plugin Directory

Changeset 3112641

Timestamp:
07/04/2024 02:50:14 PM (5 weeks ago)
Author:
room34
Message:

Version 11.3.1.1-beta-1

Location:
ics-calendar
Files:
146 added
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • ics-calendar/trunk/class-r34ics.php

    r3110747 r3112641  
    453453        $this->debug = current_user_can('manage_options') ? $debug : false;
    454454        if ($this->debug) { $this->debug_messages = array('args' => $args); }
     455
     456
     457
     458
     459
     460
     461
     462
     463
     464
     465
    455466       
    456467        // Get ICS data, from transient if possible
     
    19251936   
    19261937    protected function _admin_page_callback_save_settings() {
    1927         if (current_user_can('manage_options') && isset($_POST['r34ics-admin-options-nonce']) && wp_verify_nonce($_POST['r34ics-admin-options-nonce'],'r34ics')) {
     1938        if (current_user_can('manage_options') && isset($_POST['r34ics-s-nonce'],'r34ics')) {
    19281939       
    19291940            // transients_expiration
     
    19381949            // ajax_by_default
    19391950            update_option('r34ics_ajax_by_default', !empty($_POST['ajax_by_default']));
     1951
     1952
     1953
     1954
     1955
     1956
    19401957           
    19411958            // display_add_calendar_button_false
  • ics-calendar/trunk/functions.php

    r3110747 r3112641  
    772772
    773773
     774
     775
     776
     777
     778
     779
     780
     781
     782
     783
     784
     785
     786
     787
     788
     789
     790
     791
     792
     793
     794
     795
     796
     797
     798
     799
     800
     801
     802
     803
     804
     805
    774806// Minify CSS
    775807// Based on: http://manas.tungare.name/software/css-compression-in-php/
  • ics-calendar/trunk/ics-calendar.php

    r3111827 r3112641  
    44Plugin URI: https://icscalendar.com
    55Description: Turn your Google Calendar, Microsoft Office 365 or Apple iCloud Calendar into a seamlessly integrated, auto-updating, zero-maintenance WordPress experience.
    6 Version: 11.3.1
     6Version: 11.3.1
    77Requires at least: 4.9
    88Requires PHP: 7.0
  • ics-calendar/trunk/readme.txt

    r3111827 r3112641  
    9999
    100100== Changelog ==
     101
     102
     103
     104
     105
    101106
    102107= 11.3.1 - 2024.07.03 =
  • ics-calendar/trunk/templates/admin/admin.php

    r3102768 r3112641  
    3131                        <h2><?php _e('Settings', 'r34ics'); ?></h2>
    3232   
    33                         <form id="r34ics-admin-options" method="post" action="#settings">
     33                        <form id="r34ics-s" method="post" action="#settings">
    3434                            <?php
    35                             wp_nonce_field('r34ics','r34ics-admin-options-nonce');
     35                            wp_nonce_field('r34ics','r34ics-s-nonce');
    3636                       
    37                             include_once(plugin_dir_path(__FILE__) . 'admin-options.php');
     37                            include_once(plugin_dir_path(__FILE__) . 's.php');
    3838                            ?>
    3939   
Note: See TracChangeset for help on using the changeset viewer.