diff --git a/readme.txt b/readme.txt index a8b0b1a..35eafbd 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: srumery Tags: tab, side tab, navigation, call to action, page link Requires at least: 6.0 -Tested up to: 6.9 -Stable tag: 2.2.2 +Tested up to: 7.0 +Stable tag: 2.2.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -80,6 +80,9 @@ Use the `rum_sst_plugin_class_for_tab` filter to modify the output of the tab CS == Changelog == += 2.2.3 = +* Tested up to: 7.0 + = 2.2.2 = * Tested up to: 6.9 diff --git a/simple_side_tab.php b/simple_side_tab.php index 3463134..e73f31c 100644 --- a/simple_side_tab.php +++ b/simple_side_tab.php @@ -3,7 +3,7 @@ * Plugin Name: Simple Side Tab * Plugin URI: https://rumspeed.com/wordpress-plugins/simple-side-tab/ * Description: Display a side tab that you can easily link to any page. Customize the tab text, font and colors. It's that simple. That's Simple Side Tab. - * Version: 2.2.2 + * Version: 2.2.3 * Requires at least: 6.0 * Requires PHP: 7.4 * Author: Scot Rumery @@ -46,7 +46,7 @@ /** * Plugin constants. */ -define( 'SIMPLE_SIDE_TAB_VERSION', '2.2.2' ); +define( 'SIMPLE_SIDE_TAB_VERSION', '2.2.3' ); define( 'SIMPLE_SIDE_TAB_DIR', dirname( __FILE__ ) ); define( 'SIMPLE_SIDE_TAB_URI', plugins_url( '' , __FILE__ ) ); define( 'SIMPLE_SIDE_TAB_BASENAME', plugin_basename(__FILE__) );