diff --git a/package.json b/package.json index 55ec9890..9e31319f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-podcasting", - "version": "2.21.0", + "version": "2.22.0", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index fdf1d3ed..1b035143 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: podcast, audio, video, vodcast, rss, mp3, mp4, feed, itunes, podcasting, m Requires at least: 4.4 Tested up to: 6.2 Requires PHP: 5.6 -Stable tag: 2.21.0 +Stable tag: 2.22.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -161,6 +161,14 @@ You can find complete user and developer documentation (along with the FAQs) on == Changelog == += 2.22.0 = +* 2023-06-28 +* UPDATE SUMMARY: Gutenberg Blocks improvements, added PHP filters +* [UPDATE] Added query and style options for Podcast List block +* [UPDATE] Changed Podcast List block name to Episode List +* [UPDATE] Changed max number of episodes in Castos Player settings to 500 +* [UPDATE] Added new PHP filters: "ssp_album_art" and "ssp_no_album_image". + = 2.21.0 = * 2023-05-24 * UPDATE SUMMARY: Fixed media prefix regression, improved translation strings, use minified CSS diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php index 20d9959e..5bcc2608 100644 --- a/seriously-simple-podcasting.php +++ b/seriously-simple-podcasting.php @@ -1,7 +1,7 @@