Skip to content

Releases: sleede/fab-manager

Release 2.5.9

13 Jul 08:15
Compare
Choose a tag to compare
  • 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

12 Jul 09:53
Compare
Choose a tag to compare
  • 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

08 Jun 18:22
Compare
Choose a tag to compare
  • 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

18 May 08:42
Compare
Choose a tag to compare
  • Admins can create organization users
  • Improved RSS feeds
  • Various minor improvements

Please see the change log for more details.

Release 2.5.5

15 May 15:06
Compare
Choose a tag to compare
  • 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 module Spaces enabled

Release 2.5.4

04 May 11:29
Compare
Choose a tag to compare
  • Fix a bug about configuring the application locale to other value than fr or en. (#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

27 Apr 12:33
Compare
Choose a tag to compare
  • 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

04 May 11:25
Compare
Choose a tag to compare
  • 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 and ADMIN_PASSWORD environment variables in application.yml or env file (with docker)

Release 2.5.1

28 Mar 18:34
Compare
Choose a tag to compare
  • 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

28 Mar 12:03
Compare
Choose a tag to compare
  • 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, then rake db:seed
  • FABLAB_WITHOUT_SPACES environment variable must be added
  • rake 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