Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Nov 6, 2011
1 parent 0dbcbbc commit 0f63b4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion readme
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ INFO
This is an improved version of the jQuery UI selectmenu widget originally developed by Scott (filament group):
http://filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/

There is a new UI 1.9.x compatible, built from scratch version, please see issue #140.

DOWNLOAD
Latest version: https://github.com/fnagel/jquery-ui/zipball/selectmenu
Stable version (v1.1.0): https://github.com/fnagel/jquery-ui/zipball/selectmenu_v1.1.0
Stable version (v1.2.0): https://github.com/fnagel/jquery-ui/zipball/selectmenu_v1.2.0

Both versions come with jQuery 1.6.2 and jQuery UI 1.8.16.

SUPPORT
Please use GitHub issues for bug tracking and take a look at the Wiki at:
Expand Down
4 changes: 2 additions & 2 deletions ui/jquery.ui.selectmenu.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* jQuery UI selectmenu dev version
* jQuery UI selectmenu version 1.2.0
*
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
Expand All @@ -13,7 +13,7 @@

$.widget("ui.selectmenu", {
getter: "value",
version: "1.8",
version: "1.9",
eventPrefix: "selectmenu",
options: {
transferClasses: true,
Expand Down

0 comments on commit 0f63b4b

Please sign in to comment.