Changeset 3011796
- Timestamp:
- 12/19/2023 09:27:25 AM (2 years ago)
- Location:
- plerdy-heatmap/trunk
- Files:
-
- 2 edited
-
plerdy_heatmap_tracking.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plerdy-heatmap/trunk/plerdy_heatmap_tracking.php
r2995105 r3011796 4 4 Plugin URI: https://www.plerdy.com 5 5 Description: The easiest way to add the Plerdy tracking script to your WordPress site! 6 Version: 1.3. 66 Version: 1.3.7 7 7 Author: Plerdy 8 8 Author URI: https://www.plerdy.com … … 93 93 preg_quote("<!-- BEGIN PLERDY CODE -->", '/') . 94 94 "\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*" . 96 96 "_site_hash_code = \"([^\"]*)\",_suid=([^;\s<>]*),\s*" . 97 97 "plerdyScript=document\.createElement\(\"script\"\);\s*" . … … 104 104 preg_quote("<!-- END PLERDY CODE -->", '/') . 105 105 "$/"; 106 106 107 107 108 -
plerdy-heatmap/trunk/readme.txt
r2995105 r3011796 4 4 Requires at least: 1.0 5 5 Tested up to: 6.3 6 Stable Tag: 1.3. 66 Stable Tag: 1.3.7 7 7 License: GPLv2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.