Releases: superdesk/web-publisher
v2.5.0
This release brings API support for adding non published articles to content lists, with additional improvements (for details see Superdesk Publisher plugin 2.8 release notes). Please make sure you are ready to start receiving HTML instead of plain text for the lead/abstract fields in your frontends.
- API improvements
- Improved search response for articles
- Added article
id
- Renamed
item.feature_media
toswp_article_feature_media
- Changed the structure of the route properties metadata, the new mapping is:
swp_route: { name: item.route.name, staticprefix: item.route.slug }
- Added
swp_article_extra
to the response
- Added article
- Adding support for custom media fields in the API response for articles
- Introducing content push endpoint with options (non published articles in content lists support, more details about the feature here)
- Used for setting custom status when a non published article is added to the content list, like
/api/{version}/content/push-with-options?status={status}
- Used for setting custom status when a non published article is added to the content list, like
- Introducing API endpoint for getting article
id
byguid
(non published articles in content lists support, more details about the feature here)- Used for retrieving an article id so the article can be properly added to the content list, after it’s pushed with the special status, like
/api/{version}/content/article/search-code?code={guid}
- Used for retrieving an article id so the article can be properly added to the content list, after it’s pushed with the special status, like
- Improved search response for articles
- Use HTML instead of plain text for the lead/abstract field
- Enabled strings to be used as Urgency values in automatic content lists
V2.4.2
- Slug update issues fix (by ETC.se)
- Analytics not working fix (by ETC.se)
- Twig debug toolbar fix
- Correction Error 14002 fix when article slug field is empty
- Publishing from Incoming in the Output control not working fix
- Content lists update webhook minimal implementation (INVALIDATION_CACHE_URL and INVALIDATION_CACHE_TOKEN env variable introduced for configuring the webhook)
V2.4.1
- Fixed removing all keywords (tags) from an article
- Fixed tests
V2.4.0
This release brings bug fixes and improvements to the first PHP 8.0 release, introducing improved content lists performance, redirections optimizations, article SEO and social metadata improvements, better article extra data migration handling, making the Publisher ready for the Superdesk 2.7.
Publisher 2.4 is tested and compatible with the Superdesk 2.6 series and the upcoming Sueprdesk 2.7.
For more details, please consult the changelog.
V2.3.0
Continuing on top of the work that introduced production ready Symfony 5.4, this release brings migration to PHP 8.0, native Google Cloud Storage support, multiple publishing workflow improvements (category and slug updates, redirections) and various bug fixes (Error log view, Output control sorting).
For more details, please consult the changelog.
V2.2.0
This release brings production ready Publisher based on Symfony 5.4 with improved testing, deployment and upgrade capabilities, and bug fixes. It also brings improved documentation for local Docker setups, together with instructions how to deploy Superdesk locally and use in in pair with the Publisher for complete end to end web publishing experience.
2.2.x series is the last one to support PHP 7.x.
V2.1.1
The final release based on Symfony 4.
v2.1.0
See Changelog
See Upgrade docs
Superdesk Publisher Client: https://github.com/superdesk/superdesk-publisher/releases/tag/v2.1.0
v2.0.4
Patch release
For changes please check CHANGELOG.md
v2.0.3
Patch release
For changes please check CHANGELOG.md