💥 TRENDING: Changeset/ - Full Gallery 2025

Changeset 3286010


Ignore:
Timestamp:
05/02/2025 06:29:44 AM (8 months ago)
Author:
mxp
Message:

update 1.0.8

Location:
mxp-pchome2wp
Files:
3 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • mxp-pchome2wp/tags/1.0.8/index.php

    r2031544 r3286010  
    44 * Plugin URI: https://tw.wordpress.org/plugins/mxp-pchome2wp/
    55 * Description: 使用此外掛把你的 PChome 新聞台搬家來 WordPress ,做你真正的自媒體吧!
    6  * Version: 1.0.7
     6 * Version: 1.0.8
    77 * Author: Chun
    88 * Author URI: https://www.mxp.tw/contact/
     
    1515}
    1616class Mxp_PCHOME2WP {
    17     static $version = '1.0.7';
     17    static $version = '1.0.8';
    1818    protected static $instance = null;
    1919    public $slug = 'mxp-pchome2wp';
    2020    protected static $blog2wp_api = 'https://api.undo.im/wp-json/mxp_pchome2wp/v1/app';
    2121    /*
    22         Core Functions
    23     */
     22    Core Functions
     23     */
    2424    private function __construct() {
    2525        //check if install or not
  • mxp-pchome2wp/tags/1.0.8/readme.txt

    r2884103 r3286010  
    55Requires at least: 4.7
    66Requires PHP: 5.4
    7 Tested up to: 6.2
    8 Stable tag: 1.0.7
     7Tested up to: 6.8
     8Stable tag: 1.0.8
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8888== Changelog ==
    8989
     90= 1.0.8 =
     91
     92* 更新支援的 WP Core 版本
     93
    9094= 1.0.7 =
    9195
  • mxp-pchome2wp/tags/1.0.8/update.php

    r2031544 r3286010  
    66//更新方法都寫這,方法必須要回傳 true 才算更新完成。
    77class Mxp_Update_PCHOME2WP {
    8     public static $version_list = array('1.0.0', '1.0.1', '1.0.2', '1.0.3', '1.0.4', '1.0.5', '1.0.6', '1.0.7');
     8    public static $version_list = array('1.0.0', '1.0.1', '1.0.2', '1.0.3', '1.0.4', '1.0.5', '1.0.6', '1.0.7', '1.0.8');
    99
    1010    public static function apply_update($ver) {
     
    6363        return true;
    6464    }
     65    public function mxp_update_to_v1_0_8() {
     66        // 更新支援版本
     67        return true;
     68    }
    6569}
  • mxp-pchome2wp/trunk/index.php

    r2031544 r3286010  
    44 * Plugin URI: https://tw.wordpress.org/plugins/mxp-pchome2wp/
    55 * Description: 使用此外掛把你的 PChome 新聞台搬家來 WordPress ,做你真正的自媒體吧!
    6  * Version: 1.0.7
     6 * Version: 1.0.8
    77 * Author: Chun
    88 * Author URI: https://www.mxp.tw/contact/
     
    1515}
    1616class Mxp_PCHOME2WP {
    17     static $version = '1.0.7';
     17    static $version = '1.0.8';
    1818    protected static $instance = null;
    1919    public $slug = 'mxp-pchome2wp';
    2020    protected static $blog2wp_api = 'https://api.undo.im/wp-json/mxp_pchome2wp/v1/app';
    2121    /*