]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
Jirafeau version 3.4.0 3.4.0
authorJerome Jutteau <j.jutteau@gmail.com>
Fri, 16 Feb 2018 18:49:30 +0000 (19:49 +0100)
committerJerome Jutteau <j.jutteau@gmail.com>
Fri, 16 Feb 2018 18:49:30 +0000 (19:49 +0100)
Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
README.md
lib/settings.php

index d4b3f956bb9f44c5e51e917c415c005ef1eb3b66..04ed0e5aa3269bfebf87015c96f7d4fc1390c812 100644 (file)
--- 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
index b1cd83db591d9c8d0be20b5464e19e8560411dca..20a035b73a488fbf7d2585666b81e9bb86765947 100644 (file)
@@ -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/');

patrick-canterino.de