Changeset 3419477
- Timestamp:
- 12/14/2025 05:29:41 PM (3 months ago)
- Location:
- simple-side-tab
- Files:
-
- 4 edited
- 1 copied
-
tags/2.2.2 (copied) (copied from simple-side-tab/trunk)
-
tags/2.2.2/readme.txt (modified) (2 diffs)
-
tags/2.2.2/simple_side_tab.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple_side_tab.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-side-tab/tags/2.2.2/readme.txt
r3275178 r3419477 3 3 Tags: tab, side tab, navigation, call to action, page link 4 4 Requires at least: 6.0 5 Tested up to: 6. 86 Stable tag: 2.2. 15 Tested up to: 6.9 6 Stable tag: 2.2.2 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 80 80 81 81 == Changelog == 82 83 = 2.2.2 = 84 * Tested up to: 6.9 82 85 83 86 = 2.2.1 = -
simple-side-tab/tags/2.2.2/simple_side_tab.php
r3275178 r3419477 4 4 * Plugin URI: https://rumspeed.com/wordpress-plugins/simple-side-tab/ 5 5 * 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.2. 16 * Version: 2.2.2 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.4 … … 47 47 * Plugin constants. 48 48 */ 49 define( 'SIMPLE_SIDE_TAB_VERSION', '2.2. 1' );49 define( 'SIMPLE_SIDE_TAB_VERSION', '2.2.2' ); 50 50 define( 'SIMPLE_SIDE_TAB_DIR', dirname( __FILE__ ) ); 51 51 define( 'SIMPLE_SIDE_TAB_URI', plugins_url( '' , __FILE__ ) ); -
simple-side-tab/trunk/readme.txt
r3275178 r3419477 3 3 Tags: tab, side tab, navigation, call to action, page link 4 4 Requires at least: 6.0 5 Tested up to: 6. 86 Stable tag: 2.2. 15 Tested up to: 6.9 6 Stable tag: 2.2.2 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 80 80 81 81 == Changelog == 82 83 = 2.2.2 = 84 * Tested up to: 6.9 82 85 83 86 = 2.2.1 = -
simple-side-tab/trunk/simple_side_tab.php
r3275178 r3419477 4 4 * Plugin URI: https://rumspeed.com/wordpress-plugins/simple-side-tab/ 5 5 * 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.2. 16 * Version: 2.2.2 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.4 … … 47 47 * Plugin constants. 48 48 */ 49 define( 'SIMPLE_SIDE_TAB_VERSION', '2.2. 1' );49 define( 'SIMPLE_SIDE_TAB_VERSION', '2.2.2' ); 50 50 define( 'SIMPLE_SIDE_TAB_DIR', dirname( __FILE__ ) ); 51 51 define( 'SIMPLE_SIDE_TAB_URI', plugins_url( '' , __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.