Skip to content

Commit 920fad2

Browse files
authored
v1.1.2 release.
1 parent 8fc9a89 commit 920fad2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.1.2 (February 16, 2026)
4+
5+
We are happy to announce the release of CKEditor 5 Official Integration v1.1.2.
6+
7+
### Release highlights
8+
9+
In this release, we updated the CKEditor 5 version to [v47.5.0](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md#4750-february-11-2026).
10+
311
## 1.1.1 (March 17, 2025)
412

513
We are happy to announce the release of CKEditor 5 Official Integration v1.1.1.

admin/src/components/CKEditorProvider/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const CKEditorProvider = ( {
3333
}, [] )
3434

3535
const cloud = useCKEditorCloud( {
36-
version: '44.0.0',
36+
version: '47.5.0',
3737
plugins: {
3838
CKEditorInput: async () => ( await import('../CKEditorInput') ).CKEditorInput
3939
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckeditor/strapi-plugin-ckeditor",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "CKEditor 5 - Official Integration for Strapi",
55
"strapi": {
66
"name": "ckeditor",

0 commit comments

Comments
 (0)