From 877c4a4af5c4757d466d3696408ecc2326a534c6 Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Tue, 3 Dec 2013 20:34:53 +0100 Subject: [PATCH] 0.0.11 --- CHANGELOG.md | 4 ++++ docs/yuidoc.json | 2 +- packages/ember-simple-auth/package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40ba497c5..133bdbc12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/yuidoc.json b/docs/yuidoc.json index 297b52bf9..10acd7fbc 100644 --- a/docs/yuidoc.json +++ b/docs/yuidoc.json @@ -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": { diff --git a/packages/ember-simple-auth/package.json b/packages/ember-simple-auth/package.json index 19c09ca38..7b4c44920 100644 --- a/packages/ember-simple-auth/package.json +++ b/packages/ember-simple-auth/package.json @@ -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"