From 74c188c5bb7197c67197272f55951ca1c0864cda Mon Sep 17 00:00:00 2001 From: Patrick Lindsay Date: Sat, 29 Dec 2018 00:49:38 -0800 Subject: [PATCH] Release v4.3.0 --- CHANGELOG.md | 3 +++ README.md | 3 +-- lib/ckeditor/version.rb | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97841bd12..0f39f6da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Ckeditor changelog ## NEXT + * None + +## Ckeditor 4.3.0 * Update CKEditor to version 4.11.1 full (8 November 2018) diff --git a/README.md b/README.md index a51ab788e..2512798a6 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ [![Build Status](https://semaphoreci.com/api/v1/igor-galeta/ckeditor/branches/master/shields_badge.svg)](https://semaphoreci.com/igor-galeta/ckeditor) [![Code Climate](https://codeclimate.com/github/galetahub/ckeditor/badges/gpa.svg)](https://codeclimate.com/github/galetahub/ckeditor) -CKEditor is a WYSIWYG text editor designed to simplify web content creation. It brings common word processing features directly to your web pages. Enhance your website experience with our community maintained editor. -[ckeditor.com](http://ckeditor.com/) +CKEditor is a WYSIWYG text editor designed to simplify web content creation. It brings common word processing features directly to your web pages. Enhance your website experience with our community maintained editor. Currently this gem supports [ckeditor 4](https://ckeditor.com/ckeditor-4/) only. ## Features diff --git a/lib/ckeditor/version.rb b/lib/ckeditor/version.rb index f44e3a890..e30d4b9bf 100644 --- a/lib/ckeditor/version.rb +++ b/lib/ckeditor/version.rb @@ -1,6 +1,6 @@ module Ckeditor module Version - GEM = '4.2.4'.freeze - EDITOR = '4.7.1'.freeze + GEM = '4.3.0'.freeze + EDITOR = '4.11.1'.freeze end end