Changeset 2929661
- Timestamp:
- 06/22/2023 11:20:51 AM (3 years ago)
- Location:
- codoc
- Files:
-
- 2 edited
- 27 copied
-
tags/0.9.51.8 (copied) (copied from codoc/trunk)
-
tags/0.9.51.8/class-codoc-util.php (copied) (copied from codoc/trunk/class-codoc-util.php)
-
tags/0.9.51.8/class-codoc.php (copied) (copied from codoc/trunk/class-codoc.php)
-
tags/0.9.51.8/codoc.php (copied) (copied from codoc/trunk/codoc.php) (2 diffs)
-
tags/0.9.51.8/css (copied) (copied from codoc/trunk/css)
-
tags/0.9.51.8/css/codoc-options.css (copied) (copied from codoc/trunk/css/codoc-options.css)
-
tags/0.9.51.8/dist (copied) (copied from codoc/trunk/dist)
-
tags/0.9.51.8/dist/blocks.build.js (copied) (copied from codoc/trunk/dist/blocks.build.js)
-
tags/0.9.51.8/dist/blocks.editor.build.css (copied) (copied from codoc/trunk/dist/blocks.editor.build.css)
-
tags/0.9.51.8/languages (copied) (copied from codoc/trunk/languages)
-
tags/0.9.51.8/languages/codoc-ja.mo (copied) (copied from codoc/trunk/languages/codoc-ja.mo)
-
tags/0.9.51.8/languages/codoc-ja.po (copied) (copied from codoc/trunk/languages/codoc-ja.po)
-
tags/0.9.51.8/languages/codoc.pot (copied) (copied from codoc/trunk/languages/codoc.pot)
-
tags/0.9.51.8/package.json (copied) (copied from codoc/trunk/package.json)
-
tags/0.9.51.8/readme.txt (copied) (copied from codoc/trunk/readme.txt) (2 diffs)
-
tags/0.9.51.8/src (copied) (copied from codoc/trunk/src)
-
tags/0.9.51.8/src/block/block.js (copied) (copied from codoc/trunk/src/block/block.js)
-
tags/0.9.51.8/src/block/editor.scss (copied) (copied from codoc/trunk/src/block/editor.scss)
-
tags/0.9.51.8/src/block/icon.js (copied) (copied from codoc/trunk/src/block/icon.js)
-
tags/0.9.51.8/src/init.php (copied) (copied from codoc/trunk/src/init.php)
-
tags/0.9.51.8/src_mce (copied) (copied from codoc/trunk/src_mce)
-
tags/0.9.51.8/src_mce/codoc-admin.css (copied) (copied from codoc/trunk/src_mce/codoc-admin.css)
-
tags/0.9.51.8/src_mce/codoc-editor-onload.js (copied) (copied from codoc/trunk/src_mce/codoc-editor-onload.js)
-
tags/0.9.51.8/src_mce/codoc-editor.js (copied) (copied from codoc/trunk/src_mce/codoc-editor.js)
-
tags/0.9.51.8/src_mce/more.png (copied) (copied from codoc/trunk/src_mce/more.png)
-
tags/0.9.51.8/src_mce/v_black.svg (copied) (copied from codoc/trunk/src_mce/v_black.svg)
-
tags/0.9.51.8/views (copied) (copied from codoc/trunk/views)
-
trunk/codoc.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
codoc/tags/0.9.51.8/codoc.php
r2929647 r2929661 6 6 Author: codoc.jp 7 7 Author URI: https://codoc.jp 8 Version: 0.9.51. 78 Version: 0.9.51.8 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 defined( 'ABSPATH' ) || exit; 15 15 16 const CODOC_PLUGIN_VERSION = '0.9.51. 7';16 const CODOC_PLUGIN_VERSION = '0.9.51.8'; 17 17 const CODOC_URL = 'https://codoc.jp'; 18 18 const CODOC_USERCODE_OPTION_NAME = 'codoc_usercode'; -
codoc/tags/0.9.51.8/readme.txt
r2929647 r2929661 5 5 Requires at least: 4.6 6 6 Tested up to: 6.2.2 7 Stable tag: 0.9.51. 77 Stable tag: 0.9.51.8 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 164 164 = 0.9.1 = 165 165 166 * Fixed a bug 167 168 where codoc integration was not possible. 166 * Fixed a bug where codoc integration was not possible. 169 167 170 168 * Fixed a bug where authentication could not be canceled. -
codoc/trunk/codoc.php
r2929647 r2929661 6 6 Author: codoc.jp 7 7 Author URI: https://codoc.jp 8 Version: 0.9.51. 78 Version: 0.9.51.8 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 defined( 'ABSPATH' ) || exit; 15 15 16 const CODOC_PLUGIN_VERSION = '0.9.51. 7';16 const CODOC_PLUGIN_VERSION = '0.9.51.8'; 17 17 const CODOC_URL = 'https://codoc.jp'; 18 18 const CODOC_USERCODE_OPTION_NAME = 'codoc_usercode'; -
codoc/trunk/readme.txt
r2929647 r2929661 5 5 Requires at least: 4.6 6 6 Tested up to: 6.2.2 7 Stable tag: 0.9.51. 77 Stable tag: 0.9.51.8 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 164 164 = 0.9.1 = 165 165 166 * Fixed a bug 167 168 where codoc integration was not possible. 166 * Fixed a bug where codoc integration was not possible. 169 167 170 168 * Fixed a bug where authentication could not be canceled.
Note: See TracChangeset
for help on using the changeset viewer.