Skip to content

Releases: superdesk/superdesk-publisher

v2.8.0

26 Dec 13:19
e2efd84
Compare
Choose a tag to compare
  • 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

18 Oct 12:20
c3d4df0
Compare
Choose a tag to compare
  • Superdesk 2.7 sync
  • Enabled translations

v2.6.3

15 Apr 13:04
24096d5
Compare
Choose a tag to compare

Multi tenancy UI fixes

V2.6.2

22 Feb 16:01
dc50fb1
Compare
Choose a tag to compare

What's Changed

v2.6.1

25 Dec 13:31
Compare
Choose a tag to compare
  • Tenant info box removed

v2.6.0

01 Nov 15:26
Compare
Choose a tag to compare
  • Dark theme support
  • Content lists bug fixes
  • Social/SEO meta data bug fixes
  • Facebook IA removal
  • Superdesk 2.6 compatibility

v2.1.1

21 Jul 12:26
58ee9dd
Compare
Choose a tag to compare
fix: output control publish button unnecesarily disabled (#336)

* fix: output control publish button unnecesarily disabled

* fix fetching preview url not sending cookies

* fix: priority and urgency filtering Automatic CL

v2.1.0

01 Mar 12:55
2855811
Compare
Choose a tag to compare

See the changelog for more details.

v2.0

25 Feb 15:10
08fc93f
Compare
Choose a tag to compare
Merge pull request #234 from tomaszrondio/patch-5

SWP-1904 List articles with missing article_statistics correctly

v1.4.1

18 Feb 07:43
c1c8eeb
Compare
Choose a tag to compare

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