Plugin Directory

Changeset 2208628


Ignore:
Timestamp:
12/09/2019 02:30:10 PM (6 years ago)
Author:
walljet
Message:

version 1.0.21

Location:
wp-etracker/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-etracker/trunk/readme.txt

    r2166287 r2208628  
    44Donate link: http://wp-etracker.com
    55Requires at least: 4.6
    6 Tested up to: 5.2.3
    7 Stable tag: 1.0.9
     6Tested up to: 5.3
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6464Initial release
    6565
    66 = 1.0.4 =
     66= 1.0.04 =
    6767Fixed bug with internal search (tracklet)
    6868
    69 = 1.0.5 =
     69= 1.0.05 =
    7070Removed old tracking code and updated parameters
    7171
    72 = 1.0.6 =
     72= 1.0.06 =
    7373Added option to activate/deactivate YouTube event tracking
    7474Fixed compatibility issue with WP Rocket plugin
    7575
    76 = 1.0.7 =
     76= 1.0.07 =
    7777Enhanced compatibility with PHP 7.2 and 7.3
    7878Tested compatibility with Wordpress 5.0 and 5.1.1
    7979
    80 = 1.0.8 =
     80= 1.0.08 =
    8181Added WordPress version to etracker API call
    8282
    83 = 1.0.9 =
     83= 1.0.09 =
    8484Fixed internal version information for etracker analytics
    8585
     
    9898= 1.0.2 =
    9999Fixed issue with page and section names
     100
     101= 1.0.21 =
     102Fixed security issue
  • wp-etracker/trunk/tracklet.php

    r2166287 r2208628  
    426426                    $firstRun = false;
    427427                }
    428                 $output .= $key . "=" . rawurlencode($val);
     428                //KM: maybe this would work, too, but seems unnecessary:
     429                //$filtered_val = filter_input(INPUT_GET, $key);
     430                $output .= rawurlencode($key) . "=" . rawurlencode($val);
    429431            }
    430432        }
Note: See TracChangeset for help on using the changeset viewer.