Changeset 3191045
- Timestamp:
- 11/18/2024 09:35:02 AM (4 months ago)
- Location:
- tracemyip-visitor-analytics-ip-tracking-control/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tracemyip-visitor-analytics-ip-tracking-control/trunk/TraceMyIP-Wordpress-Plugin.php
r3127659 r3191045 4 4 Plugin URI: https://www.tracemyip.org 5 5 Description: Website visitor IP address activity tracking, IP analytics, visitor email alerts, IP changes tracker and visitor IP address blocking. Tag visitors IPs, track, create email alerts, control and manage pages, links and protect contact forms. GDPR compliant. For visitor tracker setup instructions, see <a href="admin.php?page=tmip_lnk_wp_settings"><b>plugin settings</b></a>. 6 Version: 2.6 16 Version: 2.62 7 7 Author: TraceMyIP.org 8 8 Author URI: https://www.TraceMyIP.org … … 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html 12 12 */ 13 if (!defined('TMIP_VERSION') ) define('TMIP_VERSION', '2.6 1');13 if (!defined('TMIP_VERSION') ) define('TMIP_VERSION', '2.62'); 14 14 15 15 ### SET CONSTANTS ############################################ -
tracemyip-visitor-analytics-ip-tracking-control/trunk/includes/functions.php
r3127659 r3191045 848 848 $code_comment='WP HTML>JS On-Install'; 849 849 } 850 // TMIP Code Format ID 083122024803 850 // TMIP Code Format ID 083122024803 line-height:16px; 851 851 $code=(' 852 852 <!-- Start: Copyright '.trim($curYear).' '.$lanCompNameURL.' Service Code ('.$timeStamp.'-'.$dateStamp.') '.$code_comment.' - DO NOT MODIFY //--> 853 <div style=" line-height:16px;text-align:center;position:relative;z-index:100001;"><script type="text/javascript" src="//'.$trkSD.'.'.$trkDomnURL.$trSTR.'lgUrl.php?random=\'+Math.random()+\'&stlVar2='.$styleN.'&rgtype='.$codeID.'&pidnVar2='.$ProjID.'&prtVar2='.$ProjPrt.'&scvVar2='.$tVr.'"></script><noscript><a href="https://www.'.$trkDomnURL.'"><img src="'.$html_srs_code.'" alt="'.$imgAlt.'" referrerpolicy="no-referrer-when-downgrade" style="border:0px;"></a></noscript></div>853 <div style="text-align:center;position:relative;z-index:100001;"><script type="text/javascript" src="//'.$trkSD.'.'.$trkDomnURL.$trSTR.'lgUrl.php?random=\'+Math.random()+\'&stlVar2='.$styleN.'&rgtype='.$codeID.'&pidnVar2='.$ProjID.'&prtVar2='.$ProjPrt.'&scvVar2='.$tVr.'"></script><noscript><a href="https://www.'.$trkDomnURL.'"><img src="'.$html_srs_code.'" alt="'.$imgAlt.'" referrerpolicy="no-referrer-when-downgrade" style="border:0px;"></a></noscript></div> 854 854 <!-- End: '.$lanCompNameURL.' Service Code //-->'); 855 855 $code=tmip_unify_new_lines(trim($code)); -
tracemyip-visitor-analytics-ip-tracking-control/trunk/readme.txt
r3127659 r3191045 4 4 Tags: visitor,ip,tracker,stats,analytics 5 5 Requires at least: 2.0.4 6 Tested up to: 6. 66 Tested up to: 6.7 7 7 Requires PHP: 5.6 8 Stable tag: 2.6 18 Stable tag: 2.62 9 9 License: GPLv2 (or later) 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 172 172 173 173 == Changelog == 174 175 = Version 2.62 = 176 - Functionality check and update for WordPress 6.7 177 - Improved console report loading performance 178 - Improved layout of elements on Page Loads report 179 - Improved cross compatibility between browsers 174 180 175 181 = Version 2.61 =
Note: See TracChangeset
for help on using the changeset viewer.