From: Jerome Jutteau Date: Fri, 16 Feb 2018 18:49:30 +0000 (+0100) Subject: Jirafeau version 3.4.0 X-Git-Tag: 3.4.0 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/6d6b9ccba088c21f22c2b0fa2830dda332662e59?hp=4991059a923de0810ff5a72de40e5e4b732cd682 Jirafeau version 3.4.0 Signed-off-by: Jerome Jutteau --- diff --git a/README.md b/README.md index d4b3f95..04ed0e5 100644 --- a/README.md +++ b/README.md @@ -413,3 +413,11 @@ The very first version of Jirafeau after the fork of Jyraphe. - More translations - Style fixes - Removed useless alias API support (some old toy) + +## Version 3.4.0 + +- Add encryption support in bash script +- Refactoring of lang system for simpler management +- Removed installation step asking for language +- Merged weblate contributions +- Fixed some spelling issues diff --git a/lib/settings.php b/lib/settings.php index b1cd83d..20a035b 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.3.0'); +define('JIRAFEAU_VERSION', '3.4.0'); /* Directories. */ define('VAR_FILES', $cfg['var_root'] . 'files/');