@ckeditor/ckeditor5-paste-from-office 47.6.2-alpha.0 → 47.6.2-alpha.1

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 +3 -6
  3. package/package.json +5 -5
package/LICENSE.md CHANGED
@@ -4,12 +4,9 @@ Software License Agreement
4
4
  **CKEditor&nbsp;5 Paste from Office feature** (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
@@ -23,7 +23,7 @@ If you want to check full CKEditor&nbsp;5 capabilities, sign up for a [free non-
23
23
 
24
24
  ## Demo
25
25
 
26
- Check out the demos for the [paste from office](https://ckeditor.com/docs/ckeditor5/latest/features/pasting/paste-from-office.html#demo) and [paste from Google Docs](https://ckeditor.com/docs/ckeditor5/latest/features/pasting/paste-from-google-docs.html#demo) features.
26
+ Check out the demos for the [paste from office](https://ckeditor.com/docs/ckeditor5/lts-v47/features/pasting/paste-from-office.html#demo) and [paste from Google Docs](https://ckeditor.com/docs/ckeditor5/lts-v47/features/pasting/paste-from-google-docs.html#demo) features.
27
27
 
28
28
  ## Documentation
29
29
 
@@ -31,9 +31,6 @@ See the [`@ckeditor/ckeditor5-paste-from-office` package](https://docs.ckeditor.
31
31
 
32
32
  ## License
33
33
 
34
- Licensed under a dual-license model, this software is available under:
34
+ CKEditor&nbsp;5 Long Term Support Edition is licensed under a commercial license and is protected by copyright law.
35
35
 
36
- * the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
37
- * or commercial license terms from CKSource Holding sp. z o.o.
38
-
39
- For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
36
+ 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-paste-from-office",
3
- "version": "47.6.2-alpha.0",
3
+ "version": "47.6.2-alpha.1",
4
4
  "description": "Paste from Office feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,10 +13,10 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-clipboard": "47.6.2-alpha.0",
17
- "@ckeditor/ckeditor5-core": "47.6.2-alpha.0",
18
- "@ckeditor/ckeditor5-engine": "47.6.2-alpha.0",
19
- "ckeditor5": "47.6.2-alpha.0"
16
+ "@ckeditor/ckeditor5-clipboard": "47.6.2-alpha.1",
17
+ "@ckeditor/ckeditor5-core": "47.6.2-alpha.1",
18
+ "@ckeditor/ckeditor5-engine": "47.6.2-alpha.1",
19
+ "ckeditor5": "47.6.2-alpha.1"
20
20
  },
21
21
  "author": "CKSource (http://cksource.com/)",
22
22
  "license": "SEE LICENSE IN LICENSE.md",