All Versions
13
Latest Version
Avg Release Cycle
224 days
Latest Release
2621 days ago

Changelog History
Page 1

  • v1.3.1 Changes

    February 20, 2017

    ๐Ÿš€ This milia release is fully compatible with Rails 5.x. (For Rails 4.x use older releases.)

    ๐Ÿš€ Release highlights:

    • ๐Ÿš… Fully compatible with Rails 5.
    • Continuous Integration with Travis CI.
    • Heavily cleaned up README.
  • v1.3.1.beta1 Changes

    January 29, 2017

    ๐Ÿš€ This milia release is compatible with Rails 5.x. (For Rails 4.x use older releases.)

    ๐Ÿš€ Release highlights:

    • ๐Ÿš… Fully compatible with Rails 5.
    • Continuous Integration with Travis CI.
    • Heavily cleaned up README.
  • v1.3.0

    January 29, 2017
  • v1.3.x Changes

    • ๐Ÿš… Rails 5.x adapted - fully compatible
    • โฌ†๏ธ Upgrading from v1.2.0
      • Upgrade rails, devise and milia by updating your Gemfile to: gem 'rails', '~> 5.0' gem 'devise', '~> 4.2' gem 'milia', '~> 1.3'
      • Follow the official upgrade instructions for Rails and Devise.
  • v1.2.1 Changes

    January 29, 2017

    ๐Ÿš€ This milia release is compatible with Rails 4.2.x. For Rails 5.x use newer releases.

  • v1.2.0 Changes

    January 31, 2017
    • ๐Ÿš… Rails 4.2.x adapted
    • ๐Ÿ›  fixes Issue #42: Redirect loop (sign up & activate with email1; trying to sign up again with email1 fails but immediately signing in with email1 caused a redirect loop).
  • v1.1.x Changes

    • ๐Ÿš… Rails 4.1.x adapted
    • Devise 3.4.x adapted
  • v1.0.x Changes

    • 0๏ธโƒฃ Rails 4.0.x adapted (changes to terms, strong_parameters, default_scope, etc)
    • Devise 3.2.x adapted
    • All the changes which version 0.3.x advised to be inserted in applications_controller.rb are now automatically loaded into ActionController by milia.
    • that includes authenticate_tenant!
    • ๐Ÿšš so if you've been using an older version of milia, you'll need to remove that stuff from applications_controller!
    • ๐Ÿš… generators for easy install of basic rails/milia/devise
    • callback after successful authenticate_tenant!
    • ๐ŸŒฒ debug & info logging and trace for troubleshooting
    • ๐Ÿ‘Œ improved invite_member support
    • revised README instructions
  • v0.3.38

    June 11, 2013
  • v0.3.34

    January 19, 2013