From e224d5f625c5b83de66b52860f180197d621fc76 Mon Sep 17 00:00:00 2001 From: sunxiyuan Date: Fri, 10 Apr 2020 15:22:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=ACtag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 4 ++-- readme.txt | 21 +++++++++++++++++---- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index 969b737..f95f80f 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: WP-China-Yes * Description: 这是一个颠覆性的插件,她将全面改善中国大陆站点在访问WP官方服务时的用户体验,其原理是将位于国外的官方仓库源替换为由社区志愿者维护的国内源,以此达到加速访问的目的。 * Author: 孙锡源 - * Version: 2.0.0 + * Version: 2.1.0 * Author URI:https://www.ibadboy.net/ * License: GPLv3 or later * License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -132,7 +132,7 @@ class WP_CHINA_YES { } public static function settings() { - $setting_page_url = plugins_url('settings.html', __FILE__); + $setting_page_url = plugins_url('settings.html', __FILE__) . '?v=2.1.0'; echo <<