-
Notifications
You must be signed in to change notification settings - Fork 152
/
change-log.txt
executable file
·41 lines (30 loc) · 1 KB
/
change-log.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
UploadiFive Change Log
v1.3.0
* Use file extension to check file type
* Use comma character ',' to separate extension of files type allowed
* Fixed file type option when selecting files
* Fixed file type option when dropping files
v1.2.3
* Fixed file type option when dropping files
v1.1.2
* Fixed typo on line 424 'uplaodAll' => 'uploadAll'
v1.1.1
* Changed method of file input positioning for added compatibility with touch devices
v1.1.0
* Added itemTemplate option
* Added fileObjName option
v1.0.5
* Fixed onSelect issue with queue not being available
v1.0.4
* Added compatibility with Safari
v1.0.3
* Using new and faster FormData object if available
* Added extra security and image only uploadifive.php file
* formData is sent to the check script along with the filename
* Removed index from Filedata object
v1.0.2
* Changed $data.uploadFile method to use boundary for uploads
v1.0.1
* Fixed bug with onQueueComplete event
v1.0
* Initial creation of UploadiFive plugin