Changeset 2096726
- Timestamp:
- 05/28/2019 06:56:13 PM (7 years ago)
- Location:
- bestazon
- Files:
-
- 10 added
- 2 edited
-
tags/5.0 (added)
-
tags/5.0/BestAzon.php (added)
-
tags/5.0/css (added)
-
tags/5.0/css/BestAzon-Style.css (added)
-
tags/5.0/error_activation.txt (added)
-
tags/5.0/img (added)
-
tags/5.0/img/BestAzonLogo.png (added)
-
tags/5.0/js (added)
-
tags/5.0/js/BestAzon-AdminScript.js (added)
-
tags/5.0/readme.txt (added)
-
trunk/BestAzon.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bestazon/trunk/BestAzon.php
r1769397 r2096726 4 4 * Plugin URI: http://BestAzon.io 5 5 * Description: The only free plugin to automatically localize/globalize and affiliate-ize Amazon links. Add automatic amazon affiliate IDs to monetize your site, and localize your affiliate links to earn commissions from all Amazon stores globally. 6 * Version: 4.36 * Version: 5.0 7 7 * Author: AwesomeAffiliatePlugins 8 8 * Author URI: http://Support.BestAzon.io … … 36 36 wp_enqueue_script('BestAzonScript', 'https://bestazon.io/script/BestAzonScript.js', array(), false, true); 37 37 $options = get_option('BestAzon_options'); 38 $options["Conf_Source"] = "Wordpress- 43";38 $options["Conf_Source"] = "Wordpress-50"; 39 39 wp_localize_script('BestAzonScript', 'BestAzon_Configuration', $options); 40 40 file_put_contents(dirname(__file__) . '/error_activation.txt', ob_get_contents()); … … 161 161 add_settings_field('Amzn_AfiliateID_BR', 'Amazon Affiiate ID - Brazil Store', 'Amzn_AffiliateID_input', 'BestAzon', 'Amazon_setting', array( 162 162 'optionkey' => 'Amzn_AfiliateID_BR', 163 'helper' => '', 164 'placeholder' => 'Not Provided' 165 )); 166 add_settings_field('Amzn_AfiliateID_AU', 'Amazon Affiiate ID - Australia Store', 'Amzn_AffiliateID_input', 'BestAzon', 'Amazon_setting', array( 167 'optionkey' => 'Amzn_AfiliateID_AU', 163 168 'helper' => '', 164 169 'placeholder' => 'Not Provided' -
bestazon/trunk/readme.txt
r1769493 r2096726 4 4 Tags: Amazon, Amazon Associates, Amazon Affiliate Link Localization, Global Amazon Link, Amazon Link Engine, Easy Azon, GeniusLink, Viglink, Skimlinks, Auto Affiliate Link, Easyazon, Amazon Affiliate Link Globalizer, Auto Affiliate Links, Amazon Link Engine, Amazon Associates 5 5 Requires at least: 3.0.1 6 Tested up to: 4.97 Stable tag: 4.36 Tested up to: 5.2 7 Stable tag: 5.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.