Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 2.1 KB

CHANGELOG.md

File metadata and controls

29 lines (24 loc) · 2.1 KB

Spree Auth Devise v3.3.0 (unreleased)

  • Rails 5.1 support with spree_extension gem for compatibility with all Rails version 4.2+

Spree Auth Devise v3.2.0 (2017-06-15)

  • Rails 5 support
  • Supports Spree 3.1 Spree 3.2 and any other newer version lesser than 4.0 (#353, #386)
  • devise updated to 4.3 (#382)
  • devise-encryptable updated to 0.2.0 (https://github.com/spree/spree_auth_devise/commit/5f51e6e4e81dbf99fe95848dbd4fa9cba03b6910)
  • updated development dependencies (#351)
  • include Spree::UserMethods in Spree::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 Auth Devise v3.1.0 (2016-04-05)

  • Spree 3.1 support
  • login / account links are loaded via ajax similar to cart link (#320)
  • updated devise to 3.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)