Changeset 3079746
- Timestamp:
- 05/01/2024 07:03:04 AM (23 months ago)
- Location:
- mxp-dev-tools
- Files:
-
- 1 deleted
- 5 edited
- 18 copied
-
tags/3.1.8 (deleted)
-
tags/3.1.9 (copied) (copied from mxp-dev-tools/trunk)
-
tags/3.1.9/includes/assets/js/dashboard/app.js (copied) (copied from mxp-dev-tools/trunk/includes/assets/js/dashboard/app.js)
-
tags/3.1.9/includes/assets/js/db-optimize/app.js (copied) (copied from mxp-dev-tools/trunk/includes/assets/js/db-optimize/app.js)
-
tags/3.1.9/includes/assets/js/plugins-list/app.js (copied) (copied from mxp-dev-tools/trunk/includes/assets/js/plugins-list/app.js)
-
tags/3.1.9/includes/assets/js/search-plugins/app.js (copied) (copied from mxp-dev-tools/trunk/includes/assets/js/search-plugins/app.js)
-
tags/3.1.9/includes/assets/js/site-manager (copied) (copied from mxp-dev-tools/trunk/includes/assets/js/site-manager)
-
tags/3.1.9/includes/assets/js/site-manager/app.js (copied) (copied from mxp-dev-tools/trunk/includes/assets/js/site-manager/app.js)
-
tags/3.1.9/includes/class_plugins_list_table.php (copied) (copied from mxp-dev-tools/trunk/includes/class_plugins_list_table.php)
-
tags/3.1.9/includes/db-optimize.php (copied) (copied from mxp-dev-tools/trunk/includes/db-optimize.php)
-
tags/3.1.9/includes/hooks-usage.php (copied) (copied from mxp-dev-tools/trunk/includes/hooks-usage.php)
-
tags/3.1.9/includes/plugins-list.php (copied) (copied from mxp-dev-tools/trunk/includes/plugins-list.php)
-
tags/3.1.9/includes/utility.php (copied) (copied from mxp-dev-tools/trunk/includes/utility.php)
-
tags/3.1.9/index.php (copied) (copied from mxp-dev-tools/trunk/index.php) (2 diffs)
-
tags/3.1.9/mxp-login-path.php (copied) (copied from mxp-dev-tools/trunk/mxp-login-path.php) (1 diff)
-
tags/3.1.9/mxp-site-manager.php (copied) (copied from mxp-dev-tools/trunk/mxp-site-manager.php) (2 diffs)
-
tags/3.1.9/mxp-snippets.php (copied) (copied from mxp-dev-tools/trunk/mxp-snippets.php) (3 diffs)
-
tags/3.1.9/readme.txt (copied) (copied from mxp-dev-tools/trunk/readme.txt) (2 diffs)
-
tags/3.1.9/uninstall.php (copied) (copied from mxp-dev-tools/trunk/uninstall.php)
-
trunk/index.php (modified) (2 diffs)
-
trunk/mxp-login-path.php (modified) (1 diff)
-
trunk/mxp-site-manager.php (modified) (2 diffs)
-
trunk/mxp-snippets.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mxp-dev-tools/tags/3.1.9/index.php
r3079735 r3079746 7 7 * Requires PHP: 5.6 8 8 * Tested up to: 6.5 9 * Stable tag: 3.1. 810 * Version: 3.1. 89 * Stable tag: 3.1.9 10 * Version: 3.1.9 11 11 * Author: Chun 12 12 * Author URI: https://www.mxp.tw/contact/ … … 39 39 use SearchReplace; 40 40 use Utility; 41 static $VERSION = '3.1. 8';41 static $VERSION = '3.1.9'; 42 42 private $themeforest_api_base_url = 'https://api.envato.com/v3'; 43 43 protected static $instance = null; -
mxp-dev-tools/tags/3.1.9/mxp-login-path.php
r3079735 r3079746 7 7 * Requires PHP: 5.6 8 8 * Tested up to: 6.5 9 * Stable tag: 3.1. 810 * Version: 3.1. 89 * Stable tag: 3.1.9 10 * Version: 3.1.9 11 11 * Author: Chun 12 12 * Author URI: https://www.mxp.tw/contact/ -
mxp-dev-tools/tags/3.1.9/mxp-site-manager.php
r3079735 r3079746 7 7 * Requires PHP: 5.6 8 8 * Tested up to: 6.5 9 * Stable tag: 3.1. 810 * Version: 3.1. 89 * Stable tag: 3.1.9 10 * Version: 3.1.9 11 11 * Author: Chun 12 12 * Author URI: https://www.mxp.tw/contact/ … … 39 39 class MDTSiteManager { 40 40 public $plugin_slug = 'mdt-site-manager'; 41 public static $VERSION = '3.1. 8';41 public static $VERSION = '3.1.9'; 42 42 43 43 public function __construct() { -
mxp-dev-tools/tags/3.1.9/mxp-snippets.php
r3079735 r3079746 7 7 * Requires PHP: 5.6 8 8 * Tested up to: 6.5 9 * Stable tag: 3.1. 810 * Version: 3.1. 89 * Stable tag: 3.1.9 10 * Version: 3.1.9 11 11 * Author: Chun 12 12 * Author URI: https://www.mxp.tw/contact/ 13 * Update URI: https://snippets.dev.mxp.tw/14 13 * License: GPL v3 15 14 */ … … 181 180 add_filter("pre_update_site_option_auto_update_plugins", array($this, 'pre_update_site_option_auto_update_plugins'), 11, 4); 182 181 // 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); 184 183 185 184 if (MDT_ENABLE_OPTIMIZE_THEME) { … … 766 765 } 767 766 768 public function update_plugins_snippets($update, $plugin_data, $plugin_file, $locales) {769 // 暫時無實作770 }771 772 767 //最佳化主題樣式相關 773 768 public function optimize_theme_setup() { -
mxp-dev-tools/tags/3.1.9/readme.txt
r3079735 r3079746 6 6 Requires PHP: 5.6 7 7 Tested up to: 6.5 8 Stable tag: 3.1. 88 Stable tag: 3.1.9 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 78 78 == Changelog == 79 79 80 = 3.1. 8=80 = 3.1.9 = 81 81 82 82 * 新增顯示後台系統編號功能,參考:[Show IDs by DraftPress](https://tw.wordpress.org/plugins/wpsite-show-ids/) -
mxp-dev-tools/trunk/index.php
r3079735 r3079746 7 7 * Requires PHP: 5.6 8 8 * Tested up to: 6.5 9 * Stable tag: 3.1. 810 * Version: 3.1. 89 * Stable tag: 3.1.9 10 * Version: 3.1.9 11 11 * Author: Chun 12 12 * Author URI: https://www.mxp.tw/contact/ … … 39 39 use SearchReplace; 40 40 use Utility; 41 static $VERSION = '3.1. 8';41 static $VERSION = '3.1.9'; 42 42 private $themeforest_api_base_url = 'https://api.envato.com/v3'; 43 43 protected static $instance = null; -
mxp-dev-tools/trunk/mxp-login-path.php
r3079735 r3079746 7 7 * Requires PHP: 5.6 8 8 * Tested up to: 6.5 9 * Stable tag: 3.1. 810 * Version: 3.1. 89 * Stable tag: 3.1.9 10 * Version: 3.1.9 11 11 * Author: Chun 12 12 * Author URI: https://www.mxp.tw/contact/ -
mxp-dev-tools/trunk/mxp-site-manager.php
r3079735 r3079746 7 7 * Requires PHP: 5.6 8 8 * Tested up to: 6.5 9 * Stable tag: 3.1. 810 * Version: 3.1. 89 * Stable tag: 3.1.9 10 * Version: 3.1.9 11 11 * Author: Chun 12 12 * Author URI: https://www.mxp.tw/contact/ … … 39 39 class MDTSiteManager { 40 40 public $plugin_slug = 'mdt-site-manager'; 41 public static $VERSION = '3.1. 8';41 public static $VERSION = '3.1.9'; 42 42 43 43 public function __construct() { -
mxp-dev-tools/trunk/mxp-snippets.php
r3079735 r3079746 7 7 * Requires PHP: 5.6 8 8 * Tested up to: 6.5 9 * Stable tag: 3.1. 810 * Version: 3.1. 89 * Stable tag: 3.1.9 10 * Version: 3.1.9 11 11 * Author: Chun 12 12 * Author URI: https://www.mxp.tw/contact/ 13 * Update URI: https://snippets.dev.mxp.tw/14 13 * License: GPL v3 15 14 */ … … 181 180 add_filter("pre_update_site_option_auto_update_plugins", array($this, 'pre_update_site_option_auto_update_plugins'), 11, 4); 182 181 // 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); 184 183 185 184 if (MDT_ENABLE_OPTIMIZE_THEME) { … … 766 765 } 767 766 768 public function update_plugins_snippets($update, $plugin_data, $plugin_file, $locales) {769 // 暫時無實作770 }771 772 767 //最佳化主題樣式相關 773 768 public function optimize_theme_setup() { -
mxp-dev-tools/trunk/readme.txt
r3079735 r3079746 6 6 Requires PHP: 5.6 7 7 Tested up to: 6.5 8 Stable tag: 3.1. 88 Stable tag: 3.1.9 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 78 78 == Changelog == 79 79 80 = 3.1. 8=80 = 3.1.9 = 81 81 82 82 * 新增顯示後台系統編號功能,參考:[Show IDs by DraftPress](https://tw.wordpress.org/plugins/wpsite-show-ids/)
Note: See TracChangeset
for help on using the changeset viewer.