From: Weblate Date: Wed, 22 Mar 2017 09:33:52 +0000 (+0100) Subject: Merge remote-tracking branch 'origin/master' X-Git-Tag: 3.2.0~22 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/bf4c72d73b6a6403921995e139e24e2320dbca8f?hp=c447f2d7c18e5e89d83b420a8c706fbfa07c9b85 Merge remote-tracking branch 'origin/master' --- 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/');