Changeset 1451039
- Timestamp:
- 07/08/2016 07:34:48 AM (10 years ago)
- Location:
- my-bootstrap-menu/trunk
- Files:
-
- 4 edited
-
README.md (modified) (2 diffs)
-
assets/my-plugin-settings-helper/js/my-plugin-settings.js (modified) (1 diff)
-
my-bootstrap-menu.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
my-bootstrap-menu/trunk/README.md
r1313493 r1451039 5 5 Tags: bootstrap, navbar, nav-menu, menu, submenu, drop-down submenu, responsive, mobile, menu walker, button, tabs, pills, alignment, inverse, logo, title, login, register, image select, my plugin settings 6 6 Requires at least: 4.0 7 Tested up to: 4. 47 Tested up to: 4.5.3 8 8 Stable tag: 1.1.0 9 9 Header tagline: Customizable plugin that applies the Bootstrap formatting classes to any Wordpress Navigation Menu … … 106 106 ## Changelog 107 107 108 ### 1.1.1 109 Minor fix for Admin site for Firefox 110 108 111 ### 1.1.0 109 112 **First major revision - ALWAYS CHECK BEFORE UPGRADING LIVE SITES** -
my-bootstrap-menu/trunk/assets/my-plugin-settings-helper/js/my-plugin-settings.js
r1194265 r1451039 23 23 */ 24 24 $('.nav-tab-wrapper > .my_plugin_tab') 25 .click(function( ){25 .click(function(event){ 26 26 event.preventDefault(); 27 27 var tab_id = $(this).prop('id'); -
my-bootstrap-menu/trunk/my-bootstrap-menu.php
r1313546 r1451039 4 4 * Plugin URI: https://github.com/mcldev/my-bootstrap-menu 5 5 * Description: Boostraps a menu using flexible and easy to use settings. Fully customizable for advanced users. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Author: Michael Carder 8 8 * Author URI: http://www.michaelcarder.com -
my-bootstrap-menu/trunk/readme.txt
r1313493 r1451039 5 5 Tags: bootstrap, navbar, nav-menu, menu, submenu, drop-down submenu, responsive, mobile, menu walker, button, tabs, pills, alignment, inverse, logo, title, login, register, image select, my plugin settings 6 6 Requires at least: 4.0 7 Tested up to: 4. 47 Tested up to: 4.5.3 8 8 Stable tag: 1.1.0 9 9 Header tagline: Customizable plugin that applies the Bootstrap formatting classes to any Wordpress Navigation Menu … … 100 100 == Changelog == 101 101 102 = 1.1.1 = 103 Minor fix for Admin site for Firefox 104 102 105 = 1.1.0 = 103 106 **First major revision - ALWAYS CHECK BEFORE UPGRADING LIVE SITES**
Note: See TracChangeset
for help on using the changeset viewer.