Plugin Directory

Changeset 2929661


Ignore:
Timestamp:
06/22/2023 11:20:51 AM (3 years ago)
Author:
codoc
Message:

0.9.51.8

Location:
codoc
Files:
2 edited
27 copied

Legend:

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

    r2929647 r2929661  
    66Author:      codoc.jp
    77Author URI:  https://codoc.jp
    8 Version:     0.9.51.7
     8Version:     0.9.51.8
    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.7';
     16const CODOC_PLUGIN_VERSION        = '0.9.51.8';
    1717const CODOC_URL                   = 'https://codoc.jp';
    1818const CODOC_USERCODE_OPTION_NAME  = 'codoc_usercode';
  • codoc/tags/0.9.51.8/readme.txt

    r2929647 r2929661  
    55Requires at least: 4.6
    66Tested up to: 6.2.2
    7 Stable tag: 0.9.51.7
     7Stable tag: 0.9.51.8
    88Requires PHP: 5.4
    99License: GPLv2 or later
     
    164164= 0.9.1 =
    165165
    166 * Fixed a bug
    167 
    168  where codoc integration was not possible.
     166* Fixed a bug where codoc integration was not possible.
    169167
    170168* Fixed a bug where authentication could not be canceled.
  • codoc/trunk/codoc.php

    r2929647 r2929661  
    66Author:      codoc.jp
    77Author URI:  https://codoc.jp
    8 Version:     0.9.51.7
     8Version:     0.9.51.8
    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.7';
     16const CODOC_PLUGIN_VERSION        = '0.9.51.8';
    1717const CODOC_URL                   = 'https://codoc.jp';
    1818const CODOC_USERCODE_OPTION_NAME  = 'codoc_usercode';
  • codoc/trunk/readme.txt

    r2929647 r2929661  
    55Requires at least: 4.6
    66Tested up to: 6.2.2
    7 Stable tag: 0.9.51.7
     7Stable tag: 0.9.51.8
    88Requires PHP: 5.4
    99License: GPLv2 or later
     
    164164= 0.9.1 =
    165165
    166 * Fixed a bug
    167 
    168  where codoc integration was not possible.
     166* Fixed a bug where codoc integration was not possible.
    169167
    170168* Fixed a bug where authentication could not be canceled.
Note: See TracChangeset for help on using the changeset viewer.