Skip to content

Commit 0207bf3

Browse files
authored
Merge pull request #68 from rumspeed/rumspeed/issue67
Test WordPress 6.3
2 parents 5922e93 + 4283e27 commit 0207bf3

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: srumery
33
Tags: tab, navigation, admin, call to action, page link, mobile tab, browser tab, side tab
44
Requires at least: 5.2
5-
Tested up to: 6.2
6-
Stable tag: 2.1.9
5+
Tested up to: 6.3
6+
Stable tag: 2.1.10
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -80,6 +80,9 @@ Use the `rum_sst_plugin_class_for_tab` filter to modify the output of the tab CS
8080

8181
== Changelog ==
8282

83+
= 2.1.10 =
84+
* Tested up to: 6.3
85+
8386
= 2.1.9 =
8487
* Tested up to: 6.2
8588

simple_side_tab.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Simple Side Tab
44
* Plugin URI: https://rumspeed.com/wordpress-plugins/simple-side-tab/
55
* 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.
6-
* Version: 2.1.9
6+
* Version: 2.1.10
77
* Requires at least: 5.2
88
* Requires PHP: 7.2
99
* Author: Scot Rumery
@@ -46,7 +46,7 @@
4646
/**
4747
* Plugin constants.
4848
*/
49-
define( 'SIMPLE_SIDE_TAB_VERSION', '2.1.9' );
49+
define( 'SIMPLE_SIDE_TAB_VERSION', '2.1.10' );
5050
define( 'SIMPLE_SIDE_TAB_DIR', dirname( __FILE__ ) );
5151
define( 'SIMPLE_SIDE_TAB_URI', plugins_url( '' , __FILE__ ) );
5252
define( 'SIMPLE_SIDE_TAB_BASENAME', plugin_basename(__FILE__) );

0 commit comments

Comments
 (0)