Plugin Directory

Changeset 2790318


Ignore:
Timestamp:
09/26/2022 01:35:49 PM (3 years ago)
Author:
coolmann
Message:

Version 4.9.1 - Shutting down Slimstat

Location:
wp-slimstat
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-slimstat/tags/4.9.1/README.md

    r2695016 r2790318  
     1# 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 #
     2
    13# Slimstat Analytics #
    24The leading web analytics plugin for WordPress. Track returning customers and registered users, monitor Javascript events, detect intrusions, analyze email campaigns. Thousands of WordPress sites are already using it.
     
    1921
    2022### Requirements ###
    21 * WordPress 5.6+
     23* WordPress 6.0+
    2224* PHP 7.4+
    2325* MySQL 5.0.3+
     
    2527* At least 10 MB of free DB space
    2628* At least 32 Mb of free PHP memory for the tracker (peak memory usage)
    27 
    28 ## Frequently Asked Questions ##
    29 An extensive knowledge base is available on our [website](https://www.wp-slimstat.com/).
    30 
  • wp-slimstat/tags/4.9.1/admin/index.php

    r2695016 r2790318  
    1919     */
    2020    public static function init() {
    21         self::$admin_notice = "I would like to thank you all for not losing faith in Slimstat. It's been an interesting couple of years, don't you think? Much has changed since the last update was released, but my passion for analytics hasn't. That's why I have decided to slowly reboot this project, which by the way is celebrating 16 years in a few days! I'm working on consolidating the list of available add-ons into just two or three packages. Sales are currently on hold, so if you need to purchase an add-on now, feel free to reach out through our <a href='https://www.wp-slimstat.com' target='_blank'>revamped website</a>. It's good to be back.<br><br>&mdash; Cheers, Jason";
    22         // self::$admin_notice = "In this day and age where every single social media platform knows our individual whereabouts on the Interwebs, we have been doing some research on what <em>the techies</em> out there call <a href='https://amiunique.org/fp' target='_blank'>browser fingerprinting</a>. With this technique, it is not necessary to rely on cookies to identify a specific user. This version of Slimstat implements <a href='https://github.com/Valve/fingerprintjs2' target='_blank'>FingerprintJS2</a>, a library that enables our tracker to record your users' unique fingerprint and local timezone (isn't it nice to know what time it was for the user when s/he was visiting your website?) Of course, if you have Privacy Mode enabled, this feature will not be used, in compliance with GDPR and other international privacy laws. Your visitors' fingerprints are now available in the Access Log and in the Filter dropdown. In the next few months, we plan to introduce new reports and to leverage this new information to increase the plugin's overall accuracy.";
     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.";
    2322
    2423        // Load language files
  • wp-slimstat/tags/4.9.1/readme.txt

    r2695016 r2790318  
    66Requires at least: 5.6
    77Requires PHP: 7.4+
    8 Tested up to: 5.9.1
    9 Stable tag: 4.9.0.1
     8Tested up to: 6.0
     9Stable tag: 4.9.1
    1010
    1111== Description ==
    12 The leading web analytics plugin for WordPress. Track returning customers and registered users, monitor Javascript events, detect intrusions, analyze email campaigns. Thousands of WordPress sites are already using it.
     12Please 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.
    1313
    1414= Main features =
     
    2222* **Geolocation**: identify your visitors by city and country, browser type and operating system (courtesy of [MaxMind](https://www.maxmind.com/) and [Browscap](https://browscap.org)).
    2323* **World Map**: see where your visitors are coming from, even on your mobile device (courtesy of [amMap](https://www.ammap.com/)).
    24 
    25 = Contribute =
    26 Slimstat Analytics is an open source project, dependent in large part on community support. You can fork our [Github repository](https://github.com/slimstat/wp-slimstat) and submit code enhancements, bugfixes or provide localization files to let our plugin speak even more languages.
    27 
    28 [This page](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BNJR5EZNY3W38) is for those who would like to donate money - be it once, be it regularly, be it a small or a big amount. Everything is set up for an easy donation process.
    29 
    30 Try it out, you'll be amazed how good it feels! If you're on a tight budget, and coding is not your thing, please consider writing [a review](https://wordpress.org/support/plugin/wp-slimstat/reviews/#new-post) for Slimstat as a token of appreciation for our hard work!
    3124
    3225= Requirements =
  • wp-slimstat/tags/4.9.1/wp-slimstat.php

    r2695018 r2790318  
    44Plugin URI: https://wordpress.org/plugins/wp-slimstat/
    55Description: The leading web analytics plugin for WordPress
    6 Version: 4.9.0.1
     6Version: 4.9.1
    77Author: Jason Crouse
    8 Author URI: https://www.wp-slimstat.com/
    98Text Domain: wp-slimstat
    109Domain Path: /languages
     
    1716
    1817class wp_slimstat {
    19     public static $version = '4.9.0.1';
     18    public static $version = '4.9.1';
    2019    public static $settings = array();
    2120
  • wp-slimstat/trunk/README.md

    r2695016 r2790318  
     1# 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 #
     2
    13# Slimstat Analytics #
    24The leading web analytics plugin for WordPress. Track returning customers and registered users, monitor Javascript events, detect intrusions, analyze email campaigns. Thousands of WordPress sites are already using it.
     
    1921
    2022### Requirements ###
    21 * WordPress 5.6+
     23* WordPress 6.0+
    2224* PHP 7.4+
    2325* MySQL 5.0.3+
     
    2527* At least 10 MB of free DB space
    2628* At least 32 Mb of free PHP memory for the tracker (peak memory usage)
    27 
    28 ## Frequently Asked Questions ##
    29 An extensive knowledge base is available on our [website](https://www.wp-slimstat.com/).
    30 
  • wp-slimstat/trunk/admin/index.php

    r2695016 r2790318  
    1919     */
    2020    public static function init() {
    21         self::$admin_notice = "I would like to thank you all for not losing faith in Slimstat. It's been an interesting couple of years, don't you think? Much has changed since the last update was released, but my passion for analytics hasn't. That's why I have decided to slowly reboot this project, which by the way is celebrating 16 years in a few days! I'm working on consolidating the list of available add-ons into just two or three packages. Sales are currently on hold, so if you need to purchase an add-on now, feel free to reach out through our <a href='https://www.wp-slimstat.com' target='_blank'>revamped website</a>. It's good to be back.<br><br>&mdash; Cheers, Jason";
    22         // self::$admin_notice = "In this day and age where every single social media platform knows our individual whereabouts on the Interwebs, we have been doing some research on what <em>the techies</em> out there call <a href='https://amiunique.org/fp' target='_blank'>browser fingerprinting</a>. With this technique, it is not necessary to rely on cookies to identify a specific user. This version of Slimstat implements <a href='https://github.com/Valve/fingerprintjs2' target='_blank'>FingerprintJS2</a>, a library that enables our tracker to record your users' unique fingerprint and local timezone (isn't it nice to know what time it was for the user when s/he was visiting your website?) Of course, if you have Privacy Mode enabled, this feature will not be used, in compliance with GDPR and other international privacy laws. Your visitors' fingerprints are now available in the Access Log and in the Filter dropdown. In the next few months, we plan to introduce new reports and to leverage this new information to increase the plugin's overall accuracy.";
     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.";
    2322
    2423        // Load language files
  • wp-slimstat/trunk/readme.txt

    r2695016 r2790318  
    66Requires at least: 5.6
    77Requires PHP: 7.4+
    8 Tested up to: 5.9.1
    9 Stable tag: 4.9.0.1
     8Tested up to: 6.0
     9Stable tag: 4.9.1
    1010
    1111== Description ==
    12 The leading web analytics plugin for WordPress. Track returning customers and registered users, monitor Javascript events, detect intrusions, analyze email campaigns. Thousands of WordPress sites are already using it.
     12Please 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.
    1313
    1414= Main features =
     
    2222* **Geolocation**: identify your visitors by city and country, browser type and operating system (courtesy of [MaxMind](https://www.maxmind.com/) and [Browscap](https://browscap.org)).
    2323* **World Map**: see where your visitors are coming from, even on your mobile device (courtesy of [amMap](https://www.ammap.com/)).
    24 
    25 = Contribute =
    26 Slimstat Analytics is an open source project, dependent in large part on community support. You can fork our [Github repository](https://github.com/slimstat/wp-slimstat) and submit code enhancements, bugfixes or provide localization files to let our plugin speak even more languages.
    27 
    28 [This page](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BNJR5EZNY3W38) is for those who would like to donate money - be it once, be it regularly, be it a small or a big amount. Everything is set up for an easy donation process.
    29 
    30 Try it out, you'll be amazed how good it feels! If you're on a tight budget, and coding is not your thing, please consider writing [a review](https://wordpress.org/support/plugin/wp-slimstat/reviews/#new-post) for Slimstat as a token of appreciation for our hard work!
    3124
    3225= Requirements =
  • wp-slimstat/trunk/wp-slimstat.php

    r2695018 r2790318  
    44Plugin URI: https://wordpress.org/plugins/wp-slimstat/
    55Description: The leading web analytics plugin for WordPress
    6 Version: 4.9.0.1
     6Version: 4.9.1
    77Author: Jason Crouse
    8 Author URI: https://www.wp-slimstat.com/
    98Text Domain: wp-slimstat
    109Domain Path: /languages
     
    1716
    1817class wp_slimstat {
    19     public static $version = '4.9.0.1';
     18    public static $version = '4.9.1';
    2019    public static $settings = array();
    2120
Note: See TracChangeset for help on using the changeset viewer.