Changeset 2449213
- Timestamp:
- 01/02/2021 06:26:40 PM (5 years ago)
- Location:
- sidebar-menu-items/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
sidebar-menu-items.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sidebar-menu-items/trunk/README.txt
r2449204 r2449213 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.6 7 Stable tag: 0.1. 27 Stable tag: 0.1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 35 35 == Changelog == 36 36 37 = 0.1.3 = 38 Tested for 5.6 39 37 40 = 0.1.2 = 38 41 Fixed sub menu links being affected. -
sidebar-menu-items/trunk/sidebar-menu-items.php
r2261867 r2449213 9 9 * 10 10 * @link https://motto.ca 11 * @since 0.1. 211 * @since 0.1.3 12 12 * @package sidebar_menu_items 13 13 * … … 16 16 * Plugin URI: http://github.com/mottodesignstudio/wp-sidebar-menu-items 17 17 * Description: Use sidebar areas within your menus. 18 * Version: 0.1. 218 * Version: 0.1.3 19 19 * Author: Motto 20 20 * Author URI: https://motto.ca … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'SIDEBAR_MENU_ITEMS_VERSION', '0.1. 2' );37 define( 'SIDEBAR_MENU_ITEMS_VERSION', '0.1.3' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.