Plugin Directory

Changeset 2929647


Ignore:
Timestamp:
06/22/2023 10:58:25 AM (3 years ago)
Author:
codoc
Message:

0.9.51.7

Location:
codoc
Files:
2 edited
27 copied

Legend:

Unmodified
Added
Removed
  • codoc/tags/0.9.51.7/codoc.php

    r2929622 r2929647  
    66Author:      codoc.jp
    77Author URI:  https://codoc.jp
    8 Version:     0.9.51.6
     8Version:     0.9.51.7
    99License:     GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414defined( 'ABSPATH' ) || exit;
    1515
    16 const CODOC_PLUGIN_VERSION        = '0.9.51.6';
     16const CODOC_PLUGIN_VERSION        = '0.9.51.7';
    1717const CODOC_URL                   = 'https://codoc.jp';
    1818const CODOC_USERCODE_OPTION_NAME  = 'codoc_usercode';
  • codoc/tags/0.9.51.7/readme.txt

    r2929622 r2929647  
    55Requires at least: 4.6
    66Tested up to: 6.2.2
    7 Stable tag: 0.9.51.6
     7Stable tag: 0.9.51.7
    88Requires PHP: 5.4
    99License: GPLv2 or later
     
    7070= Can I use the plugin in the Classic Editor? =
    7171
    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.
     72Yes, 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.
    7573
    7674= Can I specify a featured image? =
  • codoc/trunk/codoc.php

    r2929622 r2929647  
    66Author:      codoc.jp
    77Author URI:  https://codoc.jp
    8 Version:     0.9.51.6
     8Version:     0.9.51.7
    99License:     GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414defined( 'ABSPATH' ) || exit;
    1515
    16 const CODOC_PLUGIN_VERSION        = '0.9.51.6';
     16const CODOC_PLUGIN_VERSION        = '0.9.51.7';
    1717const CODOC_URL                   = 'https://codoc.jp';
    1818const CODOC_USERCODE_OPTION_NAME  = 'codoc_usercode';
  • codoc/trunk/readme.txt

    r2929622 r2929647  
    55Requires at least: 4.6
    66Tested up to: 6.2.2
    7 Stable tag: 0.9.51.6
     7Stable tag: 0.9.51.7
    88Requires PHP: 5.4
    99License: GPLv2 or later
     
    7070= Can I use the plugin in the Classic Editor? =
    7171
    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.
     72Yes, 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.
    7573
    7674= Can I specify a featured image? =
Note: See TracChangeset for help on using the changeset viewer.