@ckeditor/ckeditor5-essentials 47.6.2 → 47.7.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE.md +2 -5
  2. package/README.md +9 -12
  3. package/package.json +9 -9
package/LICENSE.md CHANGED
@@ -4,12 +4,9 @@ Software License Agreement
4
4
  **CKEditor&nbsp;5 essentials plugin** (https://github.com/ckeditor/ckeditor5)<br>
5
5
  Copyright (c) 2003–2026, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
- Licensed under a dual-license model, this software is available under:
7
+ CKEditor&nbsp;5 Long Term Support Edition is licensed under a commercial license and is protected by copyright law.
8
8
 
9
- * the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
10
- * or commercial license terms from CKSource Holding sp. z o.o.
11
-
12
- For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
9
+ For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
13
10
 
14
11
  Sources of Intellectual Property Included in CKEditor&nbsp;5
15
12
  ------------------------------------------------------------
package/README.md CHANGED
@@ -7,13 +7,13 @@ CKEditor&nbsp;5 essentials plugin
7
7
 
8
8
  Essential editing features for CKEditor&nbsp;5 wrapped in one plugin.
9
9
 
10
- The [`Essentials`](https://ckeditor.com/docs/ckeditor5/latest/api/module_essentials_essentials-Essentials.html) plugin includes all fundamental editing features:
10
+ The [`Essentials`](https://ckeditor.com/docs/ckeditor5/lts-v47/api/module_essentials_essentials-Essentials.html) plugin includes all fundamental editing features:
11
11
 
12
- * [`Clipboard`](https://ckeditor.com/docs/ckeditor5/latest/api/module_clipboard_clipboard-Clipboard.html)
13
- * [`Enter`](https://ckeditor.com/docs/ckeditor5/latest/api/module_enter_enter-Enter.html)
14
- * [`SelectAll`](https://ckeditor.com/docs/ckeditor5/latest/api/module_select-all_selectall-SelectAll.html)
15
- * [`Typing`](https://ckeditor.com/docs/ckeditor5/latest/api/module_typing_typing-Typing.html)
16
- * [`Undo`](https://ckeditor.com/docs/ckeditor5/latest/api/module_undo_undo-Undo.html)
12
+ * [`Clipboard`](https://ckeditor.com/docs/ckeditor5/lts-v47/api/module_clipboard_clipboard-Clipboard.html)
13
+ * [`Enter`](https://ckeditor.com/docs/ckeditor5/lts-v47/api/module_enter_enter-Enter.html)
14
+ * [`SelectAll`](https://ckeditor.com/docs/ckeditor5/lts-v47/api/module_select-all_selectall-SelectAll.html)
15
+ * [`Typing`](https://ckeditor.com/docs/ckeditor5/lts-v47/api/module_typing_typing-Typing.html)
16
+ * [`Undo`](https://ckeditor.com/docs/ckeditor5/lts-v47/api/module_undo_undo-Undo.html)
17
17
 
18
18
  ## Installation
19
19
 
@@ -29,13 +29,10 @@ If you want to check full CKEditor&nbsp;5 capabilities, sign up for a [free non-
29
29
 
30
30
  ## Documentation
31
31
 
32
- See the [`@ckeditor/ckeditor5-essentials` package](https://ckeditor.com/docs/ckeditor5/latest/api/essentials.html) page in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
32
+ See the [`@ckeditor/ckeditor5-essentials` package](https://ckeditor.com/docs/ckeditor5/lts-v47/api/essentials.html) page in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/lts-v47/).
33
33
 
34
34
  ## License
35
35
 
36
- Licensed under a dual-license model, this software is available under:
36
+ CKEditor&nbsp;5 Long Term Support Edition is licensed under a commercial license and is protected by copyright law.
37
37
 
38
- * the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
39
- * or commercial license terms from CKSource Holding sp. z o.o.
40
-
41
- For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
38
+ For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-essentials",
3
- "version": "47.6.2",
3
+ "version": "47.7.0-alpha.0",
4
4
  "description": "Essential editing features for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,14 +13,14 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-clipboard": "47.6.2",
17
- "@ckeditor/ckeditor5-core": "47.6.2",
18
- "@ckeditor/ckeditor5-enter": "47.6.2",
19
- "@ckeditor/ckeditor5-select-all": "47.6.2",
20
- "@ckeditor/ckeditor5-typing": "47.6.2",
21
- "@ckeditor/ckeditor5-ui": "47.6.2",
22
- "@ckeditor/ckeditor5-undo": "47.6.2",
23
- "ckeditor5": "47.6.2"
16
+ "@ckeditor/ckeditor5-clipboard": "47.7.0-alpha.0",
17
+ "@ckeditor/ckeditor5-core": "47.7.0-alpha.0",
18
+ "@ckeditor/ckeditor5-enter": "47.7.0-alpha.0",
19
+ "@ckeditor/ckeditor5-select-all": "47.7.0-alpha.0",
20
+ "@ckeditor/ckeditor5-typing": "47.7.0-alpha.0",
21
+ "@ckeditor/ckeditor5-ui": "47.7.0-alpha.0",
22
+ "@ckeditor/ckeditor5-undo": "47.7.0-alpha.0",
23
+ "ckeditor5": "47.7.0-alpha.0"
24
24
  },
25
25
  "author": "CKSource (http://cksource.com/)",
26
26
  "license": "SEE LICENSE IN LICENSE.md",