Changeset 3235784
- Timestamp:
- 02/06/2025 06:21:03 AM (13 months ago)
- Location:
- gothamazon/trunk
- Files:
-
- 2 edited
-
gothamzone.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gothamazon/trunk/gothamzone.php
r3235295 r3235784 4 4 * Plugin URI: https://gothamazon.com 5 5 * Description: Parse Amazon Product Advertising API Feed in 30 seconds 6 * Version: 3.4. 26 * Version: 3.4.3 7 7 * Requires PHP: 7.4 8 8 * Author: Kapsule Network … … 1499 1499 if (! function_exists('kapsule_cloaking_rewritee')) { 1500 1500 function kapsule_cloaking_rewritee() { 1501 wp_enqueue_script( 'gothamazon-js-obf', plugins_url('js/obf.js', __FILE__ ), array(), NULL );1501 wp_enqueue_script( 'gothamazon-js-obf', plugins_url('js/obf.js', __FILE__ ), array(), NULL, true ); 1502 1502 } 1503 1503 add_action( 'wp_enqueue_scripts', 'kapsule_cloaking_rewritee' ); -
gothamazon/trunk/readme.txt
r3235295 r3235784 4 4 Tags: amazon affiliate, affiliate, affiliation, amazon, ecommerce, amazon product api 5 5 6 Stable tag: 3.4. 26 Stable tag: 3.4.3 7 7 8 8 Tested up to: 6.7 … … 180 180 == Changelog == 181 181 182 = 3.4.3 = 183 184 - Defer load of obf.js 185 182 186 = 3.4.2 = 183 187
Note: See TracChangeset
for help on using the changeset viewer.