Plugin Directory

Changeset 2770391


Ignore:
Timestamp:
08/15/2022 01:16:59 AM (4 years ago)
Author:
cnfang
Message:

2.7.20

Location:
wxsync/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wxsync/trunk/readme.txt

    r2769204 r2770391  
    33Donate link: http://std.cloud
    44Tags: 微信公众号,免费,公众号文章采集,数据采集,微信公众号采集
    5 Stable tag: 2.7.19
     5Stable tag: 2.7.20
    66Tested up to: 5.8.3
    77License: GPLv2 or later
  • wxsync/trunk/wxsync.php

    r2769204 r2770391  
    44Plugin URI: http://std.cloud
    55Description: 标准云微信公众号文章免费采集、<strong>任意公众号自动采集付费购买</strong>
    6 Version: 2.7.19
     6Version: 2.7.20
    77Author: 标准云(std.cloud)
    88Author URI: http://std.cloud
     
    2424$GLOBALS['wxsync_tab'] = '';
    2525$GLOBALS['wxsync_error'] = array();
    26 $GLOBALS['wxsync_ver'] = '2.7.19';
     26$GLOBALS['wxsync_ver'] = '2.7.20';
    2727$GLOBALS['wxsync_code'] = 0;
    2828
     
    5252
    5353function wxsync_onrequest(){
     54    error_reporting(E_ERROR);
     55
    5456    $req = array();
    5557
Note: See TracChangeset for help on using the changeset viewer.