Skip to content

Commit 44b4e5a

Browse files
committed
v1.7.3
- Fix veliovgroup#214 - Chunks was incorrectly generated, without padding - Fixed - Fix veliovgroup#212 - Set token cookie after user logged-in - Fix veliovgroup#210 - Now `FilesCollection#findOne()` has same behaviour, as `MongoCollection#findOne()` - `protected` hook optimisation
1 parent 9199c64 commit 44b4e5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm-mongo@1.5.45
3838
observe-sequence@1.0.12
3939
ordered-dict@1.0.8
4040
ostrio:cookies@2.0.5
41-
ostrio:files@1.7.2
41+
ostrio:files@1.7.3
4242
promise@0.8.3
4343
random@1.0.10
4444
reactive-var@1.0.10

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'ostrio:files',
3-
version: '1.7.2',
3+
version: '1.7.3',
44
summary: 'Upload files via DDP, HTTP and WebRTC/DC. To server FS, AWS, GridFS, DropBox or Google Drive.',
55
git: 'https://github.com/VeliovGroup/Meteor-Files',
66
documentation: 'README.md'

0 commit comments

Comments
 (0)