1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-22 13:19:50 +01:00
fab-manager/CHANGELOG.md

23 lines
1.0 KiB
Markdown
Raw Normal View History

2016-05-02 17:14:21 +02:00
# Changelog Fab Manager
2016-05-04 18:17:50 +02:00
## next deploy
- fix some reservations was referencing reservable not present in databse
run `bundle exec rake fablab:fix:reservations_not_existing_reservable` to fix it
2016-05-03 16:33:06 +02:00
## v2.1.1 2016 May 3
- Fix a bug concerning openlab projects initialization in production env
- Fix a bug: user is not redirected after changing is duplicated e-mail on the SSO provider
## v2.1.0 2016 May 2
2016-05-02 17:14:21 +02:00
- Add search feature on openlab projects : [Openlab-projects](https://github.com/LaCasemate/openlab-projects)
- Add integration tests for main features
2016-05-03 16:33:06 +02:00
- Credits logic has been extracted into a microservice
- Improved UI list of projects
2016-05-02 17:14:21 +02:00
- Refactor interface for SSO profile completion
- Change interface for SSO/email already used
2016-05-03 16:33:06 +02:00
- Fix a bug: custom asset favicon-file favicon file is not set
- Fix a security issue: stripe card token is now checked on server side on new/renew subscription
- Translated notification e-mails into english language
2016-05-04 18:17:50 +02:00
- Subscription extension logic has been extracted into a microservice