From a8eb97e4ade2704ced6ae353420d4d1b70e2b1c8 Mon Sep 17 00:00:00 2001 From: Sergey Zakharchenko Date: Thu, 4 Aug 2022 20:01:54 +0300 Subject: [PATCH] Version 2.15.2 --- package.json | 2 +- readme.txt | 7 ++++++- seriously-simple-podcasting.php | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index be2d811d..b1d641f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-podcasting", - "version": "2.15.1", + "version": "2.15.2", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index 57c61440..7053d2de 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.0 Requires PHP: 5.6 -Stable tag: 2.15.1 +Stable tag: 2.15.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -161,6 +161,11 @@ You can find complete user and developer documentation (along with the FAQs) on == Changelog == += 2.15.2 = +* 2022-08-04 +* UPDATE SUMMARY: Fixed duplicated player meta data for the shortcode +* [FIX] Fixed duplicated player meta data for [ss_player] shortcode + = 2.15.1 = * 2022-08-03 * UPDATE SUMMARY: Fixed the feed redirection bug diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php index 2ec9ad32..63499d0a 100644 --- a/seriously-simple-podcasting.php +++ b/seriously-simple-podcasting.php @@ -1,7 +1,7 @@