@ckeditor/ckeditor5-core 47.5.0 → 47.6.0-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/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/src/editor/editor.d.ts +2 -2
- package/src/editor/editor.js +2 -2
package/dist/index.js
CHANGED
|
@@ -2707,7 +2707,7 @@ function getPageSessionID() {
|
|
|
2707
2707
|
}
|
|
2708
2708
|
/**
|
|
2709
2709
|
* This part of the code is _not_ executed in installations under the GPL license (with `config.licenseKey = 'GPL'`).
|
|
2710
|
-
|
|
2710
|
+
*
|
|
2711
2711
|
* It is only executed when a specific license key is provided. If you are uncertain whether
|
|
2712
2712
|
* this applies to your installation, please contact our support team.
|
|
2713
2713
|
*/ async _sendUsageRequest(endpoint, request) {
|
|
@@ -2763,7 +2763,7 @@ function collectUsageData(editor) {
|
|
|
2763
2763
|
*
|
|
2764
2764
|
* @error editor-wrong-element
|
|
2765
2765
|
*/ /**
|
|
2766
|
-
* You are running [CKEditor 5 Long
|
|
2766
|
+
* You are running [CKEditor 5 Long-term Support Edition (LTS)](https://ckeditor.com/ckeditor-5-lts/),
|
|
2767
2767
|
* but the provided license key does not include access to the LTS version, or the key is invalid.
|
|
2768
2768
|
*
|
|
2769
2769
|
* Please ensure that it is copied correctly from the [Customer Portal](http://portal.ckeditor.com/),
|
|
@@ -2772,7 +2772,7 @@ function collectUsageData(editor) {
|
|
|
2772
2772
|
* In case you intended to use the [LTS Edition](https://ckeditor.com/ckeditor-5-lts/),
|
|
2773
2773
|
* but have not yet made a purchase, please [contact our sales team](https://ckeditor.com/contact-sales/)
|
|
2774
2774
|
*
|
|
2775
|
-
* If you did not intend to use LTS, please switch to non-
|
|
2775
|
+
* If you did not intend to use LTS, please switch to non-LTS edition, for example,
|
|
2776
2776
|
* the [latest](https://ckeditor.com/docs/ckeditor5/latest/updating/guides/changelog.html) build.
|
|
2777
2777
|
*
|
|
2778
2778
|
* @error license-key-lts-not-allowed
|