Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions simple_side_tab.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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__) );
Expand Down