Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit 1538300

Browse files
committed
Bump version number and update changelog
1 parent b29eedc commit 1538300

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog.md

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

4+
Version 1.5.0 (2011-06-12)
5+
--------------------------
6+
- Added add/remove/clear methods to programatically modify tokens
7+
- Support setting of ids on dynamic input (for html label targetting)
8+
- Fix token limit bug when using prepopulate
9+
- Various other bug fixes
10+
411
Version 1.4.2 (2011-03-26)
512
--------------------------
613
- Implemented basic local data search to search without an ajax request

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.2
3+
* Version 1.5.0
44
*
55
* Copyright (c) 2009 James Smith (http://loopj.com)
66
* Licensed jointly under the GPL and MIT licenses,

0 commit comments

Comments
 (0)