Plugin Directory

Changeset 1451039


Ignore:
Timestamp:
07/08/2016 07:34:48 AM (10 years ago)
Author:
codetoolbox
Message:

Minor fix for Admin site for Firefox

Location:
my-bootstrap-menu/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • my-bootstrap-menu/trunk/README.md

    r1313493 r1451039  
    55Tags: 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
    66Requires at least: 4.0
    7 Tested up to: 4.4
     7Tested up to: 4.5.3
    88Stable tag: 1.1.0
    99Header tagline: Customizable plugin that applies the Bootstrap formatting classes to any Wordpress Navigation Menu
     
    106106## Changelog
    107107
     108### 1.1.1
     109Minor fix for Admin site for Firefox
     110
    108111### 1.1.0
    109112**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  
    2323     */
    2424    $('.nav-tab-wrapper > .my_plugin_tab')
    25         .click(function(){
     25        .click(function(event){
    2626            event.preventDefault();
    2727            var tab_id = $(this).prop('id');
  • my-bootstrap-menu/trunk/my-bootstrap-menu.php

    r1313546 r1451039  
    44 * Plugin URI: https://github.com/mcldev/my-bootstrap-menu
    55 * Description: Boostraps a menu using flexible and easy to use settings. Fully customizable for advanced users.
    6  * Version: 1.1.0
     6 * Version: 1.1.1
    77 * Author: Michael Carder
    88 * Author URI: http://www.michaelcarder.com
  • my-bootstrap-menu/trunk/readme.txt

    r1313493 r1451039  
    55Tags: 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
    66Requires at least: 4.0
    7 Tested up to: 4.4
     7Tested up to: 4.5.3
    88Stable tag: 1.1.0
    99Header tagline: Customizable plugin that applies the Bootstrap formatting classes to any Wordpress Navigation Menu
     
    100100== Changelog ==
    101101
     102= 1.1.1 =
     103Minor fix for Admin site for Firefox
     104
    102105= 1.1.0 =
    103106**First major revision - ALWAYS CHECK BEFORE UPGRADING LIVE SITES**
Note: See TracChangeset for help on using the changeset viewer.