Changeset 2929622
- Timestamp:
- 06/22/2023 10:21:41 AM (3 years ago)
- Location:
- codoc
- Files:
-
- 2 edited
- 27 copied
-
tags/0.9.51.6/trunk (copied) (copied from codoc/trunk)
-
tags/0.9.51.6/trunk/class-codoc-util.php (copied) (copied from codoc/trunk/class-codoc-util.php)
-
tags/0.9.51.6/trunk/class-codoc.php (copied) (copied from codoc/trunk/class-codoc.php)
-
tags/0.9.51.6/trunk/codoc.php (copied) (copied from codoc/trunk/codoc.php) (2 diffs)
-
tags/0.9.51.6/trunk/css (copied) (copied from codoc/trunk/css)
-
tags/0.9.51.6/trunk/css/codoc-options.css (copied) (copied from codoc/trunk/css/codoc-options.css)
-
tags/0.9.51.6/trunk/dist (copied) (copied from codoc/trunk/dist)
-
tags/0.9.51.6/trunk/dist/blocks.build.js (copied) (copied from codoc/trunk/dist/blocks.build.js)
-
tags/0.9.51.6/trunk/dist/blocks.editor.build.css (copied) (copied from codoc/trunk/dist/blocks.editor.build.css)
-
tags/0.9.51.6/trunk/languages (copied) (copied from codoc/trunk/languages)
-
tags/0.9.51.6/trunk/languages/codoc-ja.mo (copied) (copied from codoc/trunk/languages/codoc-ja.mo)
-
tags/0.9.51.6/trunk/languages/codoc-ja.po (copied) (copied from codoc/trunk/languages/codoc-ja.po)
-
tags/0.9.51.6/trunk/languages/codoc.pot (copied) (copied from codoc/trunk/languages/codoc.pot)
-
tags/0.9.51.6/trunk/package.json (copied) (copied from codoc/trunk/package.json)
-
tags/0.9.51.6/trunk/readme.txt (copied) (copied from codoc/trunk/readme.txt) (2 diffs)
-
tags/0.9.51.6/trunk/src (copied) (copied from codoc/trunk/src)
-
tags/0.9.51.6/trunk/src/block/block.js (copied) (copied from codoc/trunk/src/block/block.js)
-
tags/0.9.51.6/trunk/src/block/editor.scss (copied) (copied from codoc/trunk/src/block/editor.scss)
-
tags/0.9.51.6/trunk/src/block/icon.js (copied) (copied from codoc/trunk/src/block/icon.js)
-
tags/0.9.51.6/trunk/src/init.php (copied) (copied from codoc/trunk/src/init.php)
-
tags/0.9.51.6/trunk/src_mce (copied) (copied from codoc/trunk/src_mce)
-
tags/0.9.51.6/trunk/src_mce/codoc-admin.css (copied) (copied from codoc/trunk/src_mce/codoc-admin.css)
-
tags/0.9.51.6/trunk/src_mce/codoc-editor-onload.js (copied) (copied from codoc/trunk/src_mce/codoc-editor-onload.js)
-
tags/0.9.51.6/trunk/src_mce/codoc-editor.js (copied) (copied from codoc/trunk/src_mce/codoc-editor.js)
-
tags/0.9.51.6/trunk/src_mce/more.png (copied) (copied from codoc/trunk/src_mce/more.png)
-
tags/0.9.51.6/trunk/src_mce/v_black.svg (copied) (copied from codoc/trunk/src_mce/v_black.svg)
-
tags/0.9.51.6/trunk/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.6/trunk/codoc.php
r2928598 r2929622 6 6 Author: codoc.jp 7 7 Author URI: https://codoc.jp 8 Version: 0.9.51. 58 Version: 0.9.51.6 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. 5';16 const CODOC_PLUGIN_VERSION = '0.9.51.6'; 17 17 const CODOC_URL = 'https://codoc.jp'; 18 18 const CODOC_USERCODE_OPTION_NAME = 'codoc_usercode'; -
codoc/tags/0.9.51.6/trunk/readme.txt
r2928598 r2929622 5 5 Requires at least: 4.6 6 6 Tested up to: 6.2.2 7 Stable tag: 0.9.51. 57 Stable tag: 0.9.51.6 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 33 33 4. Proceed to the codoc blog integration feature and click "Authenticate". 34 34 35 5. Go to the codoc Settings page in WordPress and confirm the display of " ***@***authenticated" message.35 5. Go to the codoc Settings page in WordPress and confirm the display of "your@address authenticated" message. 36 36 37 37 Once the above settings are complete, you can start using the codoc block by searching for "codoc" in the "Add Block" section of the post editor※. -
codoc/trunk/codoc.php
r2928598 r2929622 6 6 Author: codoc.jp 7 7 Author URI: https://codoc.jp 8 Version: 0.9.51. 58 Version: 0.9.51.6 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. 5';16 const CODOC_PLUGIN_VERSION = '0.9.51.6'; 17 17 const CODOC_URL = 'https://codoc.jp'; 18 18 const CODOC_USERCODE_OPTION_NAME = 'codoc_usercode'; -
codoc/trunk/readme.txt
r2928598 r2929622 5 5 Requires at least: 4.6 6 6 Tested up to: 6.2.2 7 Stable tag: 0.9.51. 57 Stable tag: 0.9.51.6 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 33 33 4. Proceed to the codoc blog integration feature and click "Authenticate". 34 34 35 5. Go to the codoc Settings page in WordPress and confirm the display of " ***@***authenticated" message.35 5. Go to the codoc Settings page in WordPress and confirm the display of "your@address authenticated" message. 36 36 37 37 Once the above settings are complete, you can start using the codoc block by searching for "codoc" in the "Add Block" section of the post editor※.
Note: See TracChangeset
for help on using the changeset viewer.