forked from hailwood/jQuery-Tagit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits-before-gh.txt
44 lines (43 loc) · 1.11 KB
/
credits-before-gh.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
This file contains a list of credits/bug fixes that existed before the project
was moved to github. The contents of this file were originally in the javascript
file however have been removed to keep the file as lean as possible.
*
* CHANGELOG:
* ---------------------------
* 1.1
* Fixed bug 01
* 1.2
* Added select option
* * hidden select so tags may be submitted via normal form.
* 1.3
* Fixed bug 02
* 1.4
* Fixed bug 03
* Fixed bug 04
*
* ---------------------------
* Bug Fix Credits:
* --
* * Number: 01
* * Bug: Clicking autocomplete option does not add it to the array
* * Name: Ed <tastypopsicle.com>
* --
* * Number: 02
* * Bug: Unable to give select a name
* * Name: Ed <tastypopsicle.com>
* --
* * Number 03
* * Bug: reference to incorrect variable (tagArray vs tagsArray)
* * Name: claudio <unknown>
* --
* * Number 04
* * Bug: console.log() left in code
* * Name: claudio <unknown>
* --
* * Number 06
* * Feature: added fill method
* * Name: Shawn Wildermuth <wildermuth.com>
* --
* * Number 07
* * Feature: added maxLength and maxTags options
* * Name: Jeff Shantz <jeffshantz.com>