Plugin Directory

Changeset 2100806


Ignore:
Timestamp:
06/05/2019 04:21:24 AM (7 years ago)
Author:
wentbook
Message:

change 「Requires PHP」

Location:
gn-customize-post-list/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gn-customize-post-list/trunk/gn-customize-post-list.php

    r2099621 r2100806  
    99 * Plugin URI: https://github.com/underground0930/gn-customize-post-list
    1010 * Description: You can customize the display items of the article list.
    11  * Version: 1.0.0
     11 * Version: 1.0.1
    1212 * Author: go.nishiduka
    1313 * Author URI: https://htmlgo.site/
     
    9999                            array_push($duplicate_arr, $option_child['key'] . '_' . $option_child['value']);
    100100
    101                             if ('string' !== gettype($option_child['label']) || 'string' !== gettype($option_child['value']) ) {
     101                            if ('string' !== gettype($option_child['label']) || 'string' !== gettype($option_child['value'])) {
    102102                                $error_arr[$key][$i] = $error_texts['datatype'];
    103103                                $error_flag = true;
  • gn-customize-post-list/trunk/readme.txt

    r2099621 r2100806  
    44Requires at least: 5.0
    55Tested up to: 5.2.1
    6 Requires PHP: 7.2.9
    7 Stable tag: 1.0.0
     6Requires PHP: 5.6.20
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313*[EN]*
    1414You can customize the display items of the article list.
     15Add a drop-down list of the terms that each taxonomy has to the post screen list.
    1516
    1617*[JA]*
     
    6061* initial version
    6162
     63= 1.0.1 =
     64
     65*Release Date - 2019/6/5*
     66* change 「Requires PHP」
     67
    6268*[JA]*
    6369
     
    6672*リリース日 - 2019/6/2*
    6773* 初期バージョン
     74
     75= 1.0.1 =
     76
     77*リリース日 - 2019/6/5*
     78* 「Requires PHP」を変更。
Note: See TracChangeset for help on using the changeset viewer.