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