Plugin Directory

Changeset 491733


Ignore:
Timestamp:
01/18/2012 04:20:38 PM (14 years ago)
Author:
remix4
Message:

3.1

Location:
jquery-vertical-accordion-menu
Files:
57 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • jquery-vertical-accordion-menu/trunk/dcwp_jquery_accordion.php

    r449847 r491733  
    66        Description: Creates vertical accordion menus from any Wordpress custom menu using jQuery. Add menus using either widgets or shortcodes. Features include - handles multiple levels, saved state using cookies and option of selecting "click" or "hover" events for triggering the menu.
    77        Author: Lee Chestnutt
    8         Version: 3.0
     8        Version: 3.1
    99        Author URI: http://www.designchemical.com
    1010*/
     
    2525            wp_enqueue_script( 'jqueryhoverintent', dc_jqaccordion::get_plugin_directory() . '/js/jquery.hoverIntent.minified.js', array('jquery') );
    2626            wp_enqueue_script( 'jquerycookie', dc_jqaccordion::get_plugin_directory() . '/js/jquery.cookie.js', array('jquery') );
    27             wp_enqueue_script( 'dcjqaccordion', dc_jqaccordion::get_plugin_directory() . '/js/jquery.dcjqaccordion.2.8.js', array('jquery') );
     27            wp_enqueue_script( 'dcjqaccordion', dc_jqaccordion::get_plugin_directory() . '/js/jquery.dcjqaccordion.2.9.js', array('jquery') );
    2828            // Shortcodes
    2929            add_shortcode( 'dcwp-jquery-accordion', 'dcwp_dc_jqaccordion_shortcode' );
  • jquery-vertical-accordion-menu/trunk/readme.txt

    r449854 r491733  
    55Requires at least: 3.0
    66Tested up to: 3.13
    7 Stable tag: 3.0
     7Stable tag: 3.1
    88
    99Creates vertical accordion menus from any Wordpress custom menu using jQuery. Add menus using either widgets or shortcodes.
     
    1313Creates vertical accordion menus from any Wordpress custom menu using jQuery. Add menus using either widgets or shortcodes. Features include - handles multiple levels, saved state using cookies, add count of number of links and option of selecting "click" or "hover" events for triggering the menu.
    1414
    15 The plugin has several parameters that can be configured to cutomise the vertical accordion menu. These can either be set via the widget control panel or by passing parameters in a shortcode:
     15The plugin has several parameters that can be configured to help cutomise the vertical accordion menu. These can either be set via the widget control panel or by passing parameters in a shortcode:
    1616
    1717= Widget Options for Menu =
     
    8787== Changelog ==
    8888
     89= 3.1 =
     90* Fixed: Auto-close feature with multiple menus
     91
    8992= 3.0 =
    9093* Added: Ability to add menus using shortcodes
Note: See TracChangeset for help on using the changeset viewer.