Plugin Directory

Changeset 2325087


Ignore:
Timestamp:
06/16/2020 12:11:22 PM (6 years ago)
Author:
wecantrack
Message:

release 1.0.9 use rawurldecode

Location:
wecantrack
Files:
21 added
3 edited

Legend:

Unmodified
Added
Removed
  • wecantrack/trunk/WecantrackApp.php

    r2314056 r2325087  
    147147
    148148            if ($response->affiliate_url) {
    149                 return urldecode($response->affiliate_url);
     149                return rawurldecode($response->affiliate_url);
    150150            }
    151151
  • wecantrack/trunk/readme.txt

    r2314056 r2325087  
    55Tested up to: 5.4
    66Requires PHP: 5.6.20
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    6262== Changelog ==
    6363
     64= 1.0.9 - 16th June 2020 =
     65 * Use rawurldecode
     66
    6467= 1.0.8 - 29th May 2020 =
    6568 * Optimisations
  • wecantrack/trunk/wecantrack.php

    r2314056 r2325087  
    77Plugin URI: https://wecantrack.com/wordpress
    88Description: Integrate all you affiliate sales in Google Analytics, Google Ads, Facebook, Data Studio and more!
    9 Version: 1.0.8
     9Version: 1.0.9
    1010Author: wecantrack.com
    1111Author URI: https://wecantrack.com
     
    1717if(!defined('ABSPATH')) { die('You are not allowed to call this page directly.'); }
    1818
    19 define('WECANTRACK_VERSION', '1.0.8');
     19define('WECANTRACK_VERSION', '1.0.9');
    2020define('WECANTRACK_PLUGIN_NAME', 'wecantrack');
    2121define('WECANTRACK_PATH', WP_PLUGIN_DIR.'/'.WECANTRACK_PLUGIN_NAME);
Note: See TracChangeset for help on using the changeset viewer.