Releases: sleede/fab-manager
Releases · sleede/fab-manager
Release 2.5.9
- Fixed invalid syntax for configuration file application.yml.default
- db:seed improves test if there is already an admin, not failing anymore if role 'admin' doesn't exist
Please see the change log for more details.
Release 2.5.8
- Added a rake task
rake fablab:get_incoherent_invoice
to find incoherent invoices between stripe and the local instance (due to a bug fixed in 2.5.7) - Fix a bug about upgrading from version < 2.5.0
- Fix a bug about spaces not hidden in public calendar when module is disabled
- Fix a bug about admin creation
- Fix a bug about invoices generation failure when offering subscription days
Please see the change log for more details.
Release 2.5.7
- Portuguese and Brazilian support
- Fix a bug: reservation amount total isnt equal stripe invoice amount that be paid by customer
Please see the change log for more details.
TODO DEPLOY
- run
bundle update rdoc
(ONLY if you encounter an issue with rdoc when starting the app)
Release 2.5.6
- Admins can create organization users
- Improved RSS feeds
- Various minor improvements
Please see the change log for more details.
Release 2.5.5
- Fix a bug about prices not initialized for spaces when creating a group
- Fix a bug about group deletion
Please see the change log for more details.
TODO DEPLOY
- run
rake fablab:fix:new_group_space_prices
if you had moduleSpaces
enabled
Release 2.5.4
- Fix a bug about configuring the application locale to other value than
fr
oren
. (#67)
Please see the change log for more details.
TODO DEPLOY
- add the environment variable
APP_LOCALE
(see README file for configuration details)
Release 2.5.3
- Project view: added responsive support on external images
- Support rails localization for 115 new locations (previously only France & USA were supported)
Please see the change log for more details.
Release 2.5.2
- Extracts first admin created email and password into environment variables
Please see the change log for more details.
OPTIONAL
- [Only for a new installation] add
ADMIN_EMAIL
andADMIN_PASSWORD
environment variables inapplication.yml
orenv
file (with docker)
Release 2.5.1
- Hide spaces in admin's credit management if spaces are disabled
- Fix a bug : Can not display training tracking (this bug was introduced in version 2.5.0)
Please see the change log for more details.
TODO DEPLOY
rake assets:precompile
Release 2.5.0
- Spaces management and reservation
- Export the availabilities and their reservation rate
- Weekly plans
- Fix a bug about the deletion of an administrator
- Fix a bug about new plans, of which statistics are not shown
- Various bug fixes and other improvements
Please see the change log for more details.
TODO DEPLOY
rake db:migrate
, thenrake db:seed
FABLAB_WITHOUT_SPACES
environment variable must be addedrake fablab:es_add_spaces
rake fablab:fix:new_plans_statistics
must be run if you have created plans from the deployment of v2.4.10