Plugin Directory

Changeset 3079746


Ignore:
Timestamp:
05/01/2024 07:03:04 AM (23 months ago)
Author:
mxp
Message:

update 3.1.9

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

Legend:

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

    r3079735 r3079746  
    77 * Requires PHP: 5.6
    88 * Tested up to: 6.5
    9  * Stable tag: 3.1.8
    10  * Version: 3.1.8
     9 * Stable tag: 3.1.9
     10 * Version: 3.1.9
    1111 * Author: Chun
    1212 * Author URI: https://www.mxp.tw/contact/
     
    3939    use SearchReplace;
    4040    use Utility;
    41     static $VERSION                   = '3.1.8';
     41    static $VERSION                   = '3.1.9';
    4242    private $themeforest_api_base_url = 'https://api.envato.com/v3';
    4343    protected static $instance        = null;
  • mxp-dev-tools/tags/3.1.9/mxp-login-path.php

    r3079735 r3079746  
    77 * Requires PHP: 5.6
    88 * Tested up to: 6.5
    9  * Stable tag: 3.1.8
    10  * Version: 3.1.8
     9 * Stable tag: 3.1.9
     10 * Version: 3.1.9
    1111 * Author: Chun
    1212 * Author URI: https://www.mxp.tw/contact/
  • mxp-dev-tools/tags/3.1.9/mxp-site-manager.php

    r3079735 r3079746  
    77 * Requires PHP: 5.6
    88 * Tested up to: 6.5
    9  * Stable tag: 3.1.8
    10  * Version: 3.1.8
     9 * Stable tag: 3.1.9
     10 * Version: 3.1.9
    1111 * Author: Chun
    1212 * Author URI: https://www.mxp.tw/contact/
     
    3939class MDTSiteManager {
    4040    public $plugin_slug    = 'mdt-site-manager';
    41     public static $VERSION = '3.1.8';
     41    public static $VERSION = '3.1.9';
    4242
    4343    public function __construct() {
  • mxp-dev-tools/tags/3.1.9/mxp-snippets.php

    r3079735 r3079746  
    77 * Requires PHP: 5.6
    88 * Tested up to: 6.5
    9  * Stable tag: 3.1.8
    10  * Version: 3.1.8
     9 * Stable tag: 3.1.9
     10 * Version: 3.1.9
    1111 * Author: Chun
    1212 * Author URI: https://www.mxp.tw/contact/
    13  * Update URI: https://snippets.dev.mxp.tw/
    1413 * License: GPL v3
    1514 */
     
    181180        add_filter("pre_update_site_option_auto_update_plugins", array($this, 'pre_update_site_option_auto_update_plugins'), 11, 4);
    182181        // v5.8.0 後提供的客製化更新勾點
    183         add_filter("update_plugins_snippets.dev.mxp.tw", array($this, 'update_plugins_snippets'), 11, 4);
     182        // add_filter("update_plugins_snippets.dev.mxp.tw", array($this, 'update_plugins_snippets'), 11, 4);
    184183
    185184        if (MDT_ENABLE_OPTIMIZE_THEME) {
     
    766765    }
    767766
    768     public function update_plugins_snippets($update, $plugin_data, $plugin_file, $locales) {
    769         // 暫時無實作
    770     }
    771 
    772767    //最佳化主題樣式相關
    773768    public function optimize_theme_setup() {
  • mxp-dev-tools/tags/3.1.9/readme.txt

    r3079735 r3079746  
    66Requires PHP: 5.6
    77Tested up to: 6.5
    8 Stable tag: 3.1.8
     8Stable tag: 3.1.9
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7878== Changelog ==
    7979
    80 = 3.1.8 =
     80= 3.1.9 =
    8181
    8282* 新增顯示後台系統編號功能,參考:[Show IDs by DraftPress](https://tw.wordpress.org/plugins/wpsite-show-ids/)
  • mxp-dev-tools/trunk/index.php

    r3079735 r3079746  
    77 * Requires PHP: 5.6
    88 * Tested up to: 6.5
    9  * Stable tag: 3.1.8
    10  * Version: 3.1.8
     9 * Stable tag: 3.1.9
     10 * Version: 3.1.9
    1111 * Author: Chun
    1212 * Author URI: https://www.mxp.tw/contact/
     
    3939    use SearchReplace;
    4040    use Utility;
    41     static $VERSION                   = '3.1.8';
     41    static $VERSION                   = '3.1.9';
    4242    private $themeforest_api_base_url = 'https://api.envato.com/v3';
    4343    protected static $instance        = null;
  • mxp-dev-tools/trunk/mxp-login-path.php

    r3079735 r3079746  
    77 * Requires PHP: 5.6
    88 * Tested up to: 6.5
    9  * Stable tag: 3.1.8
    10  * Version: 3.1.8
     9 * Stable tag: 3.1.9
     10 * Version: 3.1.9
    1111 * Author: Chun
    1212 * Author URI: https://www.mxp.tw/contact/
  • mxp-dev-tools/trunk/mxp-site-manager.php

    r3079735 r3079746  
    77 * Requires PHP: 5.6
    88 * Tested up to: 6.5
    9  * Stable tag: 3.1.8
    10  * Version: 3.1.8
     9 * Stable tag: 3.1.9
     10 * Version: 3.1.9
    1111 * Author: Chun
    1212 * Author URI: https://www.mxp.tw/contact/
     
    3939class MDTSiteManager {
    4040    public $plugin_slug    = 'mdt-site-manager';
    41     public static $VERSION = '3.1.8';
     41    public static $VERSION = '3.1.9';
    4242
    4343    public function __construct() {
  • mxp-dev-tools/trunk/mxp-snippets.php

    r3079735 r3079746  
    77 * Requires PHP: 5.6
    88 * Tested up to: 6.5
    9  * Stable tag: 3.1.8
    10  * Version: 3.1.8
     9 * Stable tag: 3.1.9
     10 * Version: 3.1.9
    1111 * Author: Chun
    1212 * Author URI: https://www.mxp.tw/contact/
    13  * Update URI: https://snippets.dev.mxp.tw/
    1413 * License: GPL v3
    1514 */
     
    181180        add_filter("pre_update_site_option_auto_update_plugins", array($this, 'pre_update_site_option_auto_update_plugins'), 11, 4);
    182181        // v5.8.0 後提供的客製化更新勾點
    183         add_filter("update_plugins_snippets.dev.mxp.tw", array($this, 'update_plugins_snippets'), 11, 4);
     182        // add_filter("update_plugins_snippets.dev.mxp.tw", array($this, 'update_plugins_snippets'), 11, 4);
    184183
    185184        if (MDT_ENABLE_OPTIMIZE_THEME) {
     
    766765    }
    767766
    768     public function update_plugins_snippets($update, $plugin_data, $plugin_file, $locales) {
    769         // 暫時無實作
    770     }
    771 
    772767    //最佳化主題樣式相關
    773768    public function optimize_theme_setup() {
  • mxp-dev-tools/trunk/readme.txt

    r3079735 r3079746  
    66Requires PHP: 5.6
    77Tested up to: 6.5
    8 Stable tag: 3.1.8
     8Stable tag: 3.1.9
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7878== Changelog ==
    7979
    80 = 3.1.8 =
     80= 3.1.9 =
    8181
    8282* 新增顯示後台系統編號功能,參考:[Show IDs by DraftPress](https://tw.wordpress.org/plugins/wpsite-show-ids/)
Note: See TracChangeset for help on using the changeset viewer.