Skip to content
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "google-calendar-events",
"title": "Simple Calendar",
"description": "Add Google Calendar events to your WordPress site.",
"version": "3.6.0",
"version": "3.6.1",
"license": "GPLv2+",
"homepage": "https://simplecalendar.io",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ We'd love your help! Here's a few things you can do:

== Changelog ==


= 3.6.1 =
* Fix: Make a new release to fix a "Class not found" error for GetUniverseDomainInterface.

= 3.6.0 =
* Dev: Breaking change: Support for PHP versions below 8.0 has been discontinued.
* Fix: An issue where the cover image was not displayed for Google Calendar events when using the OAuth Via Simple Calendar.
Expand Down