Skip to content

Releases: solspace/craft-calendar

v4.0.9

17 Apr 20:54
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where saving events as a user without edit permissions to other sites would trigger an error. It now only shows statuses for sites the user has access to.
  • Fixed a bug where the CP Month/Week/Day pages' Site selector dropdown wasn't only showing Sites the user has access to.

v4.0.8

23 Mar 19:05
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where disabled events were not displaying in the CP events index on sites with only one Craft Site.
  • Fixed a bug where events were not loading with PostgreSQL.
  • Fixed a bug where an argument must be of type string, array given error could occur in rare cases.

v3.3.21

23 Mar 18:59
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where events were not loading with PostgreSQL.
  • Fixed a bug where an argument must be of type string, array given error could occur in rare cases.

v4.0.7

02 Mar 18:04
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where it wasn't possible to query for events in multiple sites in GraphQL.

v3.3.20

21 Feb 20:00
Compare
Choose a tag to compare

Changed

  • Reverted the Status area improvements in the Calendar create/edit event page due to conflicts with field translations.

v3.3.19

15 Feb 06:20
Compare
Choose a tag to compare

Changed

  • Improved Calendar date field logic to only reset End Time when the Start Time is set past it.
  • Updated the Status area in the Calendar create/edit event page to be a closer match to native Craft Entries.

v4.0.6

07 Feb 15:54
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where editing Statuses for other sites was not working.

v4.0.5

03 Feb 20:39
Compare
Choose a tag to compare

Changed

  • Improved Calendar date field logic to only reset End Time when the Start Time is set past it.
  • Updated the Status area in the Calendar create/edit event page to be a closer match to native Craft Entries.

Fixed

  • Fixed a bug where page tabs were no longer showing in the Calendar create/edit event page.
  • Fixed a bug where the Calendar date field was appearing at the bottom of the page. Updated to very top (above Title field) temporarily until it can become part of the flow of the regular field layout.
  • Fixed a bug where the Title field was no longer showing custom labels.
  • Fixed a bug where events were no longer showing in the correct order.
  • Fixed a bug where Calendar title translations were not working correctly.

v4.0.4

26 Jan 21:27
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where sites with just 1 site would encounter a titleTranslationMethod cannot be null error when attempting to create a new calendar.
  • Fixed a bug where titleTranslationMethod and titleTranslationKeyFormat fields were sometimes not being added during a fresh install or update.
  • Fixed a bug where Calendar could error if a calendar had no field layout.
  • Fixed a bug where calendars that have titles set to be NOT TRANSLATABLE were still being translated per site.
  • Fixed a bug where attempting to edit a Calendar event through the Craft element editor modal would fail.

v4.0.3

17 Jan 18:37
Compare
Choose a tag to compare

Added

  • Added cp.solspace.calendar.filters hook to customize calendar filters in the CP Month/Week/Day view.

Fixed

  • Fixed a bug where events would not correctly display in alphabetical order when sorted by element title in the CP Events index when paginated.
  • Fixed a bug where event titles were not always being translated per site, when applicable.