From efd400dcb7313b3c775be6e0f12f1079257fdb7d Mon Sep 17 00:00:00 2001 From: Sergey Zakharchenko Date: Wed, 24 Mar 2021 16:49:13 +0200 Subject: [PATCH] Preparing release 1.3.0 --- package.json | 2 +- readme.txt | 7 ++++++- seriously-simple-stats.php | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index dd7c9c2..3f50418 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-stats", - "version": "1.2.10", + "version": "1.3.0", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index 95a65ce..4a0a412 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: PodcastMotor, psykro, 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.2.10 +Stable tag: 1.3.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -78,6 +78,11 @@ Yes. This plugin uses the [Crawler Detect](https://github.com/JayBizzle/Crawler- == Changelog == += 1.3.0 = +* 2021-03-24 +* [FIX] Fixes a style bug when there is a big number of listens +* [UPDATE] Added development npm dependencies + = 1.2.10 = * 2020-12-21 * [FIX] Fixes a bug in the per episode stats meta box diff --git a/seriously-simple-stats.php b/seriously-simple-stats.php index 1bf4016..47fb818 100644 --- a/seriously-simple-stats.php +++ b/seriously-simple-stats.php @@ -1,7 +1,7 @@