Changeset 2790318
- Timestamp:
- 09/26/2022 01:35:49 PM (3 years ago)
- Location:
- wp-slimstat
- Files:
-
- 8 edited
- 1 copied
-
tags/4.9.1 (copied) (copied from wp-slimstat/trunk)
-
tags/4.9.1/README.md (modified) (3 diffs)
-
tags/4.9.1/admin/index.php (modified) (1 diff)
-
tags/4.9.1/readme.txt (modified) (2 diffs)
-
tags/4.9.1/wp-slimstat.php (modified) (2 diffs)
-
trunk/README.md (modified) (3 diffs)
-
trunk/admin/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-slimstat.php (modified) (2 diffs)
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 1 3 # Slimstat Analytics # 2 4 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. … … 19 21 20 22 ### Requirements ### 21 * WordPress 5.6+23 * WordPress 6.0+ 22 24 * PHP 7.4+ 23 25 * MySQL 5.0.3+ … … 25 27 * At least 10 MB of free DB space 26 28 * 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 19 19 */ 20 20 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>— 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."; 23 22 24 23 // Load language files -
wp-slimstat/tags/4.9.1/readme.txt
r2695016 r2790318 6 6 Requires at least: 5.6 7 7 Requires PHP: 7.4+ 8 Tested up to: 5.9.19 Stable tag: 4.9. 0.18 Tested up to: 6.0 9 Stable tag: 4.9.1 10 10 11 11 == 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 usingit.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 13 14 14 = Main features = … … 22 22 * **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)). 23 23 * **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!31 24 32 25 = Requirements = -
wp-slimstat/tags/4.9.1/wp-slimstat.php
r2695018 r2790318 4 4 Plugin URI: https://wordpress.org/plugins/wp-slimstat/ 5 5 Description: The leading web analytics plugin for WordPress 6 Version: 4.9. 0.16 Version: 4.9.1 7 7 Author: Jason Crouse 8 Author URI: https://www.wp-slimstat.com/9 8 Text Domain: wp-slimstat 10 9 Domain Path: /languages … … 17 16 18 17 class wp_slimstat { 19 public static $version = '4.9. 0.1';18 public static $version = '4.9.1'; 20 19 public static $settings = array(); 21 20 -
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 1 3 # Slimstat Analytics # 2 4 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. … … 19 21 20 22 ### Requirements ### 21 * WordPress 5.6+23 * WordPress 6.0+ 22 24 * PHP 7.4+ 23 25 * MySQL 5.0.3+ … … 25 27 * At least 10 MB of free DB space 26 28 * 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 19 19 */ 20 20 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>— 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."; 23 22 24 23 // Load language files -
wp-slimstat/trunk/readme.txt
r2695016 r2790318 6 6 Requires at least: 5.6 7 7 Requires PHP: 7.4+ 8 Tested up to: 5.9.19 Stable tag: 4.9. 0.18 Tested up to: 6.0 9 Stable tag: 4.9.1 10 10 11 11 == 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 usingit.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 13 14 14 = Main features = … … 22 22 * **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)). 23 23 * **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!31 24 32 25 = Requirements = -
wp-slimstat/trunk/wp-slimstat.php
r2695018 r2790318 4 4 Plugin URI: https://wordpress.org/plugins/wp-slimstat/ 5 5 Description: The leading web analytics plugin for WordPress 6 Version: 4.9. 0.16 Version: 4.9.1 7 7 Author: Jason Crouse 8 Author URI: https://www.wp-slimstat.com/9 8 Text Domain: wp-slimstat 10 9 Domain Path: /languages … … 17 16 18 17 class wp_slimstat { 19 public static $version = '4.9. 0.1';18 public static $version = '4.9.1'; 20 19 public static $settings = array(); 21 20
Note: See TracChangeset
for help on using the changeset viewer.