Releases: superdesk/superdesk-publisher
Releases · superdesk/superdesk-publisher
v2.8.0
- Support for the Superdesk 2.8
- Support for non published articles in content lists. All published articles label becomes a drop down menu, containing two new items: Scheduled articles and Articles in progress. Both options list Superdesk articles with respective statues, utilizing Superdesk Search API. Dragging an article from either of two new lists triggers the following sequence of events:
- Article is exported from Superdesk using the improved export API endpoint, now supporting NINJS without packing it as a ZIP file (new in Superdesk 2.8)
- Article NINJS is pushed to the Publisher using the new content push endpoint with options (see Publisher 2.5 release notes)
- Article ID is retrieved from the Publisher using the new search-code API endpoint (see see Publisher 2.5 release notes)
- Article is added to the content list with the special status (Non published), with all existing options available, like pinning
- Once the article is published and pushed from Superdesk, usual publishing routine will take place, making the article appear as published in the content list
- Support for use cases when string is used for an Urgency value
Superdesk 2.8 and Publisher 2.5 are required for using this version of the plugin.
v2.7.0
- Superdesk 2.7 sync
- Enabled translations
v2.6.3
Multi tenancy UI fixes
V2.6.2
What's Changed
- fix(css): Fixed kindafullscreen modal props by @pavlovicnemanja in #349
v2.6.1
- Tenant info box removed
v2.6.0
- Dark theme support
- Content lists bug fixes
- Social/SEO meta data bug fixes
- Facebook IA removal
- Superdesk 2.6 compatibility
v2.1.1
v2.1.0
v2.0
Merge pull request #234 from tomaszrondio/patch-5 SWP-1904 List articles with missing article_statistics correctly
v1.4.1
Fixed
- UI improvement, font size fix in article preview
- webhook disabled save button, websockets, publish pane missing route name
- Content list grid items have to be the same height
- refactor output control css to make it work with editor
- webhooks moved to website management
- UI fixes
Added
- scroll through output control with arrow keys
- article preview in content lists + minor fixes
- editor opens in sliding pane
- Content list manual - item draggable