Changelog

4.0.0 (2020-06-24)

NOTE: Bumped version from 3.1.0 to 4.0.0 has nothing to do with any config required to be changed, the major changes is utilizing the new Plugin-API from Dashboard v4.0, Therefor Publication Planner v4.0 can ONLY be installed in Dashboard v4.0 or higher

Fixed

  • TimeZone issue with DatePicker.

  • Bug where Publish Flow displays some transitions that are not allowed for the next status.

  • Preventing users from Drag/Drop articles with published status or articles that has published version.

Added

  • Support for OC 3.0

  • New icon

  • Config option "ignoreUserTimeFormat" to ignore "Use 24h format (military time)" from user settings to utilize the user current locale time format

Changed

  • PluginAPI to the new API from Dashboard v4

  • Publish Flow UI

  • Moved from 'moment' to 'date-fns'

Removed

  • "plannerLocale" from config

  • GUI library portal mappings.

3.1.0

Added

  • functionality to handle drop into a filtered column

Changed

  • Default configuration with DB key store values

  • Updated dependencies

Fixed

  • issue with application config not being taken in consideration in agent

3.0.0 (2019-12-19)

Added

  • filterQuery option to the config, to add custom filters while fetching articles.

Changed

  • Deprecated cache method and replaced with the new cache from Dashboard to handle storing sessions to localStorage.

Removed

  • Required portals from Mappings, and replaced with one Action to get GUI components.

2.0.2 (2019-11-28)

Changed

  • Utilise Writer plugin to handle opening articles in modal with confirm

2.0.1 (2019-10-22)

Fixed

  • Leaking articles that mismatches the active filters on querystreamer events.

2.0.0 (2019-10-03)

Added

  • Integration against Dashboard Status Map and Dashboard Utility plugin in order to configure article card colors.

Changed

  • Utilise Dashboard Utility plugin to render cards and Publish flow.

1.4.0 (2019-09-05)

Added

  • Cache functionality to cache requested articles.

  • Infinity loader for columns to load more articles on scroll.

Changed

  • Refactored whole application with new hooks components.

1.3.1 (2019-08-15)

Fixed

  • Setting up correct query for querystreamer.

1.3.0 (2019-08-09)

Changed

  • Stream query for querystreamer, to listen on content changes for current user units only.

1.2.0 (2019-08-05)

Added

  • Names for required actions for plugin Mappings.

1.1.0 (2019-08-02)

Fixed

  • Ability to have Application settings merged with Plugin settings for Each application mounted within a column in a workspace.

1.0.0 (2019-08-01)

Fixed

  • CORS issues for communication with IMID enabled Writer (require Writer version: >=5.2.4)

Last updated