Skip to content

Releases: bramwaas/wordpress-plugin-wsa-simple-google-icalendar-widget

v1.1.0 latest with wp 4

30 Jan 15:26
Compare
Choose a tag to compare
Pre-release

Latest with wp 4 Requires at least: 4.8.4

v1.0.0 first release

30 Jan 15:23
Compare
Choose a tag to compare
v1.0.0 first release Pre-release
Pre-release

v2.6.0: Merge pull request #50 from bramwaas/develop-2.6.0

29 Jan 15:45
d8a31a9
Compare
Choose a tag to compare

2.6.0 Due to a reported XSS vulnerability. Checked with Wordpress Plugin Check (PCP). Fixed this vulnerability and other PCP errors and warnings, as required by Wordpress to remain in the plugin directory.

Known issue: in wp 5.9.5 with elementor 3.14.1 aria-expanded and aria-controls are stripped bij wp_kses before wp 6.3.0 (see wp_kses.php) issue is solved. Tested with wp 6.7.1 with elementor 3.26.5 .

v2.5.0

16 Nov 09:44
1a9fafc
Compare
Choose a tag to compare

2.5.0 Add filter and display support for categories. Tested with 6.7-RC and 5.9.5.

v2.4.4

31 Aug 09:03
ad4f63f
Compare
Choose a tag to compare

2.4.4 Initialization sibid also with direct assign in case setAttribute does not work (e.g. in Synced pattern 6.6)
replace ServerSideRender in block editor by custom Rest call (only for WP 6.3 +) and place_holder html in Javascript Edit and Save.
Tested with Elementor v3.23.3
Remove most unused attributes from block.json. Add deprecation for older Save methods.
Added tag_title to choose a title tag.

2.4.3 render callback to block.json. Simpler initialization in edit.js

16 Jul 10:30
4ec8b2f
Compare
Choose a tag to compare
  • 2.4.3 replaced render_callback in server side register_block_type by render in block.json (v3 plus ( is_wp_version_compatible( '6.3' ) )) simplifying initialization edit js to reduce change of looping when used in synced pattern and reviewing initializing in block.json.
  • 2.4.2 replaced null by 'admin.php' to solve issue 'Deprecation warnings in PHP 8.3' of Knut Sparhell on support forum. Moved older entries of changelog to changelog.txt.

v2.4.1

09 May 14:55
acae628
Compare
Choose a tag to compare

2.4.1 added defaults to all used keys of $args to solve issue 'PHP warnings' of johansam on support forum. Undefined array key �classname� in .../simple-google-icalendar-widget.php on line 170

v2.4.0

18 Apr 14:51
74fc088
Compare
Choose a tag to compare

2.4.0 exclude DTEND from event that is evend ends before (<) DTEND in stead of at (<=) DTEND. removed modulo 4
Checks if time zone ID with Etc/GMT 'replaced by'Etc/GMT+' is a Iana timezone then return this timezone.

v2.3.1

01 Apr 09:35
Compare
Choose a tag to compare

2.3.1 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. Add to description output to make it easier to refer to in css. Remove HTML for block title when title is empty. Add unescape \ to \ and improve , to , ; to ; chars that should be escaped following the text specification. Extra save attributes in widget option to increase the chance the REST call finds them in that option.
Tested with WP 5.3 (only widget) 5.9, 6.4 (block and widget in legacy block and in Elementor) 6.5 RC 4

v2.2.1

23 Jan 21:16
4d02af4
Compare
Choose a tag to compare

2.2.1 20240123 don't display description line when excerpt-length = 0