diff --git a/src/admin/catalog_add.php b/src/admin/catalog_add.php index ed7f0918..6872c3fc 100644 --- a/src/admin/catalog_add.php +++ b/src/admin/catalog_add.php @@ -4,7 +4,7 @@ * * @version $Id: catalog_add.php 1 14:31 2010年7月12日Z tianya $ * @package DedeBIZ.Administrator - * @copyright Copyright (c) 2021, DedeBIZ.COM + * @copyright Copyright (c) 2022, DedeBIZ.COM * @license https://www.dedebiz.com/license * @link https://www.dedebiz.com */ diff --git a/src/admin/catalog_edit.php b/src/admin/catalog_edit.php index 035df3ea..f5b5a091 100644 --- a/src/admin/catalog_edit.php +++ b/src/admin/catalog_edit.php @@ -4,7 +4,7 @@ * * @version $Id: catalog_edit.php 1 14:31 2010年7月12日Z tianya $ * @package DedeBIZ.Administrator - * @copyright Copyright (c) 2021, DedeBIZ.COM + * @copyright Copyright (c) 2022, DedeBIZ.COM * @license https://www.dedebiz.com/license * @link https://www.dedebiz.com */ diff --git a/src/static/ckeditor/CHANGES.md b/src/static/ckeditor/CHANGES.md index 1699df0b..019712e5 100755 --- a/src/static/ckeditor/CHANGES.md +++ b/src/static/ckeditor/CHANGES.md @@ -159,7 +159,7 @@ Fixed Issues: API Changes: * [#1496](https://github.com/ckeditor/ckeditor4/issues/1496): The [Balloon Toolbar](https://ckeditor.com/cke4/addon/balloontoolbar) plugin exposes the [`CKEDITOR.ui.balloonToolbar.reposition()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_ui_balloonToolbar.html#reposition) and [`CKEDITOR.ui.balloonToolbarView.reposition()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_ui_balloonToolbarView.html#reposition) methods. -* [#2021](https://github.com/ckeditor/ckeditor4/issues/2021): Added new [`CKEDITOR.dom.documentFragment.find()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_documentFragment.html#method-find) and [`CKEDITOR.dom.documentFragment.findOne()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_documentFragment.html#method-findOne) methods. +* [#2022](https://github.com/ckeditor/ckeditor4/issues/2022): Added new [`CKEDITOR.dom.documentFragment.find()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_documentFragment.html#method-find) and [`CKEDITOR.dom.documentFragment.findOne()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_documentFragment.html#method-findOne) methods. * [#2700](https://github.com/ckeditor/ckeditor4/issues/2700): Added the [`CKEDITOR.tools.array.find()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_array.html#method-find) method. * [#3123](https://github.com/ckeditor/ckeditor4/issues/3123): Added the [`CKEDITOR.tools.object.keys()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_object.html#method-keys) method. * [#3123](https://github.com/ckeditor/ckeditor4/issues/3123): Added the [`CKEDITOR.tools.object.entries()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools_object.html#method-entries) method.