Changeset 2355445
- Timestamp:
- 08/09/2020 04:05:31 AM (6 years ago)
- Location:
- affiliate-power
- Files:
-
- 30 added
- 3 edited
-
tags/2.1.0 (added)
-
tags/2.1.0/affiliate-power-apis.php (added)
-
tags/2.1.0/affiliate-power-cron.php (added)
-
tags/2.1.0/affiliate-power-menu.js (added)
-
tags/2.1.0/affiliate-power-menu.php (added)
-
tags/2.1.0/affiliate-power-prli.php (added)
-
tags/2.1.0/affiliate-power-settings.php (added)
-
tags/2.1.0/affiliate-power-statistics.php (added)
-
tags/2.1.0/affiliate-power-transactions-list.php (added)
-
tags/2.1.0/affiliate-power-transactions.php (added)
-
tags/2.1.0/affiliate-power-widget.php (added)
-
tags/2.1.0/affiliate-power.php (added)
-
tags/2.1.0/apis (added)
-
tags/2.1.0/apis/adcell.php (added)
-
tags/2.1.0/apis/awin.php (added)
-
tags/2.1.0/apis/belboon.php (added)
-
tags/2.1.0/apis/cj.php (added)
-
tags/2.1.0/apis/digistore24.php (added)
-
tags/2.1.0/apis/ds24_api.php (added)
-
tags/2.1.0/apis/financeads.php (added)
-
tags/2.1.0/apis/tradedoubler.php (added)
-
tags/2.1.0/csv-download.php (added)
-
tags/2.1.0/flot (added)
-
tags/2.1.0/flot/jquery.flot.min.js (added)
-
tags/2.1.0/flot/jquery.flot.time.min.js (added)
-
tags/2.1.0/img (added)
-
tags/2.1.0/img/affiliate-power-16.png (added)
-
tags/2.1.0/img/affiliate-power-36.png (added)
-
tags/2.1.0/img/affiliate-power-ebook.png (added)
-
tags/2.1.0/readme.txt (added)
-
trunk/affiliate-power-transactions.php (modified) (1 diff)
-
trunk/affiliate-power.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
affiliate-power/trunk/affiliate-power-transactions.php
r2283644 r2355445 107 107 $transaction['Price'] = str_replace('.', ',', $transaction['Price']); 108 108 $transaction['Commission'] = str_replace('.', ',', $transaction['Commission']); 109 $transaction['ProgramTitle'] = '"'.$transaction['ProgramTitle'].'"'; 109 110 unset($transaction['Date']); //this was just for order by 110 111 $csv_content .= implode(';', $transaction) . "\r\n"; -
affiliate-power/trunk/affiliate-power.php
r2323728 r2355445 6 6 AUTHOR: Jonas Breuer 7 7 AUTHOR URI: https://www.j-breuer.de 8 VERSION: 2.1. 08 VERSION: 2.1.1 9 9 Text Domain: affiliate-power 10 10 Min WP Version: 4.6 11 Max WP Version: 5. 411 Max WP Version: 5.5 12 12 */ 13 13 if (!defined('ABSPATH')) die; //no direct access 14 14 15 define('AFFILIATE_POWER_VERSION', '2.1. 0');15 define('AFFILIATE_POWER_VERSION', '2.1.1'); 16 16 17 17 define('AFFILIATE_POWER_DIR', dirname(__FILE__).'/'); -
affiliate-power/trunk/readme.txt
r2323729 r2355445 90 90 == Changelog == 91 91 92 = 2.1.0 =93 * Support for new beboon API94 * Small improvements95 96 92 = 2.0.1 = 97 93 * Bugfix: Awin domain could not be saved
Note: See TracChangeset
for help on using the changeset viewer.