Jirafeau version 3.4.0

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
This commit is contained in:
Jerome Jutteau 2018-02-16 19:49:30 +01:00
parent 4991059a92
commit 6d6b9ccba0
2 changed files with 9 additions and 1 deletions

View File

@ -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

View 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/');