Skip to content

Commit

Permalink
Preparing release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Mar 5, 2021
1 parent 6ed9e11 commit 7c3a7e2
Show file tree
Hide file tree
Showing 3 changed files with 17 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.0",
"version": "2.6.1",
"main": "build/index.js",
"author": "CastosHQ",
"devDependencies": {
Expand Down
16 changes: 14 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: PodcastMotor, psykro, zahardoc, simondowdles, hlashbrooke, whyisjake
Tags: podcast, audio, video, vodcast, rss, mp3, mp4, feed, itunes, podcasting, media, stitcher, google play, playlist
Requires at least: 4.4
Tested up to: 5.5.3
Tested up to: 5.6.2
Requires PHP: 5.6
Stable tag: 2.6.0
Stable tag: 2.6.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -159,6 +159,18 @@ You can find complete user and developer documentation (along with the FAQs) on

== Changelog ==

= 2.6.1 =
* 2021-03-05
* UPDATE SUMMARY: Improvements, bug fixes for the 2.6 release
* [UPDATE] Change right sidebar in settings
* [UPDATE] Custom user role/podcast capabilities
* [FIX] HTML player broken embed link
* [FIX] Episode image missing title
* [FIX] Player is not playing if the JS file is placed in the header
* [FIX] Player is not playing if more then one player codes appear on the same page
* [FIX] Audio files are not shown in the media library
* [FIX] Uploaded cover image overwrites the audio file settings

= 2.6.0 =
* 2021-02-22
* UPDATE SUMMARY: Improvements to the episode functionality
Expand Down
4 changes: 2 additions & 2 deletions seriously-simple-podcasting.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Seriously Simple Podcasting
* Version: 2.6.1-beta.7
* Version: 2.6.1
* 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
Expand Down Expand Up @@ -32,7 +32,7 @@
use SeriouslySimplePodcasting\Controllers\Players_Controller;
use SeriouslySimplePodcasting\Integrations\Elementor\Elementor_Widgets;

define( 'SSP_VERSION', '2.6.1-beta.7' );
define( 'SSP_VERSION', '2.6.1' );
define( 'SSP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'SSP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit 7c3a7e2

Please sign in to comment.