diff options
author | Azul <azul@leap.se> | 2013-11-15 12:00:31 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-11-15 12:00:31 +0100 |
commit | 6c6c3d01233cb095b3855bbdf1c33dbb90267771 (patch) | |
tree | 593cdd84589f17256398d59fec51f75492318016 | |
parent | 8b49ee15466b728213ec7f8bd4c8462876625acf (diff) |
Version 0.2.70.2.7
* ensure that we only copy files for customization when restarting the app (#1300)
not every time a rake task is run (especially since some rake tasks get run
as root!)
* improvements to the download button
(proper localization, better image, better hooks for customization)
* added support for easier customizations via "config/customization" directory (#1300)
* log json request errors and their backtraces
* show Ticket with the appropriate error messages. (*4453)
* update readme to require ruby 1.9.3 instead of 1.8
* Token.destroy_all_expired to cleanup expired tokens (#4411)
* use the account lifecycle from UsersController#destroy (#4216)
* destroy all tickets created by a user when account is destroyed (#4216)
* integration test for blocking handles after account destroyed (#4216)
* disable identities to block handles after a user was deleted (#4216)
* notify user their account was successfully deleted (#4216)
* Fix button to enable account (#4246)
-rw-r--r-- | lib/leap_web/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb index 0ac6e09..139f3c9 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.2.6" unless defined?(LeapWeb::VERSION) + VERSION = "0.2.7" unless defined?(LeapWeb::VERSION) end |