Skip to content

Releases: pbs/pbs-media-manager-craft-kenburns

v4.0.3

08 Oct 14:43
Compare
Choose a tag to compare

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

16 Jul 15:12
Compare
Choose a tag to compare

4.0.1 - 2024-07-16

  • Fix control panel Synchronize action requests, which were not properly sending form data to controller

v4.0.0

22 Mar 15:45
6d6b0ab
Compare
Choose a tag to compare

Stable Craft 4 release

v4.0.0-beta.1

05 Feb 18:50
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

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

01 Feb 19:23
ad52c07
Compare
Choose a tag to compare

Changed

  • ScheduledSyncController console command has been renamed to ScheduleController to align with the naming convention of the GA MM plugin.

v3.3.4.2

13 Dec 20:53
6143f9f
Compare
Choose a tag to compare

Fixed

  • Fix show availability sync that was including assets like clips and trailers when determining a show's public availability

v3.3.4.1

12 Dec 19:20
0971074
Compare
Choose a tag to compare

Fixed

  • Fix show sync logic that was incorrectly returning before show availability could be determined.

v3.3.4

12 Dec 15:24
3414f5e
Compare
Choose a tag to compare

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

09 Nov 19:43
0896192
Compare
Choose a tag to compare

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

02 Nov 22:03
0108b1f
Compare
Choose a tag to compare

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.