From 7c328af3578eef888cf1ccee32dc5c8380be6ee8 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 8 Nov 2016 16:24:34 +0100 Subject: [PATCH] Version 2.4.2 --- .fabmanager-version | 2 +- CHANGELOG.md | 10 +++++----- README.md | 6 ++++++ 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.fabmanager-version b/.fabmanager-version index ad8f890b2..8e8299dcc 100644 --- a/.fabmanager-version +++ b/.fabmanager-version @@ -1 +1 @@ -2.4.2-dev +2.4.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index c15ed4cd6..f846aa178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Changelog Fab Manager -## next release +## v2.4.2 2016 November 8 -- Fix bug: Event date period dont show correct in invoice -- Image max size is configutable, size by default is 2 megabytes -- Allow add more picture for project step +- Image max size is configurable, default size is 2 megabytes +- Allow add more pictures for project step - Ability to use HTML in event's descriptions using a WYSIWYG editor - Fix a bug: statistics graphs were not showing -- In the sign-up modal, the translation for 'i_accept_to_receive_information_from_the_fablab' was not loaded +- Fix a bug: On invoices, only starting date is shown for multi-days events +- Fix a bug: In the sign-up modal, the translation for 'i_accept_to_receive_information_from_the_fablab' was not loaded - [TODO DEPLOY] add `MAX_IMAGE_SIZE` environment variable in `application.yml` and docker env ## v2.4.1 2016 October 11 diff --git a/README.md b/README.md index 683e1bc60..da7d6562d 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,12 @@ Each item in the list must be separated from the others by a space char. You will probably want to check that this list match the `ALLOWED_EXTENSIONS` values above. Please consider that allowing file archives (eg. application/zip) or binary executable (eg. application/exe) may result in a **dangerous** security issue and must be avoided in any cases. + MAX_IMAGE_SIZE + +Maximum size (in bytes) allowed for image uploaded on the platform. +This parameter concerns events, plans, user's avatars, projects and steps of projects. +If this parameter is not specified the maximum size allowed will be 2MB. + Settings related to Open Projects See the [Open Projects](#open-projects) section for a detailed description of these parameters.