diff --git a/package.json b/package.json index b37b873..1b7914d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-stats", - "version": "1.5.2", + "version": "1.7.0", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/php/classes/class-ssp-stats.php b/php/classes/class-ssp-stats.php index c5512b5..76cea69 100755 --- a/php/classes/class-ssp-stats.php +++ b/php/classes/class-ssp-stats.php @@ -10,7 +10,7 @@ class Stats { /** * The single instance of SSP_Stats. - * @var object + * @var self * @access private * @since 1.0.0 */ @@ -1143,8 +1143,7 @@ public function load_localisation () { * * @since 1.0.0 * @static - * @see SSP_Stats() - * @return Main SSP_Stats instance + * @return self SSP_Stats instance */ public static function instance ( $file = '', $version = '1.0.0', $db_version = '1.0.0' ) { if ( is_null( self::$_instance ) ) { diff --git a/readme.txt b/readme.txt index cfe7b78..7e520e7 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ === Seriously Simple Stats === Contributors: PodcastMotor, psykro, zahardoc, simondowdles, hlashbrooke, seriouspodcaster Tags: seriously simple podcasting, stats, statistics, listeners, analytics, podcast, podcasting, ssp, free, add-ons, extensions, addons -Requires at least: 4.4 -Tested up to: 6.5 -Stable tag: 1.6.0 +Requires at least: 5.3 +Tested up to: 6.6 +Stable tag: 1.7.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -78,6 +78,12 @@ Yes. This plugin uses the [Crawler Detect](https://github.com/JayBizzle/Crawler- == Changelog == += 1.7.0 = +* 2024-09-17 +* [UPDATE] Removed outdated database update and notice functionality. +* [UPDATE] Security improvements +* [UPDATE] Updated supported WordPress version + = 1.6.0 = * 2024-06-26 * [UPDATE] Updated supported WordPress version diff --git a/seriously-simple-stats.php b/seriously-simple-stats.php index af8101d..4704f46 100644 --- a/seriously-simple-stats.php +++ b/seriously-simple-stats.php @@ -1,13 +1,13 @@