Plugin Directory

Changeset 2355445


Ignore:
Timestamp:
08/09/2020 04:05:31 AM (6 years ago)
Author:
JonasBreuer
Message:

release 2.1.1

Location:
affiliate-power
Files:
30 added
3 edited

Legend:

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

    r2283644 r2355445  
    107107            $transaction['Price'] = str_replace('.', ',', $transaction['Price']);
    108108            $transaction['Commission'] = str_replace('.', ',', $transaction['Commission']);
     109            $transaction['ProgramTitle'] = '"'.$transaction['ProgramTitle'].'"';
    109110            unset($transaction['Date']); //this was just for order by
    110111            $csv_content .= implode(';', $transaction) . "\r\n";
  • affiliate-power/trunk/affiliate-power.php

    r2323728 r2355445  
    66AUTHOR: Jonas Breuer
    77AUTHOR URI: https://www.j-breuer.de
    8 VERSION: 2.1.0
     8VERSION: 2.1.1
    99Text Domain: affiliate-power
    1010Min WP Version: 4.6
    11 Max WP Version: 5.4
     11Max WP Version: 5.5
    1212*/
    1313if (!defined('ABSPATH')) die; //no direct access
    1414
    15 define('AFFILIATE_POWER_VERSION', '2.1.0');
     15define('AFFILIATE_POWER_VERSION', '2.1.1');
    1616
    1717define('AFFILIATE_POWER_DIR', dirname(__FILE__).'/'); 
  • affiliate-power/trunk/readme.txt

    r2323729 r2355445  
    9090== Changelog ==
    9191
    92 = 2.1.0 =
    93 * Support for new beboon API
    94 * Small improvements
    95 
    9692= 2.0.1 =
    9793* Bugfix: Awin domain could not be saved
Note: See TracChangeset for help on using the changeset viewer.