Skip to content

Commit

Permalink
Bump version number and update changelog for 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Mar 27, 2011
1 parent 3886be7 commit 6e9dd33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
jQuery Tokeninput ChangeLog
===========================

Version 1.4.2 (2011-03-26)
--------------------------
- Implemented basic local data search to search without an ajax request
- Better support for unicode searches
- Support for pre-population using the data-pre attribute on the original input
- Fix cross-domain auto detection for relative and absolute path urls
- Absolutely position the dropdown so it shows above all elements

Version 1.4.1 (2011-03-21)
--------------------------
- Fix IE 7/8 bug introduced in 1.4
Expand Down
2 changes: 1 addition & 1 deletion src/jquery.tokeninput.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* jQuery Plugin: Tokenizing Autocomplete Text Entry
* Version 1.4
* Version 1.4.2
*
* Copyright (c) 2009 James Smith (http://loopj.com)
* Licensed jointly under the GPL and MIT licenses,
Expand Down

0 comments on commit 6e9dd33

Please sign in to comment.