Skip to content

Commit be129ae

Browse files
committed
Misc tweaks and release
1 parent d9436ed commit be129ae

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

bbpress-allowed-shortcodes.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://michaels.website
66
* Update URI: https://michaels.website
77
* 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>.
8-
* Version: 1.0.0
8+
* Version: 1.1.0
99
* Author: Michael Babker
1010
* Author URI: https://michaels.website
1111
* Text Domain: bbpress-allowed-shortcodes
@@ -14,7 +14,7 @@
1414
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
1515
* Requires at least: 6.1
1616
* Requires PHP: 7.4
17-
* Tested up to: 6.2
17+
* Tested up to: 6.3
1818
*/
1919

2020
// If this file is called directly, abort.
@@ -37,7 +37,7 @@
3737
*
3838
* @var string
3939
*/
40-
define( 'BBPRESS_ALLOWED_SHORTCODES_VERSION', '1.0.0' );
40+
define( 'BBPRESS_ALLOWED_SHORTCODES_VERSION', '1.1.0' );
4141
}
4242

4343
// Include the functions files
@@ -48,5 +48,4 @@
4848

4949
BBPress_Allowed_Shortcodes_Autoloader::register();
5050

51-
// Initialize the plugin instance and resources
52-
BBPress_Allowed_Shortcodes_Plugin::boot();
51+
add_action( 'plugins_loaded', [ BBPress_Allowed_Shortcodes_Plugin::class, 'boot' ] );

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ License: GPLv3 or later
33
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
44
Tags: bbpress, bbpress2, bbpress-plugin, shortcode, shortcodes
55
Requires at least: 6.1
6-
Tested up to: 6.2
7-
Stable tag: 1.0.0
6+
Tested up to: 6.3
7+
Stable tag: 1.1.0
88
Requires PHP: 7.4
99

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

0 commit comments

Comments
 (0)