Plugin Directory

Changeset 2284599


Ignore:
Timestamp:
04/16/2020 03:43:38 AM (6 years ago)
Author:
JonasBreuer
Message:

release 2.0.1, fixed awin domain filter

Location:
affiliate-power
Files:
30 added
3 edited

Legend:

Unmodified
Added
Removed
  • affiliate-power/trunk/affiliate-power-settings.php

    r2283644 r2284599  
    3333                    array('slug' => 'id', 'label' => 'Publisher ID', 'info' => __('You can find the Awin Publisher ID at the top of the publisher area, next to your company name.', 'affiliate-power'), 'validation' => 'ctype_digit', 'allowed_chars' => ','),
    3434                    array('slug' => 'token', 'label' => 'API Token', 'info' => __('You can find the Awin API Token at the top of the publisher area, where it says Hello... -> API Credentials.', 'affiliate-power'), 'validation' => 'ctype_alnum', 'allowed_chars' => array(',', '-')),
    35                     array('slug' => 'referer', 'label' => 'Referer Domain', 'info' => __('If you are using your awin account for several pages, you can enter the domain of this page here (without https and www). The plugin will only import sales from this domain. If you are using your awin account only for this page anyway, just leave the field empty. In this case, the plugin will download all sales.', 'affiliate-power'), 'validation' => 'ctype_alnum', 'allowed_chars' => array(',', '-')),
     35                    array('slug' => 'referer', 'label' => 'Referer Domain', 'info' => __('If you are using your awin account for several pages, you can enter the domain of this page here (without https and www). The plugin will only import sales from this domain. If you are using your awin account only for this page anyway, just leave the field empty. In this case, the plugin will download all sales.', 'affiliate-power')),
    3636                ),
    3737            ),
  • affiliate-power/trunk/affiliate-power.php

    r2283644 r2284599  
    66AUTHOR: Jonas Breuer
    77AUTHOR URI: https://www.j-breuer.de
    8 VERSION: 2.0.0
     8VERSION: 2.0.1
    99Text Domain: affiliate-power
    1010Min WP Version: 4.6
     
    1313if (!defined('ABSPATH')) die; //no direct access
    1414
    15 define('AFFILIATE_POWER_VERSION', '2.0.0');
     15define('AFFILIATE_POWER_VERSION', '2.0.1');
    1616
    1717define('AFFILIATE_POWER_DIR', dirname(__FILE__).'/'); 
  • affiliate-power/trunk/readme.txt

    r2283691 r2284599  
    9090== Changelog ==
    9191
     92= 2.0.1 =
     93* Bugfix: Awin domain could not be saved
     94
    9295= 2.0.0 =
    9396* Complete code refactoring
Note: See TracChangeset for help on using the changeset viewer.