Changeset 1477038
- Timestamp:
- 08/17/2016 03:06:53 PM (10 years ago)
- Location:
- yieldkit/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
yieldkit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
yieldkit/trunk/readme.txt
r1365041 r1477038 3 3 Requires at least: 2.5 4 4 Tested up to: 4.4.2 5 Stable tag: 1. 56 Version: 1. 55 Stable tag: 1.6 6 Version: 1.6 7 7 License: GNU General Public License 2.0 http://www.gnu.org/licenses/gpl.html 8 8 -
yieldkit/trunk/yieldkit.php
r1365041 r1477038 5 5 Description: YieldKit generates affiliate links out of already existing product links and product names, brands or merchants - fully automatically. 6 6 Author: YieldKit 7 Version: 1. 57 Version: 1.6 8 8 Author URI: http://yieldkit.com 9 9 */ 10 10 11 11 12 define ("YIELDKIT_VERSION", "1. 5");12 define ("YIELDKIT_VERSION", "1.6"); 13 13 14 14 if (!class_exists('YieldKit')) { … … 64 64 script.type = 'text/javascript'; 65 65 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 ); ?>'; 67 67 (document.getElementsByTagName('head')[0] || document.body).appendChild(script); 68 68 })();
Note: See TracChangeset
for help on using the changeset viewer.