Skip to content

Commit b4f79c8

Browse files
committed
v2.0.5
1 parent 489cddb commit b4f79c8

File tree

7 files changed

+13
-10
lines changed

7 files changed

+13
-10
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,10 @@ Button like link.
13871387
<a name="Changelog"></a>
13881388
## Changelog
13891389
1390+
### 2.0.5
13901391
<ul>
1392+
<li>+ #228: check callbacks with regexp</li>
1393+
<li>* Updated devDepending</li>
13911394
<li>+ #207: support EXIF.Orientation == 4, 5 & 7 </li>
13921395
</ul>
13931396

dist/FileAPI.html5.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! FileAPI 2.0.4 - BSD | git://github.com/mailru/FileAPI.git
1+
/*! FileAPI 2.0.5 - BSD | git://github.com/mailru/FileAPI.git
22
* FileAPI — a set of javascript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF.
33
*/
44

@@ -278,7 +278,7 @@
278278
* FileAPI (core object)
279279
*/
280280
api = {
281-
version: '2.0.4',
281+
version: '2.0.5',
282282

283283
cors: false,
284284
html5: true,

dist/FileAPI.html5.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/FileAPI.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! FileAPI 2.0.4 - BSD | git://github.com/mailru/FileAPI.git
1+
/*! FileAPI 2.0.5 - BSD | git://github.com/mailru/FileAPI.git
22
* FileAPI — a set of javascript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF.
33
*/
44

@@ -278,7 +278,7 @@
278278
* FileAPI (core object)
279279
*/
280280
api = {
281-
version: '2.0.4',
281+
version: '2.0.5',
282282

283283
cors: false,
284284
html5: true,

dist/FileAPI.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/FileAPI.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
* FileAPI (core object)
185185
*/
186186
api = {
187-
version: '2.0.4',
187+
version: '2.0.5',
188188

189189
cors: false,
190190
html5: true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fileapi",
33
"exportName": "FileAPI",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"devDependencies": {
66
"grunt": "~0.4.5",
77
"grunt-version": "~0.3.0",

0 commit comments

Comments
 (0)