From eb112373f32e0cbff93c86f9a8ee1599be57fa2b Mon Sep 17 00:00:00 2001 From: Petr Jasek Date: Thu, 22 Nov 2018 17:29:26 +0100 Subject: [PATCH] release 1.26.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9819523c..9bf42b8aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Superdesk Client Changelog +## [1.26.2] 2018-11-22 + +### Fixed + +- Fix loading of published items in translations widget. +- Fix image upload issues. +- Fix actions dropdown for published items. +- Fix embeding items in editor3 using drag&drop. + ## [1.26.1] 2018-11-20 ### Fixed diff --git a/package.json b/package.json index 949efd828a..c1f9569e2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superdesk-core", - "version": "1.26.1", + "version": "1.26.2", "license": "AGPL-3.0", "repository": { "type": "git",