From 91938ace0f73ee6bdfbc44956cd2e1652c9c8297 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Thu, 19 Jan 2017 18:35:49 +0000 Subject: [PATCH] Jirafeau version 1.2.0 Signed-off-by: Jerome Jutteau --- README.md | 14 ++++++++++++++ lib/settings.php | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4fba91..73f943b 100644 --- a/README.md +++ b/README.md @@ -273,3 +273,17 @@ The very first version of Jirafeau after the fork of Jyraphe. 5. Follow installation wizard, it should propose you the same data folder 6. Add a rewrite rule in your web server configuration to rename file.php to f.php to make old url work again 7. Go in you lib/config.local.php and lib/config.original.php to check new options and eventually change skin to 'courgette' + +## Version 1.2.0 + +- Change versioning semantic +- A lof of translation contributions +- Fix javascript MIME type +- Show download in admin panel +- Default expiration date set to 'month' +- New expiration date: 'quarter' +- Small other fixes + +### Update from 1.1 to 1.2.0 + +Nothing particular, just make a backup of your installation before updating. diff --git a/lib/settings.php b/lib/settings.php index bd71f59..3a9f450 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -19,7 +19,7 @@ /* Jirafeau constants */ define ('JIRAFEAU_PACKAGE', 'Jirafeau'); -define ('JIRAFEAU_VERSION', '1.1'); +define ('JIRAFEAU_VERSION', '1.2.0'); /* Directories. */ define ('VAR_FILES', $cfg['var_root'] . 'files/'); -- 2.34.1