Changeset 3118676
- Timestamp:
- 07/15/2024 07:15:37 PM (21 months ago)
- Location:
- simple-side-tab
- Files:
-
- 4 edited
- 1 copied
-
tags/2.1.14 (copied) (copied from simple-side-tab/trunk)
-
tags/2.1.14/readme.txt (modified) (2 diffs)
-
tags/2.1.14/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.1.14/readme.txt
r3061630 r3118676 1 1 === Simple Side Tab === 2 2 Contributors: srumery 3 Tags: tab, navigation, admin, call to action, page link, mobile tab, browser tab, side tab4 Requires at least: 5.25 Tested up to: 6. 56 Stable tag: 2.1.1 23 Tags: tab, side tab, navigation, call to action, page link 4 Requires at least: 6.0 5 Tested up to: 6.6 6 Stable tag: 2.1.14 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.1.14 = 84 * Update Deploy Action 85 * Update Tags 86 87 = 2.1.13 = 88 * Tested up to: 6.6 82 89 83 90 = 2.1.12 = -
simple-side-tab/tags/2.1.14/simple_side_tab.php
r3061630 r3118676 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.1.1 26 * Version: 2.1.14 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.1.1 2' );49 define( 'SIMPLE_SIDE_TAB_VERSION', '2.1.14' ); 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
r3061630 r3118676 1 1 === Simple Side Tab === 2 2 Contributors: srumery 3 Tags: tab, navigation, admin, call to action, page link, mobile tab, browser tab, side tab4 Requires at least: 5.25 Tested up to: 6. 56 Stable tag: 2.1.1 23 Tags: tab, side tab, navigation, call to action, page link 4 Requires at least: 6.0 5 Tested up to: 6.6 6 Stable tag: 2.1.14 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.1.14 = 84 * Update Deploy Action 85 * Update Tags 86 87 = 2.1.13 = 88 * Tested up to: 6.6 82 89 83 90 = 2.1.12 = -
simple-side-tab/trunk/simple_side_tab.php
r3061630 r3118676 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.1.1 26 * Version: 2.1.14 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.1.1 2' );49 define( 'SIMPLE_SIDE_TAB_VERSION', '2.1.14' ); 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.