From 3d173b4f09a23bf284010007cfc7339794d28d55 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Tue, 2 May 2017 20:28:56 +0000 Subject: [PATCH] Jirafeau version 3.2.0 Signed-off-by: Jerome Jutteau --- README.md | 12 +++++++++++- lib/settings.php | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) 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/'); -- 2.34.1