From 6d6b9ccba088c21f22c2b0fa2830dda332662e59 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Fri, 16 Feb 2018 19:49:30 +0100 Subject: [PATCH] Jirafeau version 3.4.0 Signed-off-by: Jerome Jutteau --- README.md | 8 ++++++++ lib/settings.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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/'); -- 2.34.1