This release has two important fixes for the Calendar. A bug with importing iCal data was fixed, where the CalendarUpdateFeeds workflow would ignore the last line. The datepicker was also fixed, so that multiple datepickers on a page do not leak dates between each other. There is also a bug fix for error handling during EMS imports, and inconsistent metadata handling between assets.
Gotchas:
* Due to changes in the userSession database table, you must upgrade
to 7.6.29 before upgrading beyond this version.
* WebGUI has allowed metadata possible values to be processed differently
by Posts than from other Assets. This causes problems when metadata is
shared between Posts and other Assets. To rememdy this, all metadata
possible values are being moved into the standard "pipe format", and
the Post will no longer process data in the other format.
Changelog:
- fixed #10549: EMS import
- fixed #10574: Creating Calendar Entry
- fixed #10522: Metadata value & label problem
- fixed #10594: iCal title display error.