diff --git a/package.json b/package.json index 09d3a133..56d6d11a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seriously-simple-podcasting", - "version": "2.6.2", + "version": "2.6.3", "main": "build/index.js", "author": "CastosHQ", "devDependencies": { diff --git a/readme.txt b/readme.txt index 5b523eca..98150d11 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.7 Requires PHP: 5.6 -Stable tag: 2.6.2 +Stable tag: 2.6.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -159,6 +159,16 @@ You can find complete user and developer documentation (along with the FAQs) on == Changelog == += 2.6.3 = +* 2021-04-19 +* UPDATE SUMMARY: Roles and capabilities improvements, no image issues fixes +* [UPDATE] Added podcast capabilities +* [UPDATE] Added series capabilities +* [UPDATE] Added two roles for managing podcasts +* [FIX] Users with manage_podcast capability couldn't change the plugin settings +* [FIX] Series image not displaying in series feed +* [FIX] Feed cover image not displaying in the player + = 2.6.2 = * 2021-04-06 * UPDATE SUMMARY: Podcasts synchronization improvements, RSS images diff --git a/seriously-simple-podcasting.php b/seriously-simple-podcasting.php index d2e20e2b..5af05f61 100644 --- a/seriously-simple-podcasting.php +++ b/seriously-simple-podcasting.php @@ -1,14 +1,14 @@