Plugin Directory

Changeset 3419477


Ignore:
Timestamp:
12/14/2025 05:29:41 PM (3 months ago)
Author:
srumery
Message:

Update to version 2.2.2 from GitHub

Location:
simple-side-tab
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • simple-side-tab/tags/2.2.2/readme.txt

    r3275178 r3419477  
    33Tags: tab, side tab, navigation, call to action, page link
    44Requires at least: 6.0
    5 Tested up to: 6.8
    6 Stable tag: 2.2.1
     5Tested up to: 6.9
     6Stable tag: 2.2.2
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    8080
    8181== Changelog ==
     82
     83= 2.2.2 =
     84* Tested up to: 6.9
    8285
    8386= 2.2.1 =
  • simple-side-tab/tags/2.2.2/simple_side_tab.php

    r3275178 r3419477  
    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.2.1
     6 * Version:           2.2.2
    77 * Requires at least: 6.0
    88 * Requires PHP:      7.4
     
    4747 * Plugin constants.
    4848 */
    49 define( 'SIMPLE_SIDE_TAB_VERSION', '2.2.1' );
     49define( 'SIMPLE_SIDE_TAB_VERSION', '2.2.2' );
    5050define( 'SIMPLE_SIDE_TAB_DIR', dirname( __FILE__ ) );
    5151define( 'SIMPLE_SIDE_TAB_URI', plugins_url( '' , __FILE__ ) );
  • simple-side-tab/trunk/readme.txt

    r3275178 r3419477  
    33Tags: tab, side tab, navigation, call to action, page link
    44Requires at least: 6.0
    5 Tested up to: 6.8
    6 Stable tag: 2.2.1
     5Tested up to: 6.9
     6Stable tag: 2.2.2
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    8080
    8181== Changelog ==
     82
     83= 2.2.2 =
     84* Tested up to: 6.9
    8285
    8386= 2.2.1 =
  • simple-side-tab/trunk/simple_side_tab.php

    r3275178 r3419477  
    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.2.1
     6 * Version:           2.2.2
    77 * Requires at least: 6.0
    88 * Requires PHP:      7.4
     
    4747 * Plugin constants.
    4848 */
    49 define( 'SIMPLE_SIDE_TAB_VERSION', '2.2.1' );
     49define( 'SIMPLE_SIDE_TAB_VERSION', '2.2.2' );
    5050define( 'SIMPLE_SIDE_TAB_DIR', dirname( __FILE__ ) );
    5151define( 'SIMPLE_SIDE_TAB_URI', plugins_url( '' , __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.