1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-06 01:08:21 +01:00
fab-manager/CHANGELOG.md

29 lines
1.5 KiB
Markdown
Raw Normal View History

2016-05-02 17:14:21 +02:00
# Changelog Fab Manager
2016-05-18 17:30:33 +02:00
## Next release
- Ability for a user to add links to his social networks profiles and his personal website
- Ability for a user to change his visibility on the platform (public / private)
2016-05-31 10:06:18 +02:00
- Ability for a user to fill his employment in his profile
2016-05-18 17:30:33 +02:00
- UI re-design of user's public profile
2016-05-31 10:06:18 +02:00
- Admin's lists of invoices and users are not fully loaded anymore, but per 10 items. This greatly improves the load time of these pages
2016-05-18 17:30:33 +02:00
- [TODO DEPLOY] Regenerate the theme stylesheet (easy way: Customization/General/Main colour -> "Save")
2016-05-18 17:33:42 +02:00
- [TODO DEPLOY] `bundle install` and `rake db:migrate`
2016-05-18 17:30:33 +02:00
2016-05-24 14:56:58 +02:00
## v2.1.2 2016 May 24
- Fix a bug: Google Analytics was not loaded and did not report any stats
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
- Subscription extension logic has been extracted into a microservice