jodit-pro 1.3.36 → 1.3.38

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/build/config.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Jodit Editor PRO (https://xdsoft.net/jodit/)
3
3
  * See LICENSE.md in the project root for license information.
4
- * Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
4
+ * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/
5
5
  */
6
6
 
7
7
  Jodit.defaultOptions.license = '5573M-20L62-BTOKJ-S7P5Z';
@@ -28,7 +28,7 @@ Jodit.defaultOptions.extraPlugins = [
28
28
  'paste-from-word-pro',
29
29
  'mobile-view',
30
30
  'translate',
31
- 'todo-list',
31
+ 'todo-list'
32
32
  ];
33
33
 
34
34
  Jodit.defaultOptions.disablePlugins = [];
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit-pro - PRO Version of Jodit Editor
3
3
  * Author: Chupurnov Valeriy <chupurnov@gmail.com>
4
- * Version: v1.3.36
4
+ * Version: v1.3.38
5
5
  * Url: https://xdsoft.net/jodit/pro/
6
6
  * License(s): SEE LICENSE IN LICENSE.md
7
7
  */