Releases: sleede/fab-manager
Releases · sleede/fab-manager
Fabmanager 6.3.9
- translation files added for Swedish
- Fix a bug: unable to show extended prices of space
- Fix a bug: event number places error in statistic
- [TODO DEPLOY]
rails fablab:setup:build_accounting_lines
- [TODO DEPLOY]
rails fablab:fix:stripe_coupon_duration
- [TODO DEPLOY]
rails fablab:maintenance:regenerate_statistics[2014,1]
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash -s -- -c "rails fablab:setup:build_accounting_lines" -c "rails fablab:fix:stripe_coupon_duration" -c "rails fablab:maintenance:regenerate_statistics[2014,1]"
Fabmanager 6.3.8 [deprecated][docker image problem]
- Fix a bug: unable to build docker image
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fabmanager 6.3.7 [deprecated][docker image problem]
- Fix a bug: unable to show wallet payment mean for invoice
- Fix a bug: PayZen amount of subscription compute error for Coupon validity per user = forever
- Fix a bug: unable to create Stripe coupon with duration = forever
- improvement: remove show_username_in_admin_list setting
- improvement: show invoice payment method in accounting line
- [TODO DEPLOY]
rails fablab:setup:build_accounting_lines
- [TODO DEPLOY]
rails fablab:fix:stripe_coupon_duration
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash -s -- -c "rails fablab:setup:build_accounting_lines" -c "rails fablab:fix:stripe_coupon_duration"
Fabmanager 6.3.6
- fix a bug: fix event service
- updates translations
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fabmanager 6.3.5
- fix a bug: user was not able to reserve at the same time of an event with pre-registration invalidated
- fix a bug: avoids crash if invoicing_profile has no address associated to it
- improvement: improves how pay_zen transactions are matched with payment_schedule_items
- improvement: improves rrule of pay_zen subscriptions
- improvement: better text contrast on customizable colors. Good for accessibility.
- Improvement: set the number of new attempts available in case the payment is rejected to 1 for PayZen
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fabmanager 6.3.4
- fix a bug: wrong amount when pay a reservation with payment schedule
- fix regresion on PaymentScheduleItemWorker from v6.3.2
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fabmanager 6.3.3
- fix a bug: wrong currency unit for locale fr-CH
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fabmanager 6.3.2
- updates sidekiq and sidekiq-scheduler
- fix a bug: wrong locale was causing wrong currency in cron jobs, now we manually set the currency locale in number_to_currency
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fabmanager 6.3.1
- Fix a bug: statistic_sub_type.label of plan was nil
- adds a migrations to fix all statistic_sub_types of plans having label = nil
- Fix a bug: unable to show wallet payment mean for avoir
- updates spanish translations and adds translations
- Fix a bug: avoids crash due to oidc config with scope = nil
- Fix a bug: unable to see value for input group with long label on eventModal
- Improvement: when deleting an event, all reservations are canceled
- Improvement: replace original image by large generated version (event, machine, space, training)
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fabmanager 6.3.0
- Fix a bug: fix all failing tasks of rake task file chain.rake
- Fix a bug: file_size_validator.rb was broken since ruby v3, see rails/rails#41270
- improvement: pre-registration event reservations ilimit places
- improvement: add including_deleted_users param for open api users
- decreases sidekiq concurrency from 25 to 5, 25 is too much and consumes memory for nothing
- do not log Notifications#polling action anymore, by default, can be enable via env variable ENABLE_NOTIFICATIONS_POLLING_LOGGING=true
- Fix a bug: api/products/index bug when sorting by amount
- adds a rake task to regenerate invoices by ids (see maintenance.rake)
- Fix a bug: replaces custom ServerLocale middleware with sidekiq i18n middleware
- adds a rake task to erase all reservations and invoices (fablab:maintenance:delete_all_reservations_and_invoices)
- improvement: dynamic label (i18n) for stats structure tables
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash