Changeset 2929647
- Timestamp:
- 06/22/2023 10:58:25 AM (3 years ago)
- Location:
- codoc
- Files:
-
- 2 edited
- 27 copied
-
tags/0.9.51.7 (copied) (copied from codoc/trunk)
-
tags/0.9.51.7/class-codoc-util.php (copied) (copied from codoc/trunk/class-codoc-util.php)
-
tags/0.9.51.7/class-codoc.php (copied) (copied from codoc/trunk/class-codoc.php)
-
tags/0.9.51.7/codoc.php (copied) (copied from codoc/trunk/codoc.php) (2 diffs)
-
tags/0.9.51.7/css (copied) (copied from codoc/trunk/css)
-
tags/0.9.51.7/css/codoc-options.css (copied) (copied from codoc/trunk/css/codoc-options.css)
-
tags/0.9.51.7/dist (copied) (copied from codoc/trunk/dist)
-
tags/0.9.51.7/dist/blocks.build.js (copied) (copied from codoc/trunk/dist/blocks.build.js)
-
tags/0.9.51.7/dist/blocks.editor.build.css (copied) (copied from codoc/trunk/dist/blocks.editor.build.css)
-
tags/0.9.51.7/languages (copied) (copied from codoc/trunk/languages)
-
tags/0.9.51.7/languages/codoc-ja.mo (copied) (copied from codoc/trunk/languages/codoc-ja.mo)
-
tags/0.9.51.7/languages/codoc-ja.po (copied) (copied from codoc/trunk/languages/codoc-ja.po)
-
tags/0.9.51.7/languages/codoc.pot (copied) (copied from codoc/trunk/languages/codoc.pot)
-
tags/0.9.51.7/package.json (copied) (copied from codoc/trunk/package.json)
-
tags/0.9.51.7/readme.txt (copied) (copied from codoc/trunk/readme.txt) (2 diffs)
-
tags/0.9.51.7/src (copied) (copied from codoc/trunk/src)
-
tags/0.9.51.7/src/block/block.js (copied) (copied from codoc/trunk/src/block/block.js)
-
tags/0.9.51.7/src/block/editor.scss (copied) (copied from codoc/trunk/src/block/editor.scss)
-
tags/0.9.51.7/src/block/icon.js (copied) (copied from codoc/trunk/src/block/icon.js)
-
tags/0.9.51.7/src/init.php (copied) (copied from codoc/trunk/src/init.php)
-
tags/0.9.51.7/src_mce (copied) (copied from codoc/trunk/src_mce)
-
tags/0.9.51.7/src_mce/codoc-admin.css (copied) (copied from codoc/trunk/src_mce/codoc-admin.css)
-
tags/0.9.51.7/src_mce/codoc-editor-onload.js (copied) (copied from codoc/trunk/src_mce/codoc-editor-onload.js)
-
tags/0.9.51.7/src_mce/codoc-editor.js (copied) (copied from codoc/trunk/src_mce/codoc-editor.js)
-
tags/0.9.51.7/src_mce/more.png (copied) (copied from codoc/trunk/src_mce/more.png)
-
tags/0.9.51.7/src_mce/v_black.svg (copied) (copied from codoc/trunk/src_mce/v_black.svg)
-
tags/0.9.51.7/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.7/codoc.php
r2929622 r2929647 6 6 Author: codoc.jp 7 7 Author URI: https://codoc.jp 8 Version: 0.9.51. 68 Version: 0.9.51.7 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. 6';16 const CODOC_PLUGIN_VERSION = '0.9.51.7'; 17 17 const CODOC_URL = 'https://codoc.jp'; 18 18 const CODOC_USERCODE_OPTION_NAME = 'codoc_usercode'; -
codoc/tags/0.9.51.7/readme.txt
r2929622 r2929647 5 5 Requires at least: 4.6 6 6 Tested up to: 6.2.2 7 Stable tag: 0.9.51. 67 Stable tag: 0.9.51.7 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 70 70 = Can I use the plugin in the Classic Editor? = 71 71 72 Yes, it is possible. After completing the integration settings, a codoc logo button will be added to 73 74 the editor toolbar. You can use this button to add codoc blocks and configure article settings such as pricing in the main text. We also recommend enabling the "keep paragraph tags in the Classic block and the Classic Editor" option in the settings of the TinyMCE Advanced plugin that is installed for use. 72 Yes, it is possible. After completing the integration settings, a codoc logo button will be added to the editor toolbar. You can use this button to add codoc blocks and configure article settings such as pricing in the main text. We also recommend enabling the "keep paragraph tags in the Classic block and the Classic Editor" option in the settings of the TinyMCE Advanced plugin that is installed for use. 75 73 76 74 = Can I specify a featured image? = -
codoc/trunk/codoc.php
r2929622 r2929647 6 6 Author: codoc.jp 7 7 Author URI: https://codoc.jp 8 Version: 0.9.51. 68 Version: 0.9.51.7 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. 6';16 const CODOC_PLUGIN_VERSION = '0.9.51.7'; 17 17 const CODOC_URL = 'https://codoc.jp'; 18 18 const CODOC_USERCODE_OPTION_NAME = 'codoc_usercode'; -
codoc/trunk/readme.txt
r2929622 r2929647 5 5 Requires at least: 4.6 6 6 Tested up to: 6.2.2 7 Stable tag: 0.9.51. 67 Stable tag: 0.9.51.7 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 70 70 = Can I use the plugin in the Classic Editor? = 71 71 72 Yes, it is possible. After completing the integration settings, a codoc logo button will be added to 73 74 the editor toolbar. You can use this button to add codoc blocks and configure article settings such as pricing in the main text. We also recommend enabling the "keep paragraph tags in the Classic block and the Classic Editor" option in the settings of the TinyMCE Advanced plugin that is installed for use. 72 Yes, it is possible. After completing the integration settings, a codoc logo button will be added to the editor toolbar. You can use this button to add codoc blocks and configure article settings such as pricing in the main text. We also recommend enabling the "keep paragraph tags in the Classic block and the Classic Editor" option in the settings of the TinyMCE Advanced plugin that is installed for use. 75 73 76 74 = Can I specify a featured image? =
Note: See TracChangeset
for help on using the changeset viewer.