Skip to content

Commit 6e9dd33

Browse files
committed
Bump version number and update changelog for 1.4.2
1 parent 3886be7 commit 6e9dd33

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
jQuery Tokeninput ChangeLog
22
===========================
33

4+
Version 1.4.2 (2011-03-26)
5+
--------------------------
6+
- Implemented basic local data search to search without an ajax request
7+
- Better support for unicode searches
8+
- Support for pre-population using the data-pre attribute on the original input
9+
- Fix cross-domain auto detection for relative and absolute path urls
10+
- Absolutely position the dropdown so it shows above all elements
11+
412
Version 1.4.1 (2011-03-21)
513
--------------------------
614
- Fix IE 7/8 bug introduced in 1.4

src/jquery.tokeninput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* jQuery Plugin: Tokenizing Autocomplete Text Entry
3-
* Version 1.4
3+
* Version 1.4.2
44
*
55
* Copyright (c) 2009 James Smith (http://loopj.com)
66
* Licensed jointly under the GPL and MIT licenses,

0 commit comments

Comments
 (0)