Slimstat Analytics - Version 4.9.1.1

Version Description

Download this release

Release Info

Developer coolmann
Plugin Icon 128x128 Slimstat Analytics
Version 4.9.1.1
Comparing to
See all releases

Code changes from version 4.9.1 to 4.9.1.1

Files changed (3) hide show
  1. admin/index.php +1 -1
  2. readme.txt +4 -5
  3. 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 wish this day would never come, and yet here we are. As you might have realized, Slimstat Analytics hasn't been maintained in a while. Today, I'm announcing that after more than 16 years, <strong>I will be officially shutting down this plugin</strong>. I'm proud of the community that railed around Slimstat and I'm inspired by the incredible sharing and discovery that came from it. While it's sad to say goodbye to Slimstat, I am hopeful that this works hasn't been for nothing, and that it has allowed millions of users to better understand their website traffic and visitors.<br><br>All the best, Jason.";
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
- Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BNJR5EZNY3W38
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
- Please note: this plugin has been discontinued and is not actively maintained any longer. Thank you for 16 years of incredible sharing and discovery that came from it.
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 = '';