Plugin Directory

Changeset 2449213


Ignore:
Timestamp:
01/02/2021 06:26:40 PM (5 years ago)
Author:
mottodesignstudio
Message:

Preparing for 0.1.3 release

Location:
sidebar-menu-items/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sidebar-menu-items/trunk/README.txt

    r2449204 r2449213  
    55Requires at least: 3.0.1
    66Tested up to: 5.6
    7 Stable tag: 0.1.2
     7Stable tag: 0.1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3535== Changelog ==
    3636
     37= 0.1.3 =
     38Tested for 5.6
     39
    3740= 0.1.2 =
    3841Fixed sub menu links being affected.
  • sidebar-menu-items/trunk/sidebar-menu-items.php

    r2261867 r2449213  
    99 *
    1010 * @link              https://motto.ca
    11  * @since             0.1.2
     11 * @since             0.1.3
    1212 * @package           sidebar_menu_items
    1313 *
     
    1616 * Plugin URI:        http://github.com/mottodesignstudio/wp-sidebar-menu-items
    1717 * Description:       Use sidebar areas within your menus.
    18  * Version:           0.1.2
     18 * Version:           0.1.3
    1919 * Author:            Motto
    2020 * Author URI:        https://motto.ca
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'SIDEBAR_MENU_ITEMS_VERSION', '0.1.2' );
     37define( 'SIDEBAR_MENU_ITEMS_VERSION', '0.1.3' );
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.