Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
This release mainly focused on *Cordova* usage improvements

__Added:__

- `opts.allowQueryStringCookies` {*Boolean*} - Allow passing Cookies in
a query string (in URL). Primary should be used only in *Cordova*
environment. Note: this option will be used only on Cordova
- `opts.allowedCordovaOrigins` {*Regex|Boolean*} - [*Server*] Allow
setting Cookies from that specific origin which in Meteor/Cordova is
localhost:12XXX. Set to default `^http:\/\/localhost:12[0-9]{3}$` if
set to `true`. Default: `false`
- Explaining Cordova usage in a FAQ documentation section
  • Loading branch information
dr-dimitru committed Nov 7, 2019
1 parent b9fc346 commit b151904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
local-test:ostrio:cookies@2.4.1
local-test:ostrio:cookies@2.5.0
[email protected]
[email protected]
[email protected]
Expand All @@ -35,7 +35,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
ostrio:cookies@2.4.1
ostrio:cookies@2.5.0
[email protected]
[email protected]
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:cookies',
version: '2.4.1',
version: '2.5.0',
summary: 'Isomorphic bulletproof Server, Client, Browser and Cordova cookies',
git: 'https://github.com/VeliovGroup/Meteor-Cookies',
documentation: 'README.md'
Expand Down

0 comments on commit b151904

Please sign in to comment.