File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Changelog
22
3+ ### 2.4.17 (17.08.2016)
4+ - Fix storeUrl regex [ #43 ] ( https://github.com/filepicker/filepicker-js/pull/43 )
5+ - Guard for malformed messages [ #44 ] ( https://github.com/filepicker/filepicker-js/pull/44 )
6+
37### 2.4.16 (29.07.2016)
48- Bugfix for ` logout() ` method
59
Original file line number Diff line number Diff line change 1- 2.4.16
1+ 2.4.17
Original file line number Diff line number Diff line change 11{
22 "name" : " filepicker-js" ,
3- "version" : " 2.4.16 " ,
3+ "version" : " 2.4.17 " ,
44 "description" : " Filepicker client javascript library" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 33
44filepicker . extend ( function ( ) {
55 var fp = this ,
6- VERSION = '2.4.16 ' ;
6+ VERSION = '2.4.17 ' ;
77 fp . API_VERSION = 'v2' ;
88
99 var setKey = function ( key ) {
You can’t perform that action at this time.
0 commit comments