Releases: pbs/pbs-media-manager-craft-kenburns
Releases · pbs/pbs-media-manager-craft-kenburns
v4.0.3
4.0.3 - 2024-10-08
- change show entries sync job to always sync long and short description fields
4.0.2 - 2024-10-01
- add ability to select what show entries to sync
- fix URL issue on control panel Shows template
- fix issue that was incorrectly tagging shows as being available to public (FVOD)
v4.0.1
4.0.1 - 2024-07-16
- Fix control panel Synchronize action requests, which were not properly sending form data to controller
v4.0.0
Stable Craft 4 release
v4.0.0-beta.1
What's Changed
- adds support for Craft 4
- update control panel template button listener JS functionality
- add support for alternative rich text plugins, namely CK Editor
v3.3.4.3
Changed
- ScheduledSyncController console command has been renamed to ScheduleController to align with the naming convention of the GA MM plugin.
v3.3.4.2
Fixed
- Fix show availability sync that was including assets like clips and trailers when determining a show's public availability
v3.3.4.1
Fixed
- Fix show sync logic that was incorrectly returning before show availability could be determined.
v3.3.4
Added
- The plugin now emits its own log files for better debugging.
Changed
- The way a show's "Episode Count" property is determined now looks at a show's asset count rather than the static "Episode Count" property on the Show record.
v3.3.3
Fixed
- Fixed missing property setters in the MediaSync job that prevented the 'check for changes' feature from working properly (e4100dc)
Changed
- New Media entries and Show entries added during a sync will always synchronize all fields, regardless of what fields were selected for sync.
- Plugin settings no longer handles field layouts for Media or Show sections.
Added
- Added more API attributes to the list of fields that can be synchronized to Show entries.
- Show Entry sync jobs can now sync the Passport availability and public availability flags.
v3.3.2
Fixed
- Fix issue where the Thumbnail field was not updating when the sync was run if it had been included in the list of fields to sync.
Added
- Media entry Titles can now be synced.