Skip to content

Commit

Permalink
Merge pull request #76 from rumspeed/scotrumery/issue75
Browse files Browse the repository at this point in the history
Test WordPress 6.6
  • Loading branch information
scotrumery authored Jul 11, 2024
2 parents 4b1a720 + 2fb25b9 commit 8bc4a6a
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: 6.5
Stable tag: 2.1.12
Tested up to: 6.6
Stable tag: 2.1.13
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.1.13 =
* Tested up to: 6.6

= 2.1.12 =
* Tested up to: 6.5
* Remove support for IE 7-8
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.12
* Version: 2.1.13
* 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.1.12' );
define( 'SIMPLE_SIDE_TAB_VERSION', '2.1.13' );
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 8bc4a6a

Please sign in to comment.