Plugin Directory

Changeset 2346209


Ignore:
Timestamp:
07/24/2020 06:15:56 PM (6 years ago)
Author:
module4u
Message:

rework

Location:
zestatix
Files:
27 added
4 edited

Legend:

Unmodified
Added
Removed
  • zestatix/tags/1.0.0/readme.txt

    r2339770 r2346209  
    11=== zeStatix ===
    22Contributors: module4u
    3 Tags: statistics, activity, tracker, track-clicks
     3Tags: clicks-statistics, tracking-click, counter-click
    44Requires at least: 4.7
    55Tested up to: 5.4.2
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    3535
    36361. ELEMENT SELECTION SCREEN
     372. ELEMENT SETTING
    37382. STATISTICAL MONITORING PANEL
    3839
     
    4142= 1.0.0 =
    4243- 06.07.2020 Uploaded to the WordPress plugin repository.
     44
     45= 1.0.1 =
     46- rework
  • zestatix/trunk/includes/setting_page.php

    r2338697 r2346209  
    20322032                        for ( var i = clicks.length - 1; i >= 0; i-- ) {
    20332033
    2034                             var device = ( clicks[i]['device'] == 1 ) ? '<span class="dashicons dashicons-smartphone" title="mobile"></span>' : '<span class="dashicons dashicons-laptop" title="PC"></span>';
     2034                            var device = ( clicks[i]['device'] == 'mobile' ) ? '<span class="dashicons dashicons-smartphone" title="mobile"></span>' : '<span class="dashicons dashicons-laptop" title="PC"></span>';
    20352035
    20362036                            table += '<tr scope="row"><td>' + clicks[i]['url'] + '</td><td>' + device + '</td><td title="' + clicks[i]['ip'] + '">' + clicks[i]['country'] + '<br>' + clicks[i]['ip'] + '</td><td>' + clicks[i]['date'] + '</td></tr>'
  • zestatix/trunk/readme.txt

    r2346144 r2346209  
    44Requires at least: 4.7
    55Tested up to: 5.4.2
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    3535
    36361. ELEMENT SELECTION SCREEN
     372. ELEMENT SETTING
    37382. STATISTICAL MONITORING PANEL
    3839
     
    4142= 1.0.0 =
    4243- 06.07.2020 Uploaded to the WordPress plugin repository.
     44
     45= 1.0.1 =
     46- rework
Note: See TracChangeset for help on using the changeset viewer.