Changeset 2770391
- Timestamp:
- 08/15/2022 01:16:59 AM (4 years ago)
- Location:
- wxsync/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wxsync.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wxsync/trunk/readme.txt
r2769204 r2770391 3 3 Donate link: http://std.cloud 4 4 Tags: 微信公众号,免费,公众号文章采集,数据采集,微信公众号采集 5 Stable tag: 2.7. 195 Stable tag: 2.7.20 6 6 Tested up to: 5.8.3 7 7 License: GPLv2 or later -
wxsync/trunk/wxsync.php
r2769204 r2770391 4 4 Plugin URI: http://std.cloud 5 5 Description: 标准云微信公众号文章免费采集、<strong>任意公众号自动采集付费购买</strong> 6 Version: 2.7. 196 Version: 2.7.20 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. 19';26 $GLOBALS['wxsync_ver'] = '2.7.20'; 27 27 $GLOBALS['wxsync_code'] = 0; 28 28 … … 52 52 53 53 function wxsync_onrequest(){ 54 error_reporting(E_ERROR); 55 54 56 $req = array(); 55 57
Note: See TracChangeset
for help on using the changeset viewer.