diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e48e02c2..ef9819523c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Superdesk Client Changelog +## [1.26.1] 2018-11-20 + +### Fixed + +- Fix the display of contextual menu for published items on move. +- Fix embedding items from ansa metasearch in editor3. +- Usage terms can not be edited in media editor. +- Fix missing vocabularies in authoring header. +- Prefer superdesk media when dropping items to editor3. +- Translation widget fails loading the list of translations. +- Multimedia are not added to the story when the new upload is used. +- Change the type of related content. +- Uploading media to master is not working. +- Changes are not saved in saved searches if search is not clicked first. + ## [1.26.0] 2018-11-12 ### TBD diff --git a/package.json b/package.json index 5a5f6b7ec3..706d0ad532 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superdesk-core", - "version": "1.26.0", + "version": "1.26.1", "license": "AGPL-3.0", "repository": { "type": "git",