-
added rails 3 compatibility (GH#24)
-
updated gem support to authlogic 2.1.6 and rpx_now 0.6.23
-
fix GH#21 internal mapping fails if user model is not called “User”
-
fix GH#18 Add methods to retrieve “all rpx users” and “all non-rpx users”
-
updated gem support to rpx_now 0.6.12 (includes url encoding fix)
-
added identity mapping and merging support [GH#10,GH#13]
-
new configuration parameters: account_mapping_mode; account_merge_enabled.
-
new callbacks: before_merge_rpx_data; after_merge_rpx_data.
-
-
updated gem support to authlogic 2.1.3 and rpx_now 0.6.11
-
support all rpx_now options in popup/embed code [GH#6]
-
automated tests are now working [GH#7]
-
documentation updates
-
added new hooks for profile mapping (Session.map_rpx_data_each_login, ActsAsAuthentic.map_added_rpx_data) based on suggestion by trosser (github issue #5)
-
now supporting obtrusive (javascript pop-over) and unobtrusive (link) RPX pop-up sign-in forms. See rpx_popup method. (github issue #4)
-
updated support for rpx_now gem version 0.6.6
-
documentation updates
-
added general error handler for session validation to give clean ‘failure’ when underlying errors encountered (e.g. user model database constraint violation)
-
updated documentation
-
Fixed issue with rpx_popup that was causing an error on some webkit-based browsers (incl chrome)
-
Initial public release
-
RPX profile mappings switched to use indirect Authlogic field naming
-
Documentation updated
-
Initial release