Version Description
- Disable the suggestion notice.
Download this release
Release Info
Developer | mostafa.s1990 |
Plugin | WP Statistics |
Version | 12.3.6.3 |
Comparing to | |
See all releases |
Code changes from version 12.3.6.2 to 12.3.6.3
- includes/classes/class-wp-statistics-suggestions.php +1 -1
- readme.txt +4 -1
- wp-statistics.php +1 -1
includes/classes/class-wp-statistics-suggestions.php
CHANGED
@@ -12,7 +12,7 @@ class WP_Statistics_Suggestions {
|
|
12 |
|
13 |
// Check the suggestion is enabled.
|
14 |
if ( ! $WP_Statistics->get_option( 'disable_suggestion_nag', false ) ) {
|
15 |
-
add_action( 'wp_statistics_after_title', array( $this, 'travod_widget' ) );
|
16 |
}
|
17 |
}
|
18 |
|
12 |
|
13 |
// Check the suggestion is enabled.
|
14 |
if ( ! $WP_Statistics->get_option( 'disable_suggestion_nag', false ) ) {
|
15 |
+
//add_action( 'wp_statistics_after_title', array( $this, 'travod_widget' ) );
|
16 |
}
|
17 |
}
|
18 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://wp-statistics.com/donate/
|
|
4 |
Tags: analytics, wordpress analytics, stats, statistics, visit, visitors, hits, chart, browser, today, yesterday, week, month, year, total, post, page, sidebar, google, live visit, search word, agent, google analytics, webmasters, google webmasters, geoip, location
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 12.3.6.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -199,6 +199,9 @@ Introduction of a popup with “Accept” and “Deny” before collection data
|
|
199 |
This is a security fix, please update immediately.
|
200 |
|
201 |
== Changelog ==
|
|
|
|
|
|
|
202 |
= 12.3.6.2 =
|
203 |
* Tested with PHP v7.2.4
|
204 |
* Added suggestion notice in the log pages.
|
4 |
Tags: analytics, wordpress analytics, stats, statistics, visit, visitors, hits, chart, browser, today, yesterday, week, month, year, total, post, page, sidebar, google, live visit, search word, agent, google analytics, webmasters, google webmasters, geoip, location
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 12.3.6.3
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
199 |
This is a security fix, please update immediately.
|
200 |
|
201 |
== Changelog ==
|
202 |
+
= 12.3.6.3 =
|
203 |
+
* Disable the suggestion notice.
|
204 |
+
|
205 |
= 12.3.6.2 =
|
206 |
* Tested with PHP v7.2.4
|
207 |
* Added suggestion notice in the log pages.
|
wp-statistics.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WP Statistics
|
4 |
* Plugin URI: https://wp-statistics.com/
|
5 |
* Description: Complete WordPress Analytics and Statistics for your site!
|
6 |
-
* Version: 12.3.6.
|
7 |
* Author: Verona Labs
|
8 |
* Author URI: http://veronalabs.com/
|
9 |
*
|
3 |
* Plugin Name: WP Statistics
|
4 |
* Plugin URI: https://wp-statistics.com/
|
5 |
* Description: Complete WordPress Analytics and Statistics for your site!
|
6 |
+
* Version: 12.3.6.3
|
7 |
* Author: Verona Labs
|
8 |
* Author URI: http://veronalabs.com/
|
9 |
*
|