Releases: solspace/craft-calendar
Releases · solspace/craft-calendar
v3.0.8
v3.0.7
v3.0.6
v3.0.5
v3.0.4
Added
- Added
./craft calendar/events/resave
console command for the ability to resave all Calendar events. Most of the arguments available toresave/entries
are available too, so if you need to also update the Craft Search Index, be sure to add--update-search-index
.
Changed
- Updated ICS subscriptions to allow passing of
site=siteHandle
into the URL to specify a certain site's translation of the data.
Fixed
- Fixed a bug where some CP Month/Week/Day views didn't work correctly with Craft 3.4.18+ update to jQuery.
- Fixed a bug where saving "late night" events that overflow into the next day might not load correctly in the UI when editing.
- Fixed a bug where clicking the EDIT button inside the CP Month/Week/Day views on an event was not being linked correctly to include the site handle.
v3.0.3
Fixed
- Fixed a bug where pagination and element results count was not displaying on CP Events index page.
- Fixed a bug where adding multi-day events to FullCal JS demo template were not displaying correctly when first added.
- Fixed a bug where creating new events that started late at night and needed to end after midnight were not correctly being accounted for.
- Fixed a bug where the main asset bundle wasn't loaded for action requests anymore.
v3.0.2
Added
- Added
dateLocalized
property as a more reliable replacement fordate
when needing to use|date
filter onmonth
/week
/day
objects to display translatable date headings or highlight 'today' in calendar views.
Fixed
- Fixed a bug where
startDateLocalized
andendDateLocalized
were not working correctly.
v3.0.1
v3.0.0
WARNING: This major version introduces editions support ('Lite' edition introduced - existing customers 'Standard' licenses become 'Pro' licenses) and requires Craft 3.4+ as well. Please ensure you have a recent database backup, and we recommend you test the update on a local/staging environment before updating your production server. Please follow the upgrading guide available here!
Added
- Added Lite edition for Calendar for simpler setups. The key differences are no ICS export/subscriptions, repeating rules, dashboard widgets and renaming of plugin name.
- Added ability to group a list of upcoming events by day, week or month, and display a heading for each.
- Added ability to show a list of upcoming events, but only display one (or a specified amount) of the next upcoming recurrences for repeating events, instead of all available ones.
- Added setting to disable (hide) the repeat rule options per calendar when editing/creating events.
- Added a 'Calendars' fieldtype, which allows for relating an entire calendar (ID) to other Craft elements.
- Added a setting that allows you to force a first day of week (overriding anything else in current locale-based behavior) for all users.
- Added ability to rename the plugin (Pro).
Changed
- Overhauled the Create/Edit event UI to be more intuitive and also match Craft 3.4 styling.
- Updated dashboard widgets to be able to display data from other Craft sites, not just the current site.
- Improved demo templates to be a bit cleaner and easier to understand.
Fixed
- Fixed a bug where the "Restrict users to editing their own events only?" feature was not working.
- Fixed a bug where if you use the Select Dates repeat rule and there's a required field that is empty, when you attempt to save the event, it'll return a hard error.
- Fixed a bug where clicking on any day number in the mini calendar in CP Month/Week/Day views and Dashboard Widget return an
Invalid data received for parameter "month".
error. - Fixed a bug where using the 'Save and continue editing' option while creating a new event would advance to a different Site instead of staying on the current one.
- Fixed various IE11 display issues.