Plugin Directory

Changeset 2929622


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

0.9.51.6

Location:
codoc
Files:
2 edited
27 copied

Legend:

Unmodified
Added
Removed
  • codoc/tags/0.9.51.6/trunk/codoc.php

    r2928598 r2929622  
    66Author:      codoc.jp
    77Author URI:  https://codoc.jp
    8 Version:     0.9.51.5
     8Version:     0.9.51.6
    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.5';
     16const CODOC_PLUGIN_VERSION        = '0.9.51.6';
    1717const CODOC_URL                   = 'https://codoc.jp';
    1818const CODOC_USERCODE_OPTION_NAME  = 'codoc_usercode';
  • codoc/tags/0.9.51.6/trunk/readme.txt

    r2928598 r2929622  
    55Requires at least: 4.6
    66Tested up to: 6.2.2
    7 Stable tag: 0.9.51.5
     7Stable tag: 0.9.51.6
    88Requires PHP: 5.4
    99License: GPLv2 or later
     
    33334. Proceed to the codoc blog integration feature and click "Authenticate".
    3434
    35 5. Go to the codoc Settings page in WordPress and confirm the display of "***@*** authenticated" message.
     355. Go to the codoc Settings page in WordPress and confirm the display of "your@address authenticated" message.
    3636
    3737Once 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  
    66Author:      codoc.jp
    77Author URI:  https://codoc.jp
    8 Version:     0.9.51.5
     8Version:     0.9.51.6
    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.5';
     16const CODOC_PLUGIN_VERSION        = '0.9.51.6';
    1717const CODOC_URL                   = 'https://codoc.jp';
    1818const CODOC_USERCODE_OPTION_NAME  = 'codoc_usercode';
  • codoc/trunk/readme.txt

    r2928598 r2929622  
    55Requires at least: 4.6
    66Tested up to: 6.2.2
    7 Stable tag: 0.9.51.5
     7Stable tag: 0.9.51.6
    88Requires PHP: 5.4
    99License: GPLv2 or later
     
    33334. Proceed to the codoc blog integration feature and click "Authenticate".
    3434
    35 5. Go to the codoc Settings page in WordPress and confirm the display of "***@*** authenticated" message.
     355. Go to the codoc Settings page in WordPress and confirm the display of "your@address authenticated" message.
    3636
    3737Once 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.