From 924904716ee3ea80f4f52e88e6782f986955184f Mon Sep 17 00:00:00 2001 From: Sergey Zakharchenko Date: Tue, 4 Oct 2022 14:15:46 +0300 Subject: [PATCH] Version 1.4.0 --- package.json | 2 +- readme.txt | 13 ++++++++++--- seriously-simple-stats.php | 4 ++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3f50418..fd64b96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-stats", - "version": "1.3.0", + "version": "1.4.0", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index 4a0a412..99078d8 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ === Seriously Simple Stats === -Contributors: PodcastMotor, psykro, simondowdles, hlashbrooke, seriouspodcaster +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: 5.5 -Stable tag: 1.3.0 +Tested up to: 5.6 +Stable tag: 1.4.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -78,6 +78,13 @@ Yes. This plugin uses the [Crawler Detect](https://github.com/JayBizzle/Crawler- == Changelog == += 1.4.0 = +* 2022-10-04 +* [UPDATE] Use absolute require file paths (props [dd32](https://github.com/dd32)) +* [UPDATE] Improved SSP dependencies check +* [UPDATE] Reordered user agent check (props [jonathanbossenger](https://github.com/jonathanbossenger)) +* [UPDATE] Added new listening sources (Xiaoyuzhou,Moon FM,Castro,watchOS) (props [justinyanme](https://github.com/justinyanme)) + = 1.3.0 = * 2021-03-24 * [FIX] Fixes a style bug when there is a big number of listens diff --git a/seriously-simple-stats.php b/seriously-simple-stats.php index 0d2249d..071da58 100644 --- a/seriously-simple-stats.php +++ b/seriously-simple-stats.php @@ -1,7 +1,7 @@