Releases: sleede/fab-manager
Releases · sleede/fab-manager
Release 2.6.6
- Ability to parametrize machines order on the booking page
- Ability to set a neutral gender for the fablab's title (inspired by #108)
- Various bug fixes and minor improvements.
Please read the change log for more details.
TODO DEPLOY
rake fablab:fix:categories_slugs
rake db:seed
Release 2.6.5
- Upgrade ElasticSearch
- Ability to display the name of the user who booked a machine slot, to other members (configurable).
- Various bug and security fixes.
- Other minor improvements.
Please read the change log for more details.
TODO DEPLOY
- IMPORTANT Please read carefully elastic_upgrade.md for instructions on upgrading ElasticSearch.
rake fablab:fix:categories_slugs
bundle install
rake db:migrate
rake db:seed
Release 2.6.4
- Ability to share trainings on social medias
- Fix a bug: a reminder notification were sent for canceled reservations
- Fix a bug: sharing an event on facebook has HTML tags in the description
- fix stripe api version, all fabmanagers has to use this version because codebase relies on it
- security updates
Please see the change log for more details.
Release 2.6.3
Please see the change log for more details.
Release 2.6.2
- Support for Internet Explorer 11
- Fix a bug about wrong events order in public list
- Fix a bug about Training credit creation
- Various test and documentation improvements
Please see the change log for more details.
Release 2.6.1
- Updated Portuguese translations (#91)
- Added Spanish translations (#87)
- Added Central Africa & Cameroon currency symbol (#90)
- Fix nginx configuration to allow initial Let's Encrypt configuration (#92)
- Events: open api and monitor improvement (#79)
- Fix a bug about refund invoices with a subscription
- Various bug fixes and documentation improvements
Please see the change log for more details.
Release 2.6.0
- Ability to disable a group, a machine, a plan, a space or a training
- Improvements in events and slots deletion
- Ability to set decimal prices
- Fix some bugs about interface responsiveness
- Fix some bugs about social sharing
- Various bug fixes and other improvements
Please see the change log for more details.
TODO DEPLOY
rake db:migrate
bundle install
Release 2.5.14
- Fix an issue with the rake task
fablab:fix:recursive_events_over_DST
Please see the change log for more details.
TODO DEPLOY
- run
rake fablab:fix:recursive_events_over_DST
, only if an error was reported when running this task, during v2.5.11, v2.5.12 or v2.5.13 deployment
Release 2.5.13
- Fix an issue with the rake task
fablab:fix:recursive_events_over_DST
Please see the change log for more details.
TODO DEPLOY
- run
rake fablab:fix:recursive_events_over_DST
, only if an error was reported when running this task, during v2.5.11 or v2.5.12 deployment
Release 2.5.12
- Fix an issue with the rake task
fablab:fix:recursive_events_over_DST
when having non recursive events in your database - Fix a text overflow on the home page
Please see the change log for more details.
TODO DEPLOY
- run
rake fablab:fix:recursive_events_over_DST
, only if an error was reported when running this task, during v2.5.11 deployment