Skip to content

Commit

Permalink
v1.6.2
Browse files Browse the repository at this point in the history
 - Fix issue with undefined Accounts variable. When using any of
`accounts` packages, package `accounts-base` must be explicitly added
to `.meteor/packages` above `ostrio:files`
 - Fix #127 - Avoid unlinking `original` file version twice
 - Fix issue described #126 by @Dubbedge - Use backslashes on Windows
 - Allow to call `FilesCollection#remove()` method without arguments
  • Loading branch information
dr-dimitru committed Jul 5, 2016
1 parent 0d61abc commit b44d89d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ [email protected]_1
[email protected]
[email protected]
ostrio:[email protected]
ostrio:[email protected].1
ostrio:[email protected].2
[email protected]_1
[email protected]
[email protected]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ meteor add ostrio:files

API overview (*[full API](https://github.com/VeliovGroup/Meteor-Files/wiki)*)
========
Note: When using any of `accounts` packages - package `accounts-base` must be explicitly added to `.meteor/packages` above `ostrio:files`

#### `new FilesCollection([config])` [*Isomorphic*]
Read full docs for [`FilesCollection` Constructor](https://github.com/VeliovGroup/Meteor-Files/wiki/Constructor)

Expand Down

0 comments on commit b44d89d

Please sign in to comment.