Plugin Directory

Changeset 3118676


Ignore:
Timestamp:
07/15/2024 07:15:37 PM (21 months ago)
Author:
srumery
Message:

Update to version 2.1.14 from GitHub

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

Legend:

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

    r3061630 r3118676  
    11=== Simple Side Tab ===
    22Contributors: srumery
    3 Tags: tab, navigation, admin, call to action, page link, mobile tab, browser tab, side tab
    4 Requires at least: 5.2
    5 Tested up to: 6.5
    6 Stable tag: 2.1.12
     3Tags: tab, side tab, navigation, call to action, page link
     4Requires at least: 6.0
     5Tested up to: 6.6
     6Stable tag: 2.1.14
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    8080
    8181== Changelog ==
     82
     83= 2.1.14 =
     84* Update Deploy Action
     85* Update Tags
     86
     87= 2.1.13 =
     88* Tested up to: 6.6
    8289
    8390= 2.1.12 =
  • simple-side-tab/tags/2.1.14/simple_side_tab.php

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

    r3061630 r3118676  
    11=== Simple Side Tab ===
    22Contributors: srumery
    3 Tags: tab, navigation, admin, call to action, page link, mobile tab, browser tab, side tab
    4 Requires at least: 5.2
    5 Tested up to: 6.5
    6 Stable tag: 2.1.12
     3Tags: tab, side tab, navigation, call to action, page link
     4Requires at least: 6.0
     5Tested up to: 6.6
     6Stable tag: 2.1.14
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    8080
    8181== Changelog ==
     82
     83= 2.1.14 =
     84* Update Deploy Action
     85* Update Tags
     86
     87= 2.1.13 =
     88* Tested up to: 6.6
    8289
    8390= 2.1.12 =
  • simple-side-tab/trunk/simple_side_tab.php

    r3061630 r3118676  
    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.12
     6 * Version:           2.1.14
    77 * Requires at least: 6.0
    88 * Requires PHP:      7.4
     
    4747 * Plugin constants.
    4848 */
    49 define( 'SIMPLE_SIDE_TAB_VERSION', '2.1.12' );
     49define( 'SIMPLE_SIDE_TAB_VERSION', '2.1.14' );
    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.