From 928e940865484edd5522a14a39c130c81245d8e8 Mon Sep 17 00:00:00 2001 From: Sergey Zakharchenko Date: Tue, 6 Dec 2022 16:03:28 +0200 Subject: [PATCH] Version 2.19.0 --- package.json | 2 +- readme.txt | 12 +++++++++++- seriously-simple-podcasting.php | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 773cef7d..28b1a24c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-podcasting", - "version": "2.18.0", + "version": "2.19.0", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index 45f2ef46..d4aea68a 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.1 Requires PHP: 5.6 -Stable tag: 2.18.0 +Stable tag: 2.19.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -161,6 +161,16 @@ You can find complete user and developer documentation (along with the FAQs) on == Changelog == += 2.19.0 = +* 2022-11-09 +* UPDATE SUMMARY: Player and RSS feed improvements +* [UPDATE] Use Media File Prefix in player links +* [UPDATE] Dynamo: prefill podcast and author name +* [UPDATE] Player: possibility to slow down the episode speed +* [UPDATE] RSS feed: do not show podcast:locked tag if it's off +* [UPDATE] RSS feed: allow h2, h3, h4, h5, label tags +* [FIX] Player: speed button style fix + = 2.18.0 = * 2022-11-09 * UPDATE SUMMARY: WooCommerce Memberships integration, Value 4 Value, minor improvements and fixes diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php index e92483e5..540d0855 100644 --- a/seriously-simple-podcasting.php +++ b/seriously-simple-podcasting.php @@ -1,7 +1,7 @@