Plugin Directory

Changeset 2096726


Ignore:
Timestamp:
05/28/2019 06:56:13 PM (7 years ago)
Author:
awesomeaffiliateplugins
Message:

Adding Amazon Australia Support

Location:
bestazon
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • bestazon/trunk/BestAzon.php

    r1769397 r2096726  
    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: 4.3
     6 * Version: 5.0
    77 * Author: AwesomeAffiliatePlugins
    88 * Author URI: http://Support.BestAzon.io
     
    3636    wp_enqueue_script('BestAzonScript', 'https://bestazon.io/script/BestAzonScript.js', array(), false, true);
    3737    $options = get_option('BestAzon_options');
    38     $options["Conf_Source"] = "Wordpress-43";
     38    $options["Conf_Source"] = "Wordpress-50";
    3939    wp_localize_script('BestAzonScript', 'BestAzon_Configuration', $options);
    4040    file_put_contents(dirname(__file__) . '/error_activation.txt', ob_get_contents());
     
    161161    add_settings_field('Amzn_AfiliateID_BR', 'Amazon Affiiate ID - Brazil Store', 'Amzn_AffiliateID_input', 'BestAzon', 'Amazon_setting', array(
    162162        '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',
    163168        'helper' => '',
    164169        'placeholder' => 'Not Provided'
  • bestazon/trunk/readme.txt

    r1769493 r2096726  
    44Tags: 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
    55Requires at least: 3.0.1
    6 Tested up to: 4.9
    7 Stable tag: 4.3
     6Tested up to: 5.2
     7Stable tag: 5.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html   
Note: See TracChangeset for help on using the changeset viewer.