Plugin Directory

Changeset 3191045


Ignore:
Timestamp:
11/18/2024 09:35:02 AM (4 months ago)
Author:
TraceMyIP
Message:

Version 2.62

  • Functionality check and update for WordPress 6.7
  • Improved console report loading performance
  • Improved layout of elements on Page Loads report
  • Improved cross compatibility between browsers
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  
    44    Plugin URI: https://www.tracemyip.org
    55    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.61
     6    Version: 2.62
    77    Author: TraceMyIP.org
    88    Author URI: https://www.TraceMyIP.org
     
    1111    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1212*/
    13 if (!defined('TMIP_VERSION') )      define('TMIP_VERSION', '2.61');
     13if (!defined('TMIP_VERSION') )      define('TMIP_VERSION', '2.62');
    1414
    1515### SET CONSTANTS ############################################
  • tracemyip-visitor-analytics-ip-tracking-control/trunk/includes/functions.php

    r3127659 r3191045  
    848848                    $code_comment='WP HTML>JS On-Install';
    849849                }
    850                 // TMIP Code Format ID 083122024803
     850                // TMIP Code Format ID 083122024803 line-height:16px;
    851851                $code=('
    852852<!-- 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()+\'&amp;stlVar2='.$styleN.'&amp;rgtype='.$codeID.'&amp;pidnVar2='.$ProjID.'&amp;prtVar2='.$ProjPrt.'&amp;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()+\'&amp;stlVar2='.$styleN.'&amp;rgtype='.$codeID.'&amp;pidnVar2='.$ProjID.'&amp;prtVar2='.$ProjPrt.'&amp;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>
    854854<!-- End: '.$lanCompNameURL.' Service Code //-->');
    855855                $code=tmip_unify_new_lines(trim($code));
  • tracemyip-visitor-analytics-ip-tracking-control/trunk/readme.txt

    r3127659 r3191045  
    44Tags: visitor,ip,tracker,stats,analytics
    55Requires at least: 2.0.4
    6 Tested up to: 6.6
     6Tested up to: 6.7
    77Requires PHP: 5.6
    8 Stable tag: 2.61
     8Stable tag: 2.62
    99License: GPLv2 (or later)
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    172172
    173173== 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
    174180
    175181= Version 2.61 =
Note: See TracChangeset for help on using the changeset viewer.