@ckeditor/ckeditor5-ckfinder 47.6.1 → 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.
- package/LICENSE.md +2 -5
- package/README.md +6 -9
- package/package.json +7 -7
package/LICENSE.md
CHANGED
|
@@ -4,12 +4,9 @@ Software License Agreement
|
|
|
4
4
|
**CKEditor 5 CKFinder 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
|
-
|
|
7
|
+
CKEditor 5 Long Term Support Edition is licensed under a commercial license and is protected by copyright law.
|
|
8
8
|
|
|
9
|
-
|
|
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 5
|
|
15
12
|
------------------------------------------------------------
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ CKEditor 5's CKFinder integration
|
|
|
5
5
|
[](https://codecov.io/gh/ckeditor/ckeditor5)
|
|
6
6
|
[](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
|
|
7
7
|
|
|
8
|
-
This package implements the [CKFinder feature](https://ckeditor.com/docs/ckeditor5/
|
|
8
|
+
This package implements the [CKFinder feature](https://ckeditor.com/docs/ckeditor5/lts-v47/features/ckfinder.html). This feature allows you to easily insert images as well as links to files into the editor content. It is a bridge between CKEditor 5 WYSIWYG editor and [CKFinder file manager and uploader](https://ckeditor.com/ckfinder).
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
|
@@ -21,19 +21,16 @@ If you want to check full CKEditor 5 capabilities, sign up for a [free non-
|
|
|
21
21
|
|
|
22
22
|
## Demo
|
|
23
23
|
|
|
24
|
-
Check out the [demo in the CKFinder feature guide](https://ckeditor.com/docs/ckeditor5/
|
|
24
|
+
Check out the [demo in the CKFinder feature guide](https://ckeditor.com/docs/ckeditor5/lts-v47/features/ckfinder.html#demos).
|
|
25
25
|
|
|
26
26
|
## Documentation
|
|
27
27
|
|
|
28
|
-
See the [CKFinder integration guide](https://ckeditor.com/docs/ckeditor5/
|
|
28
|
+
See the [CKFinder integration guide](https://ckeditor.com/docs/ckeditor5/lts-v47/features/ckfinder.html) and the [plugin documentation](https://ckeditor.com/docs/ckeditor5/lts-v47/api/ckfinder.html) to learn more about the integration.
|
|
29
29
|
|
|
30
|
-
Check out the [comprehensive Image upload guide](https://ckeditor.com/docs/ckeditor5/
|
|
30
|
+
Check out the [comprehensive Image upload guide](https://ckeditor.com/docs/ckeditor5/lts-v47/features/image-upload.html) to learn about other ways to upload images into CKEditor 5.
|
|
31
31
|
|
|
32
32
|
## License
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
CKEditor 5 Long Term Support Edition is licensed under a commercial license and is protected by copyright law.
|
|
35
35
|
|
|
36
|
-
|
|
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-ckfinder",
|
|
3
|
-
"version": "47.6.1",
|
|
3
|
+
"version": "47.6.2-alpha.1",
|
|
4
4
|
"description": "CKFinder integration for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "47.6.1",
|
|
17
|
-
"@ckeditor/ckeditor5-icons": "47.6.1",
|
|
18
|
-
"@ckeditor/ckeditor5-image": "47.6.1",
|
|
19
|
-
"@ckeditor/ckeditor5-ui": "47.6.1",
|
|
20
|
-
"@ckeditor/ckeditor5-utils": "47.6.1",
|
|
21
|
-
"ckeditor5": "47.6.1"
|
|
16
|
+
"@ckeditor/ckeditor5-core": "47.6.2-alpha.1",
|
|
17
|
+
"@ckeditor/ckeditor5-icons": "47.6.2-alpha.1",
|
|
18
|
+
"@ckeditor/ckeditor5-image": "47.6.2-alpha.1",
|
|
19
|
+
"@ckeditor/ckeditor5-ui": "47.6.2-alpha.1",
|
|
20
|
+
"@ckeditor/ckeditor5-utils": "47.6.2-alpha.1",
|
|
21
|
+
"ckeditor5": "47.6.2-alpha.1"
|
|
22
22
|
},
|
|
23
23
|
"author": "CKSource (http://cksource.com/)",
|
|
24
24
|
"license": "SEE LICENSE IN LICENSE.md",
|