Changeset 2346209
- Timestamp:
- 07/24/2020 06:15:56 PM (6 years ago)
- Location:
- zestatix
- Files:
-
- 27 added
- 4 edited
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-3.png (added)
-
tags/1.0.0/readme.txt (modified) (3 diffs)
-
tags/1.0.1 (added)
-
tags/1.0.1/LICENSE.txt (added)
-
tags/1.0.1/frameworks (added)
-
tags/1.0.1/frameworks/bootstrap (added)
-
tags/1.0.1/frameworks/bootstrap/bootstrap.min.css (added)
-
tags/1.0.1/frameworks/bootstrap/bootstrap.min.js (added)
-
tags/1.0.1/img (added)
-
tags/1.0.1/img/description (added)
-
tags/1.0.1/img/description/card-element-1.jpg (added)
-
tags/1.0.1/img/description/card-element-2.jpg (added)
-
tags/1.0.1/img/description/card-element-3.jpg (added)
-
tags/1.0.1/img/description/main-settings-1.jpg (added)
-
tags/1.0.1/img/description/main-settings-2.jpg (added)
-
tags/1.0.1/img/description/select-element-1.jpg (added)
-
tags/1.0.1/img/logo.png (added)
-
tags/1.0.1/img/toggle.png (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/class_AddEvent_zeStatix.php (added)
-
tags/1.0.1/includes/class_AddScriptFrontEnd_zeStatix.php (added)
-
tags/1.0.1/includes/class_Customizer_zeStatix.php (added)
-
tags/1.0.1/includes/class_RequestsDB_zeStatix.php (added)
-
tags/1.0.1/includes/customizer_panel.js (added)
-
tags/1.0.1/includes/install_uninstall.php (added)
-
tags/1.0.1/includes/setting_page.php (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/zestatix.php (added)
-
trunk/includes/setting_page.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zestatix/tags/1.0.0/readme.txt
r2339770 r2346209 1 1 === zeStatix === 2 2 Contributors: module4u 3 Tags: statistics, activity, tracker, track-clicks3 Tags: clicks-statistics, tracking-click, counter-click 4 4 Requires at least: 4.7 5 5 Tested up to: 5.4.2 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 35 35 36 36 1. ELEMENT SELECTION SCREEN 37 2. ELEMENT SETTING 37 38 2. STATISTICAL MONITORING PANEL 38 39 … … 41 42 = 1.0.0 = 42 43 - 06.07.2020 Uploaded to the WordPress plugin repository. 44 45 = 1.0.1 = 46 - rework -
zestatix/trunk/includes/setting_page.php
r2338697 r2346209 2032 2032 for ( var i = clicks.length - 1; i >= 0; i-- ) { 2033 2033 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>'; 2035 2035 2036 2036 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 4 4 Requires at least: 4.7 5 5 Tested up to: 5.4.2 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 35 35 36 36 1. ELEMENT SELECTION SCREEN 37 2. ELEMENT SETTING 37 38 2. STATISTICAL MONITORING PANEL 38 39 … … 41 42 = 1.0.0 = 42 43 - 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.