Plugin Directory

Changeset 2957767


Ignore:
Timestamp:
08/24/2023 09:32:56 AM (3 years ago)
Author:
cnfang
Message:

2.7.24

Location:
wxsync/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wxsync/trunk/readme.txt

    r2908782 r2957767  
    33Donate link: http://std.cloud
    44Tags: 微信公众号,免费,公众号文章采集,数据采集,微信公众号采集
    5 Stable tag: 2.7.23
    6 Tested up to: 5.8.3
     5Stable tag: 2.7.24
     6Tested up to: 6.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3232
    3333== Changelog ==
     342.7.24 修复bug
     35
    34362.7.22 可采集新模板
    3537
  • wxsync/trunk/wxsync.php

    r2908782 r2957767  
    44Plugin URI: http://std.cloud
    55Description: 标准云微信公众号文章免费采集、<strong>任意公众号自动采集付费购买</strong>
    6 Version: 2.7.23
     6Version: 2.7.24
    77Author: 标准云(std.cloud)
    88Author URI: http://std.cloud
     
    2424$GLOBALS['wxsync_tab'] = '';
    2525$GLOBALS['wxsync_error'] = array();
    26 $GLOBALS['wxsync_ver'] = '2.7.23';
     26$GLOBALS['wxsync_ver'] = '2.7.24';
    2727$GLOBALS['wxsync_code'] = 0;
    2828
     
    242242
    243243
    244             $str = $req['wxsync_autoproxyset_token'];
     244            $str = esc_sql($req['wxsync_autoproxyset_token']);
    245245
    246246
Note: See TracChangeset for help on using the changeset viewer.