Changeset 2957767
- Timestamp:
- 08/24/2023 09:32:56 AM (3 years ago)
- Location:
- wxsync/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wxsync.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wxsync/trunk/readme.txt
r2908782 r2957767 3 3 Donate link: http://std.cloud 4 4 Tags: 微信公众号,免费,公众号文章采集,数据采集,微信公众号采集 5 Stable tag: 2.7.2 36 Tested up to: 5.8.35 Stable tag: 2.7.24 6 Tested up to: 6.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 32 32 33 33 == Changelog == 34 2.7.24 修复bug 35 34 36 2.7.22 可采集新模板 35 37 -
wxsync/trunk/wxsync.php
r2908782 r2957767 4 4 Plugin URI: http://std.cloud 5 5 Description: 标准云微信公众号文章免费采集、<strong>任意公众号自动采集付费购买</strong> 6 Version: 2.7.2 36 Version: 2.7.24 7 7 Author: 标准云(std.cloud) 8 8 Author URI: http://std.cloud … … 24 24 $GLOBALS['wxsync_tab'] = ''; 25 25 $GLOBALS['wxsync_error'] = array(); 26 $GLOBALS['wxsync_ver'] = '2.7.2 3';26 $GLOBALS['wxsync_ver'] = '2.7.24'; 27 27 $GLOBALS['wxsync_code'] = 0; 28 28 … … 242 242 243 243 244 $str = $req['wxsync_autoproxyset_token'];244 $str = esc_sql($req['wxsync_autoproxyset_token']); 245 245 246 246
Note: See TracChangeset
for help on using the changeset viewer.