From 4499b80f54ca93574234dbb4d8b0fb20761b679d Mon Sep 17 00:00:00 2001 From: Oleg Korshul Date: Wed, 12 Feb 2025 17:46:33 +0300 Subject: [PATCH] Update version after update jquery --- sdkjs-plugins/content/deepl/CHANGELOG.md | 4 ++++ sdkjs-plugins/content/deepl/config.json | 2 +- sdkjs-plugins/content/doc2md/CHANGELOG.md | 6 +++++- sdkjs-plugins/content/doc2md/config.json | 2 +- sdkjs-plugins/content/grammalecte/CHANGELOG.md | 6 +++++- sdkjs-plugins/content/grammalecte/config.json | 2 +- sdkjs-plugins/content/highlightcode/CHANGELOG.md | 6 +++++- sdkjs-plugins/content/highlightcode/config.json | 2 +- sdkjs-plugins/content/languagetool/CHANGELOG.md | 6 +++++- sdkjs-plugins/content/languagetool/config.json | 2 +- sdkjs-plugins/content/macros/CHANGELOG.md | 6 +++++- sdkjs-plugins/content/macros/config.json | 2 +- sdkjs-plugins/content/ocr/CHANGELOG.md | 6 +++++- sdkjs-plugins/content/ocr/config.json | 2 +- sdkjs-plugins/content/pixabay/CHANGELOG.md | 6 +++++- sdkjs-plugins/content/pixabay/config.json | 2 +- sdkjs-plugins/content/speechrecognition/CHANGELOG.md | 6 +++++- sdkjs-plugins/content/speechrecognition/config.json | 2 +- sdkjs-plugins/content/thesaurus/CHANGELOG.md | 6 +++++- sdkjs-plugins/content/thesaurus/config.json | 2 +- sdkjs-plugins/content/typograf/CHANGELOG.md | 6 +++++- sdkjs-plugins/content/typograf/config.json | 2 +- sdkjs-plugins/content/zotero/CHANGELOG.md | 6 +++++- sdkjs-plugins/content/zotero/config.json | 2 +- 24 files changed, 71 insertions(+), 23 deletions(-) diff --git a/sdkjs-plugins/content/deepl/CHANGELOG.md b/sdkjs-plugins/content/deepl/CHANGELOG.md index e3c8d1d1..32d3cb3a 100644 --- a/sdkjs-plugins/content/deepl/CHANGELOG.md +++ b/sdkjs-plugins/content/deepl/CHANGELOG.md @@ -10,4 +10,8 @@ ## 1.0.2 +* Add "pdf" to the supported editors. + +## 1.0.3 + * Add "pdf" to the supported editors. \ No newline at end of file diff --git a/sdkjs-plugins/content/deepl/config.json b/sdkjs-plugins/content/deepl/config.json index 8c33a13f..cc388d88 100644 --- a/sdkjs-plugins/content/deepl/config.json +++ b/sdkjs-plugins/content/deepl/config.json @@ -8,7 +8,7 @@ "de": "DeepL" }, "guid": "asc.{b78a062b-e349-4634-8a44-99825600d299}", - "version": "1.0.2", + "version": "1.0.3", "variations": [ { diff --git a/sdkjs-plugins/content/doc2md/CHANGELOG.md b/sdkjs-plugins/content/doc2md/CHANGELOG.md index c999a9c4..74b1badc 100644 --- a/sdkjs-plugins/content/doc2md/CHANGELOG.md +++ b/sdkjs-plugins/content/doc2md/CHANGELOG.md @@ -12,4 +12,8 @@ ## 1.0.2 -* Fix problem with preview window in viewer mode. \ No newline at end of file +* Fix problem with preview window in viewer mode. + +## 1.0.3 + +* Update jquery version. \ No newline at end of file diff --git a/sdkjs-plugins/content/doc2md/config.json b/sdkjs-plugins/content/doc2md/config.json index 088218da..b9dca2c9 100644 --- a/sdkjs-plugins/content/doc2md/config.json +++ b/sdkjs-plugins/content/doc2md/config.json @@ -8,7 +8,7 @@ "de": "Doc2md" }, "guid": "asc.{5aff455d-96c4-4bd8-9658-16e5bc143738}", - "version": "1.0.2", + "version": "1.0.3", "minVersion" : "7.4.0", "variations": [ { diff --git a/sdkjs-plugins/content/grammalecte/CHANGELOG.md b/sdkjs-plugins/content/grammalecte/CHANGELOG.md index e3c8d1d1..02752ed1 100644 --- a/sdkjs-plugins/content/grammalecte/CHANGELOG.md +++ b/sdkjs-plugins/content/grammalecte/CHANGELOG.md @@ -10,4 +10,8 @@ ## 1.0.2 -* Add "pdf" to the supported editors. \ No newline at end of file +* Add "pdf" to the supported editors. + +## 1.0.3 + +* Update jquery version. \ No newline at end of file diff --git a/sdkjs-plugins/content/grammalecte/config.json b/sdkjs-plugins/content/grammalecte/config.json index d2aa82fc..a1a53e09 100644 --- a/sdkjs-plugins/content/grammalecte/config.json +++ b/sdkjs-plugins/content/grammalecte/config.json @@ -8,7 +8,7 @@ "de": "Grammalecte" }, "guid": "asc.{6ef67492-a111-4ca5-bd4f-bf02645afc61}", - "version": "1.0.2", + "version": "1.0.3", "variations": [ { diff --git a/sdkjs-plugins/content/highlightcode/CHANGELOG.md b/sdkjs-plugins/content/highlightcode/CHANGELOG.md index e6966e2c..59bbe4a8 100644 --- a/sdkjs-plugins/content/highlightcode/CHANGELOG.md +++ b/sdkjs-plugins/content/highlightcode/CHANGELOG.md @@ -12,4 +12,8 @@ # 1.0.2 -* Disable plugin for IE. \ No newline at end of file +* Disable plugin for IE. + +## 1.0.3 + +* Update jquery version. \ No newline at end of file diff --git a/sdkjs-plugins/content/highlightcode/config.json b/sdkjs-plugins/content/highlightcode/config.json index 66943e99..bfc2f859 100644 --- a/sdkjs-plugins/content/highlightcode/config.json +++ b/sdkjs-plugins/content/highlightcode/config.json @@ -9,7 +9,7 @@ "ru": "Подсветка кода", "si": "පර්යාය කෝෂය" }, - "version": "1.0.2", + "version": "1.0.3", "variations": [ { "EditorsSupport": [ diff --git a/sdkjs-plugins/content/languagetool/CHANGELOG.md b/sdkjs-plugins/content/languagetool/CHANGELOG.md index 024f1b56..d34ffc3a 100644 --- a/sdkjs-plugins/content/languagetool/CHANGELOG.md +++ b/sdkjs-plugins/content/languagetool/CHANGELOG.md @@ -14,4 +14,8 @@ ## 1.0.3 -* Bug fix (fix problem with XSS). \ No newline at end of file +* Bug fix (fix problem with XSS). + +## 1.0.4 + +* Update jquery version. \ No newline at end of file diff --git a/sdkjs-plugins/content/languagetool/config.json b/sdkjs-plugins/content/languagetool/config.json index c5b35e42..614e1d66 100644 --- a/sdkjs-plugins/content/languagetool/config.json +++ b/sdkjs-plugins/content/languagetool/config.json @@ -8,7 +8,7 @@ "de": "LanguageTool" }, "guid": "asc.{7CDB02C9-A0BF-4B56-9A1A-71C860B8498F}", - "version": "1.0.3", + "version": "1.0.4", "variations": [ { diff --git a/sdkjs-plugins/content/macros/CHANGELOG.md b/sdkjs-plugins/content/macros/CHANGELOG.md index 5a2e4c27..b12ad0d7 100644 --- a/sdkjs-plugins/content/macros/CHANGELOG.md +++ b/sdkjs-plugins/content/macros/CHANGELOG.md @@ -29,4 +29,8 @@ * Update the documentation with hints. * Chnage line height to 20px for editor and change active line highlight * Update ace library version to 1.33.0 -* Add custom functions for cell editor. \ No newline at end of file +* Add custom functions for cell editor. + +## 2.0.1 + +* Update jquery version. \ No newline at end of file diff --git a/sdkjs-plugins/content/macros/config.json b/sdkjs-plugins/content/macros/config.json index e1006782..a5a2f155 100644 --- a/sdkjs-plugins/content/macros/config.json +++ b/sdkjs-plugins/content/macros/config.json @@ -9,7 +9,7 @@ "si": "සාර්ව" }, "guid": "asc.{E6978D28-0441-4BD7-8346-82FAD68BCA3B}", - "version": "2.0.0", + "version": "2.0.1", "group": { "name": "Macros", "rank": 2 diff --git a/sdkjs-plugins/content/ocr/CHANGELOG.md b/sdkjs-plugins/content/ocr/CHANGELOG.md index 91d67643..0a97e65a 100644 --- a/sdkjs-plugins/content/ocr/CHANGELOG.md +++ b/sdkjs-plugins/content/ocr/CHANGELOG.md @@ -12,4 +12,8 @@ ## 2.0.1 * Fix problem with styles for language select. -* Add sorting for languages in alphabetical order. \ No newline at end of file +* Add sorting for languages in alphabetical order. + +## 2.0.2 + +* Update jquery version. \ No newline at end of file diff --git a/sdkjs-plugins/content/ocr/config.json b/sdkjs-plugins/content/ocr/config.json index 0f56a0d6..97cd3aca 100644 --- a/sdkjs-plugins/content/ocr/config.json +++ b/sdkjs-plugins/content/ocr/config.json @@ -9,7 +9,7 @@ "si": "OCR" }, "guid": "asc.{440EBF13-9B19-4BD8-8621-05200E58140B}", - "version": "2.0.1", + "version": "2.0.2", "variations": [ { diff --git a/sdkjs-plugins/content/pixabay/CHANGELOG.md b/sdkjs-plugins/content/pixabay/CHANGELOG.md index 79ffd100..69ba8886 100644 --- a/sdkjs-plugins/content/pixabay/CHANGELOG.md +++ b/sdkjs-plugins/content/pixabay/CHANGELOG.md @@ -6,4 +6,8 @@ ## 1.0.1 -* Add default key if user don't have their own key. \ No newline at end of file +* Add default key if user don't have their own key. + +## 1.0.2 + +* Update jquery version. \ No newline at end of file diff --git a/sdkjs-plugins/content/pixabay/config.json b/sdkjs-plugins/content/pixabay/config.json index 88e55c50..398f1b39 100644 --- a/sdkjs-plugins/content/pixabay/config.json +++ b/sdkjs-plugins/content/pixabay/config.json @@ -1,7 +1,7 @@ { "name": "Pixabay", "guid": "asc.{1f6b80f3-8b3c-41c7-96a1-4b4386a6bd4c}", - "version": "1.0.1", + "version": "1.0.2", "variations": [ { diff --git a/sdkjs-plugins/content/speechrecognition/CHANGELOG.md b/sdkjs-plugins/content/speechrecognition/CHANGELOG.md index 125461c7..7e77e026 100644 --- a/sdkjs-plugins/content/speechrecognition/CHANGELOG.md +++ b/sdkjs-plugins/content/speechrecognition/CHANGELOG.md @@ -12,4 +12,8 @@ * Bug fix. Now plugin will paste text with current cursor position formatting. * Add notification that plugin doesn't work into desktop. -* Add check for safari browser (plugin works only in Chrome). \ No newline at end of file +* Add check for safari browser (plugin works only in Chrome). + +## 1.0.3 + +* Update jquery version. \ No newline at end of file diff --git a/sdkjs-plugins/content/speechrecognition/config.json b/sdkjs-plugins/content/speechrecognition/config.json index 6945c5b5..c959dac4 100644 --- a/sdkjs-plugins/content/speechrecognition/config.json +++ b/sdkjs-plugins/content/speechrecognition/config.json @@ -8,7 +8,7 @@ "de": "Spracheingabe" }, "guid": "asc.{F30BDD79-23A0-4B05-8DE3-2AB77D03A1B4}", - "version" : "1.0.2", + "version" : "1.0.3", "variations": [ { diff --git a/sdkjs-plugins/content/thesaurus/CHANGELOG.md b/sdkjs-plugins/content/thesaurus/CHANGELOG.md index c5713d78..3b5cbad5 100644 --- a/sdkjs-plugins/content/thesaurus/CHANGELOG.md +++ b/sdkjs-plugins/content/thesaurus/CHANGELOG.md @@ -10,4 +10,8 @@ ## 1.0.2 -* Add "pdf" to the supported editors. \ No newline at end of file +* Add "pdf" to the supported editors. + +## 1.0.3 + +* Update jquery version. \ No newline at end of file diff --git a/sdkjs-plugins/content/thesaurus/config.json b/sdkjs-plugins/content/thesaurus/config.json index 9f5c3a3b..e7693b62 100644 --- a/sdkjs-plugins/content/thesaurus/config.json +++ b/sdkjs-plugins/content/thesaurus/config.json @@ -9,7 +9,7 @@ "si": "පර්යාය කෝෂය" }, "guid": "asc.{BE5CBF95-C0AD-4842-B157-AC40FEDD9840}", - "version": "1.0.2", + "version": "1.0.3", "variations": [ { diff --git a/sdkjs-plugins/content/typograf/CHANGELOG.md b/sdkjs-plugins/content/typograf/CHANGELOG.md index 94b9240e..e3a1fa93 100644 --- a/sdkjs-plugins/content/typograf/CHANGELOG.md +++ b/sdkjs-plugins/content/typograf/CHANGELOG.md @@ -6,4 +6,8 @@ ## 1.0.1 -* Disable plugin for viewer. \ No newline at end of file +* Disable plugin for viewer. + +## 1.0.2 + +* Update jquery version. \ No newline at end of file diff --git a/sdkjs-plugins/content/typograf/config.json b/sdkjs-plugins/content/typograf/config.json index 549dde3a..f0fa574f 100644 --- a/sdkjs-plugins/content/typograf/config.json +++ b/sdkjs-plugins/content/typograf/config.json @@ -8,7 +8,7 @@ "de": "Typograf" }, "guid": "asc.{55159EC6-C91A-4DDB-8E1E-558454666461}", - "version": "1.0.1", + "version": "1.0.2", "variations": [ { diff --git a/sdkjs-plugins/content/zotero/CHANGELOG.md b/sdkjs-plugins/content/zotero/CHANGELOG.md index 89a89ba7..76ce7706 100644 --- a/sdkjs-plugins/content/zotero/CHANGELOG.md +++ b/sdkjs-plugins/content/zotero/CHANGELOG.md @@ -12,4 +12,8 @@ ## 1.0.2 -* Fix problem with IE. \ No newline at end of file +* Fix problem with IE. + +## 1.0.4 + +* Update jquery version. \ No newline at end of file diff --git a/sdkjs-plugins/content/zotero/config.json b/sdkjs-plugins/content/zotero/config.json index c4f42041..a09c99f8 100644 --- a/sdkjs-plugins/content/zotero/config.json +++ b/sdkjs-plugins/content/zotero/config.json @@ -8,7 +8,7 @@ "de": "Zotero" }, "guid": "asc.{BFC5D5C6-89DE-4168-9565-ABD8D1E48711}", - "version": "1.0.3", + "version": "1.0.4", "minVersion": "7.3.3", "variations" : [