Skip to content

Commit

Permalink
Upgrade CKEditor version to 4.22.1 (the last open source release of C…
Browse files Browse the repository at this point in the history
…KEditor 4)
  • Loading branch information
galetahub committed Jul 2, 2024
1 parent 8200ccd commit de02a05
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Ckeditor changelog


## NEXT
## Ckeditor 5.1.2 (unreleased)

* Upgrade CKEditor to 4.22.1 version

## Ckeditor 5.1.1 (12-1-2021)

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

[![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)
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)

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.

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.

[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

## Features

Expand Down
2 changes: 1 addition & 1 deletion lib/ckeditor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module Backend

# CKEditor CDN
mattr_accessor :cdn_url
@@cdn_url = '//cdn.ckeditor.com/4.11.3/standard/ckeditor.js'
@@cdn_url = '//cdn.ckeditor.com/4.22.1/standard/ckeditor.js'

# Url to ckeditor config, used when CDN enabled
mattr_accessor :js_config_url
Expand Down
4 changes: 2 additions & 2 deletions lib/ckeditor/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Ckeditor
module Version
GEM = '5.1.1'
EDITOR = '4.11.3'
GEM = '5.1.2'
EDITOR = '4.22.1'
end
end

0 comments on commit de02a05

Please sign in to comment.