Plugin Directory

Changeset 3067298


Ignore:
Timestamp:
04/09/2024 06:26:03 AM (2 years ago)
Author:
mxp
Message:

update 3.0.2

Location:
mxp-dev-tools
Files:
5 edited
18 copied

Legend:

Unmodified
Added
Removed
  • mxp-dev-tools/tags/3.0.2/index.php

    r3067061 r3067298  
    44 * Plugin URI: https://goo.gl/2gLq18
    55 * Description: 一介資男の常用外掛整理與常用開發功能整合外掛。
    6  * Version: 3.0.19
     6 * Version: 3.0.2
    77 * Author: Chun
    88 * Author URI: https://www.mxp.tw/contact/
     
    2626    use SearchReplace;
    2727    use Utility;
    28     static $VERSION                   = '3.0.19';
     28    static $VERSION                   = '3.0.2';
    2929    private $themeforest_api_base_url = 'https://api.envato.com/v3';
    3030    protected static $instance        = null;
  • mxp-dev-tools/tags/3.0.2/mxp-login-path.php

    r3067061 r3067298  
    44 * Plugin URI: https://tw.wordpress.org/plugins/mxp-dev-tools/
    55 * Description: 隱藏後台登入位置工具。啟用即更改預設登入網址為 /admin-staff/
    6  * Version: 3.0.19
     6 * Version: 3.0.2
    77 * Author: Chun
    88 * Author URI: https://www.mxp.tw/contact/
  • mxp-dev-tools/tags/3.0.2/mxp-site-manager.php

    r3067061 r3067298  
    44 * Plugin URI: https://tw.wordpress.org/plugins/mxp-dev-tools/
    55 * Description: 管理多個 WordPress 站點的工具。
    6  * Version: 3.0.19
     6 * Version: 3.0.2
    77 * Author: Chun
    88 * Author URI: https://www.mxp.tw/contact/
     
    3535class MDTSiteManager {
    3636    public $plugin_slug    = 'mdt-site-manager';
    37     public static $VERSION = '3.0.19';
     37    public static $VERSION = '3.0.2';
    3838
    3939    public function __construct() {
  • mxp-dev-tools/tags/3.0.2/mxp-snippets.php

    r3067061 r3067298  
    44 * Plugin URI: https://tw.wordpress.org/plugins/mxp-dev-tools/
    55 * Description: 整合 GitHub 中常用的程式碼片段。請注意,並非所有網站都適用全部的選項,有進階需求可以透過設定 wp-config.php 中此外掛預設常數,啟用或停用部分功能。
    6  * Version: 3.0.19
     6 * Version: 3.0.2
    77 * Author: Chun
    88 * Author URI: https://www.mxp.tw/contact/
  • mxp-dev-tools/tags/3.0.2/readme.txt

    r3067228 r3067298  
    22Contributors: mxp
    33Donate link: https://mxp.tw/jT
    4 Tags: Mxp.TW, 常用外掛, 開發工具箱, 敲敲設計, Themeforest, API, 批次安裝, Plugin, 外掛, Admin, Installation, chinese, 中文
     4Tags: Mxp.TW, Tools, Development, Snippets, Reset, DB optimize
    55Requires at least: 4.6
    66Requires PHP: 5.6
    77Tested up to: 6.5
    8 Stable tag: 3.0.19
     8Stable tag: 3.0.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7979== Changelog ==
    8080
    81 = 3.0.19 =
     81= 3.0.2 =
    8282
    8383* 修正工具箱中重置網站的功能會被其他外掛影響的錯誤
  • mxp-dev-tools/trunk/index.php

    r3067061 r3067298  
    44 * Plugin URI: https://goo.gl/2gLq18
    55 * Description: 一介資男の常用外掛整理與常用開發功能整合外掛。
    6  * Version: 3.0.19
     6 * Version: 3.0.2
    77 * Author: Chun
    88 * Author URI: https://www.mxp.tw/contact/
     
    2626    use SearchReplace;
    2727    use Utility;
    28     static $VERSION                   = '3.0.19';
     28    static $VERSION                   = '3.0.2';
    2929    private $themeforest_api_base_url = 'https://api.envato.com/v3';
    3030    protected static $instance        = null;
  • mxp-dev-tools/trunk/mxp-login-path.php

    r3067061 r3067298  
    44 * Plugin URI: https://tw.wordpress.org/plugins/mxp-dev-tools/
    55 * Description: 隱藏後台登入位置工具。啟用即更改預設登入網址為 /admin-staff/
    6  * Version: 3.0.19
     6 * Version: 3.0.2
    77 * Author: Chun
    88 * Author URI: https://www.mxp.tw/contact/
  • mxp-dev-tools/trunk/mxp-site-manager.php

    r3067061 r3067298  
    44 * Plugin URI: https://tw.wordpress.org/plugins/mxp-dev-tools/
    55 * Description: 管理多個 WordPress 站點的工具。
    6  * Version: 3.0.19
     6 * Version: 3.0.2
    77 * Author: Chun
    88 * Author URI: https://www.mxp.tw/contact/
     
    3535class MDTSiteManager {
    3636    public $plugin_slug    = 'mdt-site-manager';
    37     public static $VERSION = '3.0.19';
     37    public static $VERSION = '3.0.2';
    3838
    3939    public function __construct() {
  • mxp-dev-tools/trunk/mxp-snippets.php

    r3067061 r3067298  
    44 * Plugin URI: https://tw.wordpress.org/plugins/mxp-dev-tools/
    55 * Description: 整合 GitHub 中常用的程式碼片段。請注意,並非所有網站都適用全部的選項,有進階需求可以透過設定 wp-config.php 中此外掛預設常數,啟用或停用部分功能。
    6  * Version: 3.0.19
     6 * Version: 3.0.2
    77 * Author: Chun
    88 * Author URI: https://www.mxp.tw/contact/
  • mxp-dev-tools/trunk/readme.txt

    r3067228 r3067298  
    22Contributors: mxp
    33Donate link: https://mxp.tw/jT
    4 Tags: Mxp.TW, 常用外掛, 開發工具箱, 敲敲設計, Themeforest, API, 批次安裝, Plugin, 外掛, Admin, Installation, chinese, 中文
     4Tags: Mxp.TW, Tools, Development, Snippets, Reset, DB optimize
    55Requires at least: 4.6
    66Requires PHP: 5.6
    77Tested up to: 6.5
    8 Stable tag: 3.0.19
     8Stable tag: 3.0.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7979== Changelog ==
    8080
    81 = 3.0.19 =
     81= 3.0.2 =
    8282
    8383* 修正工具箱中重置網站的功能會被其他外掛影響的錯誤
Note: See TracChangeset for help on using the changeset viewer.