Visitors Traffic Real Time Statistics - Version 4.9

Version Description

  1. Settings page - bug fixing
Download this release

Release Info

Developer osamaesh
Plugin Icon 128x128 Visitors Traffic Real Time Statistics
Version 4.9
Comparing to
See all releases

Code changes from version 4.8 to 4.9

Visitors-Traffic-Real-Time-Statistics.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Visitor Traffic Real Time Statistics
4
  Description: Hits counter that shows analytical numbers of your WordPress site visitors and hits.
5
  Author: wp-buy
6
  Author URI: https://www.wp-buy.com/
7
- Version: 4.8
8
  Text Domain: visitors-traffic-real-time-statistics
9
  Domain Path: /languages
10
  */
4
  Description: Hits counter that shows analytical numbers of your WordPress site visitors and hits.
5
  Author: wp-buy
6
  Author URI: https://www.wp-buy.com/
7
+ Version: 4.9
8
  Text Domain: visitors-traffic-real-time-statistics
9
  Domain Path: /languages
10
  */
ahc_settings.php CHANGED
@@ -284,8 +284,8 @@ $ahcproRobots = get_option('ahcproRobots');
284
 
285
 
286
  </div>
287
- </div>
288
- <input type="submit" name="save" value="save settings" style=" background-color: #4CAF50; /* Green */
289
  border: none;
290
  color: white;
291
  padding: 15px 32px;
@@ -303,6 +303,13 @@ $ahcproRobots = get_option('ahcproRobots');
303
  display: inline-block;
304
  font-size: 16px;
305
  border-radius:4px" />
 
 
 
 
 
 
 
306
  </div>
307
 
308
  </div>
@@ -315,4 +322,3 @@ if ($saved_suc) {
315
 
316
 
317
  ?>
318
- </form>
284
 
285
 
286
  </div>
287
+
288
+ <input type="submit" name="save" value="save settings" style=" background-color: #4CAF50; /* Green */
289
  border: none;
290
  color: white;
291
  padding: 15px 32px;
303
  display: inline-block;
304
  font-size: 16px;
305
  border-radius:4px" />
306
+
307
+ </form>
308
+
309
+
310
+
311
+ </div>
312
+
313
  </div>
314
 
315
  </div>
322
 
323
 
324
  ?>
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: wp-buy, osamaesh
3
  Tags: visitor, traffic, statistics, analytics, stats, online, Visit, WordPress analytics ,visitors online, count visitor, google analytics, analytics, GeoIP, Geo locations, analytics dashboard, visits, chart, browser, blog, today, yesterday, week, month, wp Statistics, year, post, page, sidebar, summary, feedburner, hits, pagerank, google, histats, alexa, live visit, counter, diagram, graph
4
  Requires at least: 3.0.1
5
  Tested up to: 5.9.1
6
- Stable tag: 4.8
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -150,6 +150,10 @@ This plugin supports IPv6; however, PHP must be compiled with IPv6 support enabl
150
 
151
  == Changelog ==
152
 
 
 
 
 
153
  = 4.8 =
154
  1. new feature, User Role Exclusion From Statistics
155
 
3
  Tags: visitor, traffic, statistics, analytics, stats, online, Visit, WordPress analytics ,visitors online, count visitor, google analytics, analytics, GeoIP, Geo locations, analytics dashboard, visits, chart, browser, blog, today, yesterday, week, month, wp Statistics, year, post, page, sidebar, summary, feedburner, hits, pagerank, google, histats, alexa, live visit, counter, diagram, graph
4
  Requires at least: 3.0.1
5
  Tested up to: 5.9.1
6
+ Stable tag: 4.9
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
150
 
151
  == Changelog ==
152
 
153
+ = 4.9 =
154
+ 1. Settings page - bug fixing
155
+
156
+
157
  = 4.8 =
158
  1. new feature, User Role Exclusion From Statistics
159