Release 5.4.25
- 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]"