Skip to content

Commit

Permalink
Version 2.9.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Dec 15, 2021
1 parent f88022b commit ea76eb4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 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-podcasting",
"version": "2.9.8",
"version": "2.9.9",
"main": "build/index.js",
"author": "CastosHQ",
"devDependencies": {
Expand Down
20 changes: 15 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: podcast, audio, video, vodcast, rss, mp3, mp4, feed, itunes, podcasting, m
Requires at least: 4.4
Tested up to: 5.8
Requires PHP: 5.6
Stable tag: 2.9.8
Stable tag: 2.9.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -161,18 +161,28 @@ You can find complete user and developer documentation (along with the FAQs) on

== Changelog ==

= 2.9.9 =
* 2021-12-15
* UPDATE SUMMARY: Bug fixes and improvements
* [UPDATE] Elementor recent episodes widget - added settings and improved styles
* [UPDATE] Elementor recent episodes widget - option to show image from Episode Image field
* [UPDATE] Elementor recent episodes widget - fixed not showing the last episode bug
* [FIX] Gutenberg Podcast List block pagination fix
* [FIX] Fixed archive-podcast.php template
* [FIX] Fixed bold text after saving plugin settings

= 2.9.8 =
* 2021-11-18
* UPDATE SUMMARY: Bug fixes and improvements
* [UPDATE] Possibility to change the <content:encoded> tag via ssp_feed_item_args filter
* [FIX] Feed analytics prefixes fix
* [FIX] Feed analytics prefixes fix

= 2.9.7 =
* 2021-11-15
* UPDATE SUMMARY: Bug fixes and improvements
* [FIX] Fixed audio files with special chars not downloading
* [FIX] Fixed the player being sent to Castos content
* [FIX] Fixed the player disappearing on Elementor
* [FIX] Fixed audio files with special chars not downloading
* [FIX] Fixed the player being sent to Castos content
* [FIX] Fixed the player disappearing on Elementor

= 2.9.6 =
* 2021-11-09
Expand Down
4 changes: 2 additions & 2 deletions seriously-simple-podcasting.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Seriously Simple Podcasting
* Version: 2.9.9-beta.3
* Version: 2.9.9
* Plugin URI: https://castos.com/seriously-simple-podcasting/?utm_medium=sspodcasting&utm_source=wordpress&utm_campaign=wpplugin_08_2019
* Description: Podcasting the way it's meant to be. No mess, no fuss - just you and your content taking over the world.
* Author: Castos
Expand All @@ -25,7 +25,7 @@

use SeriouslySimplePodcasting\Controllers\App_Controller;

define( 'SSP_VERSION', '2.9.9-beta.3' );
define( 'SSP_VERSION', '2.9.9' );
define( 'SSP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'SSP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit ea76eb4

Please sign in to comment.