diff --git a/package.json b/package.json index 29f29a71..938b5c90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-podcasting", - "version": "2.11.0", + "version": "2.12.0", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index d35bb6ec..e80f0102 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: 5.9 Requires PHP: 5.6 -Stable tag: 2.11.0 +Stable tag: 2.12.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.12.0 = +* 2022-03-29 +* UPDATE SUMMARY: Lifter LMS integration, improvements for Yoast SEO and PMPro integration, minor fixes +* [UPDATE] Lifter LMS integration +* [UPDATE] Yoast SEO integration improvements +* [UPDATE] Added a filter to dynamically change Castos API token +* [UPDATE] Show private podcast feed URLs in Paid Memberships Pro dashboard +* [FIX] Elementor Castos player episodes limit fixed +* [FIX] Fixed periodical disappearance of the podcast audio field + = 2.11.0 = * 2022-02-04 * UPDATE SUMMARY: Support WordPress 5.9, improved Castos player widget diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php index 245b8aaf..512b9229 100644 --- a/seriously-simple-podcasting.php +++ b/seriously-simple-podcasting.php @@ -1,7 +1,7 @@