Plugin Directory

Changeset 3108885

Timestamp:
06/27/2024 04:52:37 PM (6 weeks ago)
Author:
room34
Message:

Version 11.3.0.1-beta-3

Location:
ics-calendar
Files:
145 added
4 edited

Legend:

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

    r3102768 r3108885  
    13391339        // Strip embedded images from descriptions (they can blow up the array size and probably won't render properly anyway)
    13401340        add_filter('r34ics_display_calendar_preprocess_raw_feed', 'r34ics_raw_feed_strip_embedded_images', 10, 4);
     1341
     1342
     1343
    13411344       
    13421345        // Filter to allow external pre-processing of raw feed contents before parsing
  • ics-calendar/trunk/functions.php

    r3108825 r3108885  
    865865
    866866
    867 // Strip embedded images from the description (they can cause OOM errors and probably won't properly render anyway)
     867// Strip embedded images from anyway)
    868868function r34ics_raw_feed_strip_embedded_images($ics_contents, $range_start=null, $range_end=null, $args=array()) {
    869869    $ics_contents = preg_replace('/(<img([^>]+?)src="data:image\/([^>]+?)>)/', '', $ics_contents);
     870
     871
     872
     873
     874
     875
     876
     877
     878
    870879    return $ics_contents;
    871880}
     
    10721081    // Append ICS Calendar saved settings
    10731082    $settings_fields = array(
     1083
     1084
     1085
    10741086        'r34ics_feed_urls',
    10751087        'r34ics_previous_version',
    10761088        'r34ics_transients_expiration',
    1077         'r34ics_display_add_calendar_button_false',
     1089        'r34ics_',
    10781090        'r34ics_use_new_defaults_10_6',
    10791091        'r34ics_version',
  • ics-calendar/trunk/ics-calendar.php

    r3108825 r3108885  
    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.0.1-beta-1
     6Version: 11.3.0.1-beta-
    77Requires at least: 4.9
    88Requires PHP: 7.0
  • ics-calendar/trunk/readme.txt

    r3108825 r3108885  
    100100== Changelog ==
    101101
    102 = 11.3.0.1-beta-1 - 2024.06.27 =
     102= 11.3.0.1-beta- - 2024.06.27 =
    103103
    104104* Updated admin page to address possible issue of tabs not working.
     105
     106
    105107
    106108= 11.3.0 - 2024.06.13 =
Note: See TracChangeset for help on using the changeset viewer.