Skip to content

Commit

Permalink
Merge pull request #59 from rumspeed:rumspeed/issue58
Browse files Browse the repository at this point in the history
Test WordPress 6.0
  • Loading branch information
scotrumery authored May 29, 2022
2 parents 2aa7390 + 1a0cb49 commit 0ec3c91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
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, navigation, admin, call to action, page link, mobile tab, browser tab, side tab
Requires at least: 5.2
Tested up to: 5.9
Stable tag: 2.1.5
Tested up to: 6.0
Stable tag: 2.1.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -76,6 +76,9 @@ Use the `rum_sst_plugin_text_for_tab` filter to modify the output of the tab. Vi

== Changelog ==

= 2.1.6 =
* Tested up to: 6.0

= 2.1.5 =
* Tested up to: 5.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.1.5
* Version: 2.1.6
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: Scot Rumery
Expand Down Expand Up @@ -46,7 +46,7 @@
/**
* Plugin constants.
*/
define( 'SIMPLE_SIDE_TAB_VERSION', '2.1.5' );
define( 'SIMPLE_SIDE_TAB_VERSION', '2.1.6' );
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

0 comments on commit 0ec3c91

Please sign in to comment.