Version Description
Download this release
Release Info
Developer | coolmann |
Plugin | Slimstat Analytics |
Version | 4.9.1.1 |
Comparing to | |
See all releases |
Code changes from version 4.9.1 to 4.9.1.1
- admin/index.php +1 -1
- readme.txt +4 -5
- wp-slimstat.php +3 -3
admin/index.php
CHANGED
@@ -18,7 +18,7 @@ class wp_slimstat_admin {
|
|
18 |
* Init -- Sets things up.
|
19 |
*/
|
20 |
public static function init() {
|
21 |
-
self::$admin_notice = "I
|
22 |
|
23 |
// Load language files
|
24 |
load_plugin_textdomain( 'wp-slimstat', false, '/wp-slimstat/languages' );
|
18 |
* Init -- Sets things up.
|
19 |
*/
|
20 |
public static function init() {
|
21 |
+
self::$admin_notice = "I would like to take a moment to thank all of you who have reached out to me, the outpouring of messages has been beyond overwhelming. I've been working to transfer ownership of code and copyrights to other volunteers, and I'm happy to announce that the wait is over! <a href='https://veronalabs.com/' target='_blank'>VeronaLabs</a>, the team behind one of the most popular analytics plugins for WordPress, WP Statistics, has agreed to take over and continue the development of this plugin. I will stick around for a while, mostly as a gentle presence out of public view. So please join me in welcoming Mostafa Soufi and his team as the new maintainers of Slimstat Analytics. Thank you for stepping forward!";
|
22 |
|
23 |
// Load language files
|
24 |
load_plugin_textdomain( 'wp-slimstat', false, '/wp-slimstat/languages' );
|
readme.txt
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
=== Slimstat Analytics ===
|
2 |
-
Contributors: coolmann, toxicum
|
3 |
-
|
4 |
-
Tags: analytics, statistics, counter, tracking, reports, wassup, geolocation, online users, spider, tracker, pageviews, stats, maxmind, statistics, statpress, power stats, hit
|
5 |
Text Domain: wp-slimstat
|
6 |
Requires at least: 5.6
|
7 |
Requires PHP: 7.4+
|
8 |
Tested up to: 6.0
|
9 |
-
Stable tag: 4.9.1
|
10 |
|
11 |
== Description ==
|
12 |
-
|
13 |
|
14 |
= Main features =
|
15 |
* **Real-Time Access Log**: measure server latency, track page events, keep an eye on your bounce rate and much more.
|
1 |
=== Slimstat Analytics ===
|
2 |
+
Contributors: coolmann, toxicum, veronalabs, mostafas1990
|
3 |
+
Tags: analytics, statistics, counter, tracking, reports, geolocation, online users, spider, tracker, pageviews, stats, maxmind, statistics, statpress, power stats, hit
|
|
|
4 |
Text Domain: wp-slimstat
|
5 |
Requires at least: 5.6
|
6 |
Requires PHP: 7.4+
|
7 |
Tested up to: 6.0
|
8 |
+
Stable tag: 4.9.1.1
|
9 |
|
10 |
== Description ==
|
11 |
+
Track returning customers and registered users, monitor Javascript events, detect intrusions, analyze email campaigns. Thousands of WordPress sites are already using it.
|
12 |
|
13 |
= Main features =
|
14 |
* **Real-Time Access Log**: measure server latency, track page events, keep an eye on your bounce rate and much more.
|
wp-slimstat.php
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
Plugin Name: Slimstat Analytics
|
4 |
Plugin URI: https://wordpress.org/plugins/wp-slimstat/
|
5 |
Description: The leading web analytics plugin for WordPress
|
6 |
-
Version: 4.9.1
|
7 |
-
Author: Jason Crouse
|
8 |
Text Domain: wp-slimstat
|
9 |
Domain Path: /languages
|
10 |
Requires PHP: 7.4
|
@@ -15,7 +15,7 @@ if ( !empty( wp_slimstat::$settings ) ) {
|
|
15 |
}
|
16 |
|
17 |
class wp_slimstat {
|
18 |
-
public static $version = '4.9.1';
|
19 |
public static $settings = array();
|
20 |
|
21 |
public static $wpdb = '';
|
3 |
Plugin Name: Slimstat Analytics
|
4 |
Plugin URI: https://wordpress.org/plugins/wp-slimstat/
|
5 |
Description: The leading web analytics plugin for WordPress
|
6 |
+
Version: 4.9.1.1
|
7 |
+
Author: Jason Crouse, VeronaLabs
|
8 |
Text Domain: wp-slimstat
|
9 |
Domain Path: /languages
|
10 |
Requires PHP: 7.4
|
15 |
}
|
16 |
|
17 |
class wp_slimstat {
|
18 |
+
public static $version = '4.9.1.1';
|
19 |
public static $settings = array();
|
20 |
|
21 |
public static $wpdb = '';
|