From 6a4f526333f007561ef6507504c5e17f7a466bad Mon Sep 17 00:00:00 2001 From: Igor Galeta Date: Wed, 3 Jul 2024 16:58:59 +0300 Subject: [PATCH] Bump gem version to 5.1.3 --- CHANGELOG.md | 5 ++++- lib/ckeditor/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e578d9f..4453d6324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Ckeditor changelog +## Ckeditor 5.1.3 (unreleased) + + * Rename app/assets/config/manifest.js to app/assets/config/ckeditor_manifest.js to fix issue #938 ## Ckeditor 5.1.2 @@ -20,7 +23,7 @@ ## Ckeditor 5.0.0 * CDN version only (breaking changes) - + Previously you could use a bundled version of the editor by adding `//= require ckeditor/init` to your application.js. From 5.0 this is no longer available. * Upgrade rails to 5.2.x * Remove refile support due no activity since 2015 diff --git a/lib/ckeditor/version.rb b/lib/ckeditor/version.rb index 8550f0614..2bb27406d 100644 --- a/lib/ckeditor/version.rb +++ b/lib/ckeditor/version.rb @@ -2,7 +2,7 @@ module Ckeditor module Version - GEM = '5.1.2' + GEM = '5.1.3' EDITOR = '4.22.1' end end