From: Jerome Jutteau Date: Tue, 2 May 2017 20:28:56 +0000 (+0000) Subject: Jirafeau version 3.2.0 X-Git-Tag: 3.2.0 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/3d173b4f09a23bf284010007cfc7339794d28d55?hp=e2d6cda643fb68b8f831ee7e4337d5e198cc83dd Jirafeau version 3.2.0 Signed-off-by: Jerome Jutteau --- diff --git a/README.md b/README.md index 461a3f9..287fa76 100644 --- a/README.md +++ b/README.md @@ -98,10 +98,14 @@ Installation steps: 1. No special change to upgrade to 3.0.0 -### From version 2.0.0 to 3.1.0 +### From version 3.0.0 to 3.1.0 1. No special change to upgrade to 3.1.0 +### From version 3.1.0 to 3.2.0 + +1. No special change to upgrade to 3.2.0 + ### Troubleshooting If you have some troubles, consider the following cases @@ -379,3 +383,9 @@ The very first version of Jirafeau after the fork of Jyraphe. - Fix regression on user authentication (see #113) - Some cosmetic change + +## Version 3.2.0 + +- Update translations from Update translations from weblate +- Better style +- Fix regression on admin password setting diff --git a/lib/settings.php b/lib/settings.php index 6f16940..2c30ed4 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -33,7 +33,7 @@ if (file_exists(JIRAFEAU_ROOT . 'lib/config.local.php')) { /* Jirafeau package */ define('JIRAFEAU_PACKAGE', 'Jirafeau'); -define('JIRAFEAU_VERSION', '3.1.0'); +define('JIRAFEAU_VERSION', '3.2.0'); /* Directories. */ define('VAR_FILES', $cfg['var_root'] . 'files/');