Plugin Directory

Changeset 3100688

Timestamp:
06/10/2024 03:48:00 PM (8 weeks ago)
Author:
room34
Message:

Version 11.2.3-beta-2

Location:
ics-calendar
Files:
144 added
3 edited

Legend:

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

    r3099554 r3100688  
    21172117     */
    21182118    protected function _url_get_contents($url, $recursion=0, $use_transients=false, $basicauth=false, $skip_domain_errors=false) {
    2119         // Use legacy method?
    2120         if (get_option('r34ics_url_get_contents_legacy_method')) {
     2119        // Use legacy method?
     2120        if (get_option('r34ics_url_get_contents_legacy_method')) {
    21212121            return $this->_url_get_contents_legacy($url, '', $recursion, null, $use_transients, $basicauth, $skip_domain_errors);
    21222122        }
    21232123   
     2124
     2125
     2126
    21242127        // Are we at debug level 3 or greater? If so, don't use transients
    21252128        if (!empty($this->debug) && $this->debug >= 3) { $use_transients = false; }
     
    23082311    protected function _url_get_contents_legacy($url, $method='', $recursion=false, $curlopts=null, $use_transients=false, $basicauth=false, $skip_domain_errors=false) {
    23092312        $method = (string)$method; // Avoid PHP 8.1 "Passing null to parameter" deprecation notice
     2313
     2314
     2315
    23102316       
    23112317        // Are we at debug level 3 or greater? If so, don't use transients
  • ics-calendar/trunk/ics-calendar.php

    r3099554 r3100688  
    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.2.3-beta-1
     6Version: 11.2.3-beta-
    77Requires at least: 4.9
    88Requires PHP: 7.0
  • ics-calendar/trunk/readme.txt

    r3099554 r3100688  
    100100== Changelog ==
    101101
    102 = 11.2.3-beta-1 - 2024.06.07 =
     102= 11.2.3-beta- =
    103103
    104104* Fixed minor issue with ICS Feed URL Tester changes in version 11.2.2 that prevented display of the tested URL after submitting.
    105105* Modified CSS for new `feedlabelindesc` so feed color dot only appears in event details hover box, and not in inline descriptions; added styling for feed labels in lightbox.
     106
    106107* Updated embedded ics-parser library to latest version (3.4.0+, up through commit [7286ce0](https://github.com/u01jmg3/ics-parser/commit/7286ce0ff37d5123094ffc8b8426d9dfcccca7f9).)
    107108
Note: See TracChangeset for help on using the changeset viewer.