Skip to content

Releases: sleede/fab-manager

Release 5.5.8

16 Dec 17:51
Compare
Choose a tag to compare
  • Fix a bug: wrong reservations count for spaces in availabilities export (#415)
  • Fix a bug: phone or address required are not marked as it, in create manager/admin form
  • Fix multiple security issues
  • Removed gem rails_12factor

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash -s -- -e "RAILS_LOG_TO_STDOUT=true"

Release 5.5.7

13 Dec 09:04
Compare
Choose a tag to compare
  • Fix a bug: unable to update/delete a space
  • Fix a bug: unable to credit wallet
  • Fix a security issue

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash

Release 5.5.6

05 Dec 16:04
Compare
Choose a tag to compare
  • Updated FabAnalytics reports to include new features
  • Fix a bug: setting somes decimal amounts (e.g. 4,85) result in another amount (e.g. 4,84)
  • Fix a bug: unable to export statistics
  • Fix a bug: soft destroyed machines and spaces are still reported in the OpenAPI

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash

Release 5.5.5

22 Nov 16:22
Compare
Choose a tag to compare
  • Soft destroy of spaces and machines
  • Fix a bug: in upgrade script, the error "the input device is not a TTY" is thrown when migrating the database
  • Fix a bug: broken display of machines pages
  • Fix a bug: some automated tests were randomly failing because ElasticSearch was not synced
  • Fix a bug: payment related objects are not synced on Stripe when enabling the online payment module
  • Fix a bug: unable set a main image of product and remove an image of product

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash

Release 5.5.4

17 Nov 15:43
Compare
Choose a tag to compare
  • Fix a bug: unable to download an existing export of the statistics
  • Fix a security issue

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash

Release 5.5.3

17 Nov 11:18
Compare
Choose a tag to compare
  • By default, sort invoices by date in the admin list
  • Fix a bug: unable to reserve a machine with payment on site
  • Fix a security issue

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash

Release 5.5.2

16 Nov 16:00
Compare
Choose a tag to compare
  • Fix a bug: unable to export statistics

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash

Release 5.5.1

15 Nov 14:26
Compare
Choose a tag to compare
  • Fix a bug: free disk space not verified in some cases
  • Fix a bug: unable to merge an SSO account with an existing account
  • Various security fixes

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash

Release 5.5.0

08 Nov 09:45
Compare
Choose a tag to compare
  • Feature Fablab Store
  • Feature Allow admin to reserve for himself
  • Allow searching by username (#401)
  • Fix a bug: adding a new event without updating the dates results in internal server error (undefined method `div' for nil)
  • Fix a bug: portuguese time formatting (#405)
  • Fix a bug: admin users groups being overriden by SSO group_id (#404)
  • Fix a bug: no statistics on trainings and spaces reservations
  • Fix a bug: invalid ventilation for amount coupons
  • Fix a bug: invalid VAT for invoices using amount coupons
  • Fix a bug: invalid 1 cent rounding for invoices using coupons
  • Fix a bug: plans list error when there was no plan for the user's group
  • Fix a security issue: updated nokogiri to 1.13.9 to fix GHSA-2qc6-mcvw-92cw

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash -s -- -c "rails db:seed" -c "rails fablab:setup:set_admins_group" -c "rails fablab:maintenance:regenerate_statistics[2021,6]"

Release 5.4.25

19 Oct 16:32
Compare
Choose a tag to compare
  • Fix a bug: unable apply a coupon if this coupon has been used by a removed user
  • Improved automated test on prepaid pack

Please read the change log for more details.

UPDATE

\curl -sSL upgrade.fab.mn | bash

If use prepaid pack in your application, update with command to fix bug unable to count down hours of prepaid pack after a reservation of machine

\curl -sSL upgrade.fab.mn | bash -s -- -c "rails fablab:fix:prepaid_pack_count_down[start_date,end_date]"

replace start_date by the date of deployment of v5.4.13
replace end_date by the date of deployment of v5.4.24
example:

\curl -sSL upgrade.fab.mn | bash -s -- -c "rails fablab:fix:prepaid_pack_count_down[2022-07-28T10:00:00+02:00,2022-10-14T18:40:00+02:00]"