Skip to content

Commit

Permalink
Preparing release 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Apr 19, 2021
1 parent 6583da1 commit ffbee37
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seriously-simple-podcasting",
"version": "2.6.2",
"version": "2.6.3",
"main": "build/index.js",
"author": "CastosHQ",
"devDependencies": {
Expand Down
12 changes: 11 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions seriously-simple-podcasting.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php
/**
* Plugin Name: Seriously Simple Podcasting
* Version: 2.6.3-beta
* Version: 2.6.3
* Plugin URI: https://castos.com/seriously-simple-podcasting/?utm_medium=sspodcasting&utm_source=wordpress&utm_campaign=wpplugin_08_2019
* Description: Podcasting the way it's meant to be. No mess, no fuss - just you and your content taking over the world.
* Author: Castos
* Author URI: https://castos.com/?utm_medium=sspodcasting&utm_source=wordpress&utm_campaign=wpplugin_08_2019
* Requires PHP: 5.6
* Requires at least: 4.4
* Tested up to: 5.7.1
* Tested up to: 5.7
*
* Text Domain: seriously-simple-podcasting
*
Expand All @@ -33,7 +33,7 @@
use SeriouslySimplePodcasting\Controllers\Players_Controller;
use SeriouslySimplePodcasting\Integrations\Elementor\Elementor_Widgets;

define( 'SSP_VERSION', '2.6.3-beta' );
define( 'SSP_VERSION', '2.6.3' );
define( 'SSP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'SSP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit ffbee37

Please sign in to comment.