Visitors Traffic Real Time Statistics - Version 3.6

Version Description

  1. WordPress 5.8 compatibility
Download this release

Release Info

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

Code changes from version 3.5 to 3.6

Visitors-Traffic-Real-Time-Statistics.php CHANGED
@@ -4,11 +4,12 @@ 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: 3.5
8
  Text Domain: visitors-traffic-real-time-statistics
9
  Domain Path: /languages
10
  */
11
 
 
12
  define('AHCFREE_PLUGIN_MAIN_FILE', __FILE__);
13
  define('AHCFREE_PLUGIN_ROOT_DIR', dirname(__FILE__));
14
 
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: 3.6
8
  Text Domain: visitors-traffic-real-time-statistics
9
  Domain Path: /languages
10
  */
11
 
12
+
13
  define('AHCFREE_PLUGIN_MAIN_FILE', __FILE__);
14
  define('AHCFREE_PLUGIN_ROOT_DIR', dirname(__FILE__));
15
 
functions.php CHANGED
@@ -421,6 +421,12 @@ function ahcfree_getSearchEnginesCount() {
421
  }
422
 
423
  function ahcfree_set_default_options() {
 
 
 
 
 
 
424
  // plugin activation
425
 
426
  if ( is_plugin_active( 'visitors-traffic-real-time-statistics-pro/visitors-traffic-real-time-statistics-pro.php' ) ) {
421
  }
422
 
423
  function ahcfree_set_default_options() {
424
+
425
+
426
+ if (is_multisite())
427
+ die('<b style="color:red">Sorry, This plugin can\'t be activated networkwide :(</b>');
428
+
429
+
430
  // plugin activation
431
 
432
  if ( is_plugin_active( 'visitors-traffic-real-time-statistics-pro/visitors-traffic-real-time-statistics-pro.php' ) ) {
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  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.7
6
- Stable tag: 3.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -150,6 +150,9 @@ This plugin supports IPv6; however, PHP must be compiled with IPv6 support enabl
150
 
151
  == Changelog ==
152
 
 
 
 
153
  = 3.5 =
154
  1. Bug fixing in the Statistics widget
155
 
2
  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.8
6
+ Stable tag: 3.6
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
150
 
151
  == Changelog ==
152
 
153
+ = 3.6 =
154
+ 1. WordPress 5.8 compatibility
155
+
156
  = 3.5 =
157
  1. Bug fixing in the Statistics widget
158