Skip to content

Commit 0f63b4b

Browse files
committed
Release version 1.2.0
1 parent 0dbcbbc commit 0f63b4b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

readme

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ INFO
77
This is an improved version of the jQuery UI selectmenu widget originally developed by Scott (filament group):
88
http://filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/
99

10+
There is a new UI 1.9.x compatible, built from scratch version, please see issue #140.
11+
1012
DOWNLOAD
1113
Latest version: https://github.com/fnagel/jquery-ui/zipball/selectmenu
12-
Stable version (v1.1.0): https://github.com/fnagel/jquery-ui/zipball/selectmenu_v1.1.0
14+
Stable version (v1.2.0): https://github.com/fnagel/jquery-ui/zipball/selectmenu_v1.2.0
15+
16+
Both versions come with jQuery 1.6.2 and jQuery UI 1.8.16.
1317

1418
SUPPORT
1519
Please use GitHub issues for bug tracking and take a look at the Wiki at:

ui/jquery.ui.selectmenu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery UI selectmenu dev version
2+
* jQuery UI selectmenu version 1.2.0
33
*
44
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
55
* Dual licensed under the MIT (MIT-LICENSE.txt)
@@ -13,7 +13,7 @@
1313

1414
$.widget("ui.selectmenu", {
1515
getter: "value",
16-
version: "1.8",
16+
version: "1.9",
1717
eventPrefix: "selectmenu",
1818
options: {
1919
transferClasses: true,

0 commit comments

Comments
 (0)