Plugin Directory

Changeset 2564199


Ignore:
Timestamp:
07/14/2021 09:00:05 AM (5 years ago)
Author:
wecantrack
Message:

release 1.2.11

Location:
wecantrack
Files:
27 added
3 edited

Legend:

Unmodified
Added
Removed
  • wecantrack/trunk/WecantrackApp.php

    r2562891 r2564199  
    138138     */
    139139    public function parameter_redirect($link) {
    140         if (preg_match("/https?%3A/", $link)) {
     140        if (preg_match("/^https?%3A/", $link)) {
    141141            $link = urldecode($link);
    142142        }
  • wecantrack/trunk/readme.txt

    r2562891 r2564199  
    6060
    6161== Changelog ==
     62
     63= 1.2.11 - 14th July 2021 =
     64 * Fix decoded deeplinks
    6265
    6366= 1.2.10 - 29th June 2021 =
  • wecantrack/trunk/wecantrack.php

    r2562891 r2564199  
    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.2.10
     9Version: 1.2.11
    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.2.10');
     19define('WECANTRACK_VERSION', '1.2.11');
    2020define('WECANTRACK_PLUGIN_NAME', 'wecantrack');
    2121define('WECANTRACK_PATH', WP_PLUGIN_DIR.'/'.WECANTRACK_PLUGIN_NAME);
Note: See TracChangeset for help on using the changeset viewer.