Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Oct 4, 2022
1 parent 9cee337 commit 9249047
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seriously-simple-stats",
"version": "1.3.0",
"version": "1.4.0",
"main": "build/index.js",
"author": "CastosHQ",
"devDependencies": {
Expand Down
13 changes: 10 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions seriously-simple-stats.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* Plugin Name: Seriously Simple Stats
* Version: 1.3.0
* Version: 1.4.0
* Plugin URI: https://wordpress.org/plugins/seriously-simple-stats
* Description: Integrated analytics and stats tracking for Seriously Simple Podcasting.
* Author: Castos
Expand All @@ -27,7 +27,7 @@

use SeriouslySimpleStats\Classes\Stats;

define( 'SSP_STATS_VERSION', '1.3.0' );
define( 'SSP_STATS_VERSION', '1.4.0' );
define( 'SSP_STATS_DIR_PATH', plugin_dir_path( __FILE__ ) );

require_once SSP_STATS_DIR_PATH . 'vendor/autoload.php';
Expand Down

0 comments on commit 9249047

Please sign in to comment.