Changeset 2284599
- Timestamp:
- 04/16/2020 03:43:38 AM (6 years ago)
- Location:
- affiliate-power
- Files:
-
- 30 added
- 3 edited
-
tags/2.0.0 (added)
-
tags/2.0.0/affiliate-power-apis.php (added)
-
tags/2.0.0/affiliate-power-cron.php (added)
-
tags/2.0.0/affiliate-power-menu.js (added)
-
tags/2.0.0/affiliate-power-menu.php (added)
-
tags/2.0.0/affiliate-power-prli.php (added)
-
tags/2.0.0/affiliate-power-settings.php (added)
-
tags/2.0.0/affiliate-power-statistics.php (added)
-
tags/2.0.0/affiliate-power-transactions-list.php (added)
-
tags/2.0.0/affiliate-power-transactions.php (added)
-
tags/2.0.0/affiliate-power-widget.php (added)
-
tags/2.0.0/affiliate-power.php (added)
-
tags/2.0.0/apis (added)
-
tags/2.0.0/apis/adcell.php (added)
-
tags/2.0.0/apis/awin.php (added)
-
tags/2.0.0/apis/belboon.php (added)
-
tags/2.0.0/apis/cj.php (added)
-
tags/2.0.0/apis/digistore24.php (added)
-
tags/2.0.0/apis/ds24_api.php (added)
-
tags/2.0.0/apis/financeads.php (added)
-
tags/2.0.0/apis/tradedoubler.php (added)
-
tags/2.0.0/csv-download.php (added)
-
tags/2.0.0/flot (added)
-
tags/2.0.0/flot/jquery.flot.min.js (added)
-
tags/2.0.0/flot/jquery.flot.time.min.js (added)
-
tags/2.0.0/img (added)
-
tags/2.0.0/img/affiliate-power-16.png (added)
-
tags/2.0.0/img/affiliate-power-36.png (added)
-
tags/2.0.0/img/affiliate-power-ebook.png (added)
-
tags/2.0.0/readme.txt (added)
-
trunk/affiliate-power-settings.php (modified) (1 diff)
-
trunk/affiliate-power.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
affiliate-power/trunk/affiliate-power-settings.php
r2283644 r2284599 33 33 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' => ','), 34 34 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')), 36 36 ), 37 37 ), -
affiliate-power/trunk/affiliate-power.php
r2283644 r2284599 6 6 AUTHOR: Jonas Breuer 7 7 AUTHOR URI: https://www.j-breuer.de 8 VERSION: 2.0. 08 VERSION: 2.0.1 9 9 Text Domain: affiliate-power 10 10 Min WP Version: 4.6 … … 13 13 if (!defined('ABSPATH')) die; //no direct access 14 14 15 define('AFFILIATE_POWER_VERSION', '2.0. 0');15 define('AFFILIATE_POWER_VERSION', '2.0.1'); 16 16 17 17 define('AFFILIATE_POWER_DIR', dirname(__FILE__).'/'); -
affiliate-power/trunk/readme.txt
r2283691 r2284599 90 90 == Changelog == 91 91 92 = 2.0.1 = 93 * Bugfix: Awin domain could not be saved 94 92 95 = 2.0.0 = 93 96 * Complete code refactoring
Note: See TracChangeset
for help on using the changeset viewer.