Skip to content

Commit

Permalink
Misc tweaks and release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Sep 30, 2023
1 parent d9436ed commit be129ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions bbpress-allowed-shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin URI: https://michaels.website
* Update URI: https://michaels.website
* Description: WordPress plugin adding support for shortcodes to bbPress content, based on the <a href="https://wordpress.org/plugins/bbpress2-shortcode-whitelist/">bbPress2 shortcode whitelist plugin</a>.
* Version: 1.0.0
* Version: 1.1.0
* Author: Michael Babker
* Author URI: https://michaels.website
* Text Domain: bbpress-allowed-shortcodes
Expand All @@ -14,7 +14,7 @@
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
* Requires at least: 6.1
* Requires PHP: 7.4
* Tested up to: 6.2
* Tested up to: 6.3
*/

// If this file is called directly, abort.
Expand All @@ -37,7 +37,7 @@
*
* @var string
*/
define( 'BBPRESS_ALLOWED_SHORTCODES_VERSION', '1.0.0' );
define( 'BBPRESS_ALLOWED_SHORTCODES_VERSION', '1.1.0' );
}

// Include the functions files
Expand All @@ -48,5 +48,4 @@

BBPress_Allowed_Shortcodes_Autoloader::register();

// Initialize the plugin instance and resources
BBPress_Allowed_Shortcodes_Plugin::boot();
add_action( 'plugins_loaded', [ BBPress_Allowed_Shortcodes_Plugin::class, 'boot' ] );
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
Tags: bbpress, bbpress2, bbpress-plugin, shortcode, shortcodes
Requires at least: 6.1
Tested up to: 6.2
Stable tag: 1.0.0
Tested up to: 6.3
Stable tag: 1.1.0
Requires PHP: 7.4

WordPress plugin adding support for shortcodes to bbPress content, based on the bbPress2 shortcode whitelist (https://wordpress.org/plugins/bbpress2-shortcode-whitelist/) plugin.

0 comments on commit be129ae

Please sign in to comment.