Plugin Directory

Changeset 1477038


Ignore:
Timestamp:
08/17/2016 03:06:53 PM (10 years ago)
Author:
okrohne
Message:

fixed typo

Location:
yieldkit/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • yieldkit/trunk/readme.txt

    r1365041 r1477038  
    33Requires at least: 2.5
    44Tested up to: 4.4.2
    5 Stable tag: 1.5
    6 Version: 1.5
     5Stable tag: 1.6
     6Version: 1.6
    77License: GNU General Public License 2.0 http://www.gnu.org/licenses/gpl.html
    88
  • yieldkit/trunk/yieldkit.php

    r1365041 r1477038  
    55 Description: YieldKit generates affiliate links out of already existing product links and product names, brands or merchants - fully automatically.
    66 Author: YieldKit
    7  Version: 1.5
     7 Version: 1.6
    88 Author URI: http://yieldkit.com
    99 */
    1010
    1111
    12 define ("YIELDKIT_VERSION", "1.5");
     12define ("YIELDKIT_VERSION", "1.6");
    1313
    1414if (!class_exists('YieldKit')) {
     
    6464                        script.type = 'text/javascript';
    6565                        script.async = true;
    66                         script.src = scriptProto+'js..yieldkit.com/v1/js?api_key=<?php print ( $api_key ); ?>&site_id=<?php print ( $site_id ); ?>';
     66                        script.src = scriptProto+'js.srvtrck.com/v1/js?api_key=<?php print ( $api_key ); ?>&site_id=<?php print ( $site_id ); ?>';
    6767                        (document.getElementsByTagName('head')[0] || document.body).appendChild(script);
    6868                })();
Note: See TracChangeset for help on using the changeset viewer.