Rails 5.1
support withspree_extension
gem for compatibility with all Rails version 4.2+
Rails 5
support- Supports
Spree 3.1
Spree 3.2
and any other newer version lesser than4.0
(spree#353, spree#386) devise
updated to4.3
(spree#382)devise-encryptable
updated to0.2.0
(https://github.com/spree/spree_auth_devise/commit/5f51e6e4e81dbf99fe95848dbd4fa9cba03b6910)- updated development dependencies (spree#351)
- include
Spree::UserMethods
inSpree::User
(spree#343) - fixed: Unnecessary breaking changes of I18n key (spree#387)
- fixed: use proper scoping to find translations related to order states (spree#384)
- fixed: spree_api is not required anymore (spree#380)
- Install generator: Add option to skip migrations (spree#378)
- Added Portuguese translation (spree#365)
- Replaced registration_error flash with standard error (spree#361)
Spree 3.1
support- login / account links are loaded via ajax similar to cart link (spree#320)
- updated
devise
to3.5.4
for security reasons (spree#323) - explicitly require
deface
in dependencies (spree#331) - removed
json
from dependencies (spree#329) - fixes
xml
/json
endpoints (spree#311) Spree.admin_path
support (spree#307)CircleCI
support (spree#288)