Plugin Directory

Changeset 2074410


Ignore:
Timestamp:
04/25/2019 05:18:00 AM (7 years ago)
Author:
smyx
Message:

V2.5.9

Location:
wptao
Files:
23 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • wptao/trunk/Readme.txt

    r2072960 r2074410  
    55Requires at least: 3.5
    66Tested up to: 4.9.8
    7 Stable tag: 2.5.8
     7Stable tag: 2.5.9
    88
    99匹配不同的淘宝客主题,实现自动填充商品信息及推广链接(CPS),支持多麦CPS广告联盟。
     
    7070== Changelog ==
    7171
    72 = 2.5.8 =
    73  
    74 2018/4/23
     72= 2.5.9 =
     73 
     742018/4/25
    7575
    7676已全面支持https,也支持https的网站测试
  • wptao/trunk/wp-functions.php

    r2072960 r2074410  
    383383function wptao_js_var() {
    384384    global $wptao_options;
     385    $code = $wptao_options['code'];
    385386    $var = array('pid' => $wptao_options['pid'],
    386387        'v' => WPTAO_V,
  • wptao/trunk/wptao.php

    r2072960 r2074410  
    77Plugin URI: https://wptao.com/wptao.html
    88Description: 匹配不同的淘宝客主题,实现自动填充商品信息及推广链接(CPS)。(目前支持多麦CPS广告联盟(仅推广链接)、淘宝网、天猫、京东、国美、苏宁、当当网、亚马逊、聚划算、网易考拉等)
    9 Version: 2.5.8
     9Version: 2.5.9
    1010*/
    1111
    12 define('WPTAO_V', '2.5.8');
     12define('WPTAO_V', '2.5.9');
    1313define("WPTAO_ULTIMATE", false);
    1414define("WPTAO_URL", plugins_url('wptao'));
Note: See TracChangeset for help on using the changeset viewer.