Releases: bramwaas/joomla_mod_simple_ical_block
2.4.1 Convert module to service provider.
v2.4.0
2.4.0 Tie moving display events window created by Now and 'Number of days after today' to the display time instead of the data-retrieve/cache time. Make it possible to let the window start at 0H00 and end at 23H59 local time of the startdate and enddate of the window in addition to the current solution where both ends are at the time of the day the data is displayed/retrieved.
v2.2.1
v2.2.0
2.2.0 after an issue of gonzob in WP support forum: 'Bug with repeating events
' improved handling of EXDATE so that also the first event of a recurrent set can be excluded.
Basic parse Recurrence-ID (only one Recurrence-ID event to replace one occurrence of the recurrent set) to support changes in individual recurrent events in Google Calendar. Remove _ chars from UID.
v2.1.5
v2.1.4
V2.1.3
v2.1.1
v2.1.0
2.1.0 Support more calendars in one module/block. Support DURATION of event. Move processing 'allowhtml' complete out Parser to template/block. Use properties in IcsParser to limit copying of input params in several functions. Solved issue: Warning: date() expects at most 2 parameters, 3 given in ...IcsParser.php on line 542 caused by wp_date() / date() replacement in v2.0.4.
Support BYSETPOS in response to a github issue on the WP block of peppergrayxyz. Support WKST.
v2.0.0
2.0.0 major and minor vesion number aligned with those of Wordpress block with the same functionality and the same code for the IcsParser block
Apart from CMS specific functions (get_option('timezone_string') / Factory::getApplication()->get('offset'), wp_transient / cache type 'output' and wp_remote_get / Joomla\Http\Http->get()) and temporary wp_date() / date().