Plugin Directory

Changeset 2119085


Ignore:
Timestamp:
07/07/2019 11:41:24 PM (7 years ago)
Author:
awesomeaffiliateplugins
Message:

PHP 7.2 edits

Location:
bestazon
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • bestazon/trunk/BestAzon.php

    r2096726 r2119085  
    44 * Plugin URI: http://BestAzon.io
    55 * 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.0
     6 * Version: 5.1
    77 * Author: AwesomeAffiliatePlugins
    88 * Author URI: http://Support.BestAzon.io
     
    4949function BestAzon_options_page()
    5050{
    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__));
    5353?>
    5454<div class = "BestAzon-Options-Page">
  • bestazon/trunk/readme.txt

    r2096726 r2119085  
    55Requires at least: 3.0.1
    66Tested up to: 5.2
    7 Stable tag: 5.0
     7Stable tag: 5.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html   
     
    32329.  **Compatible with Prettylinks/YOURL etc:** Can localize any Amazon links that are behind link beautification plugins (e.g. Prettylinks).
    333310. **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.
     3411. **NEW** Supports all Amazon affiiate programs (including US, Canada, Mexico, China, Italy, Japan, India, Australia)
    3435
    3536BestAzon is available for non wordpress sites too!
     
    141142= 4.0 =
    142143* BestAzon fee models options - Tag Substitution or Flat Fee
     144= 5.0 =
     145* Minor changes to make compatible with PHP 7.2
    143146
     147
Note: See TracChangeset for help on using the changeset viewer.