From: Jerome Jutteau Date: Wed, 22 Mar 2017 09:32:33 +0000 (+0000) Subject: Jirafeau version 3.1.0 X-Git-Tag: 3.1.0 X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/commitdiff_plain/dbde7951fba6b071e5a9c8cf397075ce742a3f3a Jirafeau version 3.1.0 Signed-off-by: Jerome Jutteau --- diff --git a/README.md b/README.md index 2e7127d..45bb712 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,10 @@ Installation steps: 1. No special change to upgrade to 3.0.0 +### From version 2.0.0 to 3.1.0 + +1. No special change to upgrade to 3.1.0 + ### Troubleshooting If you have some troubles, consider the following cases @@ -370,3 +374,8 @@ The very first version of Jirafeau after the fork of Jyraphe. - Set UTC as timezone to prevent date/time issues - Show readable date & time information - Fix UI glitches in admin panel and upload form + +## Version 3.1.0 + +- Fix regression on user authentication (see #113) +- Some cosmetic change diff --git a/lib/settings.php b/lib/settings.php index 4a36f4f..6f16940 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.0.0'); +define('JIRAFEAU_VERSION', '3.1.0'); /* Directories. */ define('VAR_FILES', $cfg['var_root'] . 'files/');