Skip to content

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

v4.0.3

08 Oct 14:30
Compare
Choose a tag to compare
  • change show entries sync job to always sync long and short descriptions

4.0.2

01 Oct 13:29
Compare
Choose a tag to compare

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

19 Jul 16:12
Compare
Choose a tag to compare

4.0.1 - 2024-07-19

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

v4.0.0

22 Mar 14:43
63ce239
Compare
Choose a tag to compare

Stable Craft 4 release

v4.0.0-beta.1

13 Mar 16:57
Compare
Choose a tag to compare

4.0.0-beta.1 - 2024-03-13

  • 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.1

01 Feb 18:33
Compare
Choose a tag to compare

Added

  • mediamanager/schedule/run console command to run the scheduled sync jobs.

v3.3.0

12 Jan 22:01
ed50629
Compare
Choose a tag to compare

Added

  • You can now select what fields should be updated during a sync.
  • 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.
  • The plugin now emits its own log files for better debugging.

Changed

  • New Media entries and Show entries added during a sync will always synchronize all fields, regardless of what fields were selected for sync.
  • 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.2.0

20 Dec 15:08
Compare
Choose a tag to compare

Changed

  • The plugin settings now say "Content ID" instead of "API key" for show IDs when creating new shows to sync.

Added

  • The plugin will now check whether a media entry should be 'marked for deletion' based on its presence in the API calls.
  • Show synchronization jobs can now be scheduled to run at a specific time.