Plugin Directory

Changeset 3011796


Ignore:
Timestamp:
12/19/2023 09:27:25 AM (2 years ago)
Author:
plerdy
Message:

Updating plugin to 1.3.7 with security pattern update

Location:
plerdy-heatmap/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plerdy-heatmap/trunk/plerdy_heatmap_tracking.php

    r2995105 r3011796  
    44Plugin URI: https://www.plerdy.com
    55Description: The easiest way to add the Plerdy tracking script to your WordPress site!
    6 Version: 1.3.6
     6Version: 1.3.7
    77Author: Plerdy
    88Author URI: https://www.plerdy.com
     
    9393            preg_quote("<!-- BEGIN PLERDY CODE -->", '/') .
    9494            "\s*<script type=\"text\/javascript\" defer data-plerdy_code='1'>\s*" .
    95             "var _protocol=\"https:\"==document\.location\.protocol\?\" https:\/\/\":\" http:\/\/\";\s*" .
     95            "var _protocol=\"https:\"==document\.location\.protocol\?\"https:\/\/\":\"http:\/\/\";\s*" .
    9696            "_site_hash_code = \"([^\"]*)\",_suid=([^;\s<>]*),\s*" .
    9797            "plerdyScript=document\.createElement\(\"script\"\);\s*" .
     
    104104            preg_quote("<!-- END PLERDY CODE -->", '/') .
    105105            "$/";
     106
    106107
    107108
  • plerdy-heatmap/trunk/readme.txt

    r2995105 r3011796  
    44Requires at least: 1.0
    55Tested up to: 6.3
    6 Stable Tag: 1.3.6
     6Stable Tag: 1.3.7
    77License: GPLv2
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.