Changeset 2119085
- Timestamp:
- 07/07/2019 11:41:24 PM (7 years ago)
- Location:
- bestazon
- Files:
-
- 10 added
- 2 edited
-
tags/5.1 (added)
-
tags/5.1/BestAzon.php (added)
-
tags/5.1/css (added)
-
tags/5.1/css/BestAzon-Style.css (added)
-
tags/5.1/error_activation.txt (added)
-
tags/5.1/img (added)
-
tags/5.1/img/BestAzonLogo.png (added)
-
tags/5.1/js (added)
-
tags/5.1/js/BestAzon-AdminScript.js (added)
-
tags/5.1/readme.txt (added)
-
trunk/BestAzon.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bestazon/trunk/BestAzon.php
r2096726 r2119085 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: 5. 06 * Version: 5.1 7 7 * Author: AwesomeAffiliatePlugins 8 8 * Author URI: http://Support.BestAzon.io … … 49 49 function BestAzon_options_page() 50 50 { 51 wp_enqueue_style( BestAzon - Style, plugins_url('css/BestAzon-Style.css', __FILE__));52 wp_enqueue_script( BestAzon - AdminScript, plugins_url('js/BestAzon-AdminScript.js', __FILE__));51 wp_enqueue_style('BestAzon - Style', plugins_url('css/BestAzon-Style.css', __FILE__)); 52 wp_enqueue_script('BestAzon - AdminScript', plugins_url('js/BestAzon-AdminScript.js', __FILE__)); 53 53 ?> 54 54 <div class = "BestAzon-Options-Page"> -
bestazon/trunk/readme.txt
r2096726 r2119085 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.2 7 Stable tag: 5. 07 Stable tag: 5.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 32 32 9. **Compatible with Prettylinks/YOURL etc:** Can localize any Amazon links that are behind link beautification plugins (e.g. Prettylinks). 33 33 10. **NEW Google Analytics Integration:** Now, BestAzon provides the detailed report on clicks handled by BestAzon, riding on the power of ever efficient Google Analytics! With this feature, you can know which countries clicked, what tag was used, on what page, from which source and more! Check [BestAzon Reporting](http://support.bestazon.io/knowledge-base/bestazon-reporting/) for more details. 34 11. **NEW** Supports all Amazon affiiate programs (including US, Canada, Mexico, China, Italy, Japan, India, Australia) 34 35 35 36 BestAzon is available for non wordpress sites too! … … 141 142 = 4.0 = 142 143 * BestAzon fee models options - Tag Substitution or Flat Fee 144 = 5.0 = 145 * Minor changes to make compatible with PHP 7.2 143 146 147
Note: See TracChangeset
for help on using the changeset viewer.