Skip to content

Commit

Permalink
Bump version and prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lushkant committed Aug 27, 2024
1 parent bc3302e commit 812ac59
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "really-simple-featured-audio",
"version": "0.5.0",
"version": "0.6.0",
"description": "Really Simple Featured Audio plugin provides a really straightforward way of adding featured audio support to your custom post types. Adding your own audios to the site is a breeze and you get an easy to use settings panel with the options you really need.",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: jetixwp, lushkant
Requires at least: 6.0
Requires PHP: 8.0
Tested up to: 6.6.1
Stable tag: 0.5.0
Stable tag: 0.6.0
Tags: audio, podcast, woocommerce, featured, music
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -65,6 +65,10 @@ You can get support at the forums here or via support@jetixwp.com.

== Changelog ==

= 0.6.0 =
- Fix an issue with wp_kses filter overriding existing allowed_html tags
- Other minor changes

= 0.5.0 =
- Add Freemius SDK
- Other minor changes
Expand Down
4 changes: 2 additions & 2 deletions really-simple-featured-audio.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Really Simple Featured Audio
* Plugin URI: https://jetixwp.com/plugins/really-simple-featured-audio
* Description: Adds support for Featured Audio to WordPress posts, pages & WooCommerce products.
* Version: 0.5.0
* Version: 0.6.0
* Author: JetixWP Plugins
* Author URI: https://jetixwp.com
* License: GPL2
Expand All @@ -16,7 +16,7 @@

defined( 'ABSPATH' ) || exit;

define( 'RSFA_VERSION', '0.5.0' );
define( 'RSFA_VERSION', '0.6.0' );
define( 'RSFA_PLUGIN_FILE', __FILE__ );
define( 'RSFA_PLUGIN_URL', plugin_dir_url( RSFA_PLUGIN_FILE ) );
define( 'RSFA_PLUGIN_DIR', plugin_dir_path( RSFA_PLUGIN_FILE ) );
Expand Down

0 comments on commit 812ac59

Please sign in to comment.