1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-06 01:08:21 +01:00

Version 4.2.0

This commit is contained in:
Sylvain 2019-10-21 15:30:39 +02:00
parent 528e6f5e55
commit fd2391f76e
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# Changelog Fab Manager # Changelog Fab Manager
## v4.2.0 2019 October 21
- Upgraded PostgreSQL from 9.4 to 9.6 - Upgraded PostgreSQL from 9.4 to 9.6
- Optional reCaptcha checkbox in sign-up form - Optional reCaptcha checkbox in sign-up form
- Ability to configure and export the accounting data to the ACD accounting software - Ability to configure and export the accounting data to the ACD accounting software
@ -37,7 +39,7 @@
- [TODO DEPLOY] add the `FABLAB_WITHOUT_INVOICES` environment variable (see [doc/environment.md](doc/environment.md) for configuration details) - [TODO DEPLOY] add the `FABLAB_WITHOUT_INVOICES` environment variable (see [doc/environment.md](doc/environment.md) for configuration details)
- [TODO DEPLOY] add the following environment variables: `SMTP_TLS` - [TODO DEPLOY] add the following environment variables: `SMTP_TLS`
## v4.1.1 2019 september 20 ## v4.1.1 2019 September 20
- Fix a bug: api/reservations#index was using user_id instead of statistic_profile_id - Fix a bug: api/reservations#index was using user_id instead of statistic_profile_id
- Fix a bug: event_service#date_range method, test on all_day was never truthy - Fix a bug: event_service#date_range method, test on all_day was never truthy

View File

@ -1,7 +1,7 @@
{ {
"name": "fab-manager", "name": "fab-manager",
"version": "4.2.0-dev", "version": "4.2.0",
"description": "FabManager is the FabLab management solution. It is web-based, open-source and totally free.", "description": "FabManager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.",
"keywords": [ "keywords": [
"fablab", "fablab",
"reservations", "reservations",