Plugin Directory

Changeset 2115251


Ignore:
Timestamp:
07/01/2019 07:46:23 AM (7 years ago)
Author:
smyx
Message:

V2.6.3

Location:
wptao
Files:
23 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • wptao/trunk/Readme.txt

    r2109874 r2115251  
    55Requires at least: 3.5
    66Tested up to: 5.2.2
    7 Stable tag: 2.6.2
     7Stable tag: 2.6.3
    88
    99匹配不同的淘宝客主题,实现自动填充商品信息及推广链接(CPS),支持多麦CPS广告联盟。
  • wptao/trunk/wptao.php

    r2109874 r2115251  
    77Plugin URI: https://wptao.com/wptao.html
    88Description: 匹配不同的淘宝客主题,实现自动填充商品信息及推广链接(CPS)。(目前支持多麦CPS广告联盟(仅推广链接)、淘宝网、天猫、京东、国美、苏宁、当当网、亚马逊、聚划算、网易考拉等)
    9 Version: 2.6.2
     9Version: 2.6.3
    1010*/
    1111
    12 define('WPTAO_V', '2.6.2');
     12define('WPTAO_V', '2.6.3');
    1313define("WPTAO_ULTIMATE", false);
    1414define("WPTAO_URL", plugins_url('wptao'));
     
    5454// 设置 Setting
    5555function wptao_do_page() {
     56    global $wp_version;
    5657    if (isset($_POST['wptao_options'])) {
    5758        $authorize_code = trim($_POST['authorize_code']);
Note: See TracChangeset for help on using the changeset viewer.