Skip to content

Commit

Permalink
Merge pull request #68 from CastosHQ/feature/crawler-detect-1.2.95
Browse files Browse the repository at this point in the history
Updating Crawler Detect library to 1.2.95
  • Loading branch information
jonathanbossenger authored May 25, 2020
2 parents 2d4645e + 256a1ab commit 7dbdb17
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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, 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.3.2
Stable tag: 1.2.6
Stable tag: 1.2.7
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.2.7 =
* 2020-05-25
* [UPDATE] Updated crawler detect library to version 1.2.95

= 1.2.6 =
* 2019-12-20
* [UPDATE] Updated crawler detect library
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.2.6
* Version: 1.2.7
* Plugin URI: https://wordpress.org/plugins/seriously-simple-stats
* Description: Integrated analytics and stats tracking for Seriously Simple Podcasting.
* Author: Castos
Expand Down Expand Up @@ -29,7 +29,7 @@

require_once 'vendor/autoload.php';

define( 'SSP_STATS_VERSION', '1.2.6' );
define( 'SSP_STATS_VERSION', '1.2.7' );
define( 'SSP_STATS_DIR_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) );

if ( ! function_exists( 'is_ssp_active' ) ) {
Expand Down

0 comments on commit 7dbdb17

Please sign in to comment.