diff --git a/CHANGELOG.md b/CHANGELOG.md index ff01483..da4ca35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 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) + ## 4.0.1 - 2024-07-19 - Fix control panel Synchronize action requests, which were not properly sending form data to controller diff --git a/composer.json b/composer.json index faee5dc..43006b6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "moon/pbs-media-manager-craft-gacraft", "description": "Media Manager 4 for PBS API", - "version": "4.0.1", + "version": "4.0.2", "type": "craft-plugin", "keywords": ["craftcms", "pbs", "media-manager"], "license": "MIT",