Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Jun 14, 2023
1 parent 25acc18 commit 2bd5509
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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.5.0",
"version": "1.5.1",
"main": "build/index.js",
"author": "CastosHQ",
"devDependencies": {
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: PodcastMotor, psykro, zahardoc, simondowdles, hlashbrooke, serious
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.2
Stable tag: 1.5.0
Stable tag: 1.5.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -78,6 +78,10 @@ Yes. This plugin uses the [Crawler Detect](https://github.com/JayBizzle/Crawler-

== Changelog ==

= 1.5.1 =
* 2023-06-14
* [UPDATE] Security improvements

= 1.5.0 =
* 2023-05-11
* [UPDATE] Optimized plugin speed ( dashboard not loading with a large amount of data )
Expand Down
5 changes: 2 additions & 3 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.5.0
* Version: 1.5.1
* 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.5.0' );
define( 'SSP_STATS_VERSION', '1.5.1' );
define( 'SSP_STATS_DIR_PATH', plugin_dir_path( __FILE__ ) );

require_once SSP_STATS_DIR_PATH . 'vendor/autoload.php';
Expand Down Expand Up @@ -55,5 +55,4 @@ function SSP_Stats() {
}

SSP_Stats();

}

0 comments on commit 2bd5509

Please sign in to comment.