Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
0.10.1 release so people can fix the popup issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed May 2, 2014
1 parent a021621 commit c1c9708
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
History
-------

0.10.1 (2014-05-02)
+++++++++++++++++++
- Add ``browserid_info`` helper back in. The previous method of fetching the
Persona popup customization via AJAX caused browsers to trigger popup
warnings when users attempted to log in, so we switched back to the old
method of adding the info tag to pages.


0.10 (2014-04-15)
+++++++++++++++++
- Massive documentation update, including upgrade instructions for older
Expand Down
2 changes: 1 addition & 1 deletion django_browserid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
"""
__version__ = '0.10'
__version__ = '0.10.1'

from django_browserid.auth import BrowserIDBackend # NOQA
from django_browserid.base import (
Expand Down
7 changes: 2 additions & 5 deletions docs/user/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ in the right place. This document describes the major changes required to get
your site up to the latest and greatest!


0.9 to 0.10
-----------
0.9 to 0.10.1
-------------
- The minimum supported version of requests is now 1.0.0, and six has been
removed from the requirements.

Expand Down Expand Up @@ -34,9 +34,6 @@ your site up to the latest and greatest!
# ...
)
- Remove the ``browserid_info`` helper from your templates; it is no longer
necessary.

- ``browserid.js`` has been split into ``api.js``, which contains just the
JavaScript API, and ``browserid.js``, which contains the sample code for
hooking up login buttons. If you aren't using the ``browserid_js`` helper to
Expand Down

0 comments on commit c1c9708

Please sign in to comment.