Skip to content

Commit

Permalink
0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Dec 3, 2013
1 parent fea0964 commit 877c4a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.11

* fixed cross origin check for Firefox (which doesn't implement location.origin), see #41

# 0.0.10

* fixed problem that broke integration tests, see #38 and #39
Expand Down
2 changes: 1 addition & 1 deletion docs/yuidoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Ember.SimpleAuth API",
"description": "Ember.SimpleAuth is a __lightweight library for implementing token based authentication/authorization__ with Ember.js applications. It has minimal requirements with respect to the application structure, routes etc. While __it follows the RFC 6749 and RFC 6750 specifications__ it can support a wide range of different server APIs and also external OAuth/OpenID providers like Facebook, Google etc. with little customization effort.",
"version": "0.0.10",
"version": "0.0.11",
"url": "http://ember-simple-auth.simplabs.com",
"github_url": "https://github.com/simplabs/ember-simple-auth",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A lightweight and unobtrusive library for implementing token based authentication with Ember.js that only has minimal requirements on the server interface.",
"homepage": "https://github.com/simplabs/ember-simple-auth",
"authors": ["Marco Otte-Witte"],
"version": "0.0.10",
"version": "0.0.11",

"directories": {
"lib": "lib"
Expand Down

0 comments on commit 877c4a4

Please sign in to comment.