Skip to content

Commit 1218b49

Browse files
author
Jakub Szwacz
committed
Merge tag '2.4.12' into develop
2.4.12
2 parents a35f9d6 + 1dd52fa commit 1218b49

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
### 2.4.12 (24.06.2016)
4+
- [Blobs](https://developer.mozilla.org/en-US/docs/Web/API/Blob) support in `filepicker.store()` method. [#37](https://github.com/filepicker/filepicker-js/pull/37)
5+
36
### 2.4.11 (19.05.2016)
47
- Pass `converted` property to blob in onSuccess callback
58

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.11
1+
2.4.12

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filepicker-js",
3-
"version": "2.4.11",
3+
"version": "2.4.12",
44
"description": "Filepicker client javascript library",
55
"main": "index.js",
66
"scripts": {

src/library/lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
filepicker.extend(function(){
55
var fp = this,
6-
VERSION = '2.4.11';
6+
VERSION = '2.4.12';
77
fp.API_VERSION = 'v2';
88

99
var setKey = function(key) {

0 commit comments

Comments
 (0)