mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-01-18 05:18:38 +01:00
Jirafeau version 3.4.0
Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
This commit is contained in:
parent
4991059a92
commit
6d6b9ccba0
@ -413,3 +413,11 @@ The very first version of Jirafeau after the fork of Jyraphe.
|
|||||||
- More translations
|
- More translations
|
||||||
- Style fixes
|
- Style fixes
|
||||||
- Removed useless alias API support (some old toy)
|
- 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
|
||||||
|
@ -33,7 +33,7 @@ if (file_exists(JIRAFEAU_ROOT . 'lib/config.local.php')) {
|
|||||||
|
|
||||||
/* Jirafeau package */
|
/* Jirafeau package */
|
||||||
define('JIRAFEAU_PACKAGE', 'Jirafeau');
|
define('JIRAFEAU_PACKAGE', 'Jirafeau');
|
||||||
define('JIRAFEAU_VERSION', '3.3.0');
|
define('JIRAFEAU_VERSION', '3.4.0');
|
||||||
|
|
||||||
/* Directories. */
|
/* Directories. */
|
||||||
define('VAR_FILES', $cfg['var_root'] . 'files/');
|
define('VAR_FILES', $cfg['var_root'] . 'files/');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user