]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
Jirafeau version 2.0.0 2.0.0
authorJerome Jutteau <j.jutteau@gmail.com>
Thu, 19 Jan 2017 19:35:19 +0000 (19:35 +0000)
committerJerome Jutteau <j.jutteau@gmail.com>
Thu, 19 Jan 2017 19:35:53 +0000 (19:35 +0000)
Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
README.md
lib/settings.php

index 76f60a23816459d9003b44f81b376709a647b278..9a09bd3ea9832c886ad8d16e48fa3c13eb089bdc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -80,6 +80,10 @@ If you don't want to go through the installation wizard, you can just copy ```co
 
 Nothing particular
 
+### from version 1.2.0 to 2.0.0.
+
+1. ToS text file changed → move file from "/tos_text.php" to "/lib/tos.local.txt" and remove all HTML and PHP Tags, leaving a regular text file
+
 ## Security
 
 ```var``` directory contain all files and links. It is randomly named to limit access but you may add better protection to prevent un-authorized access to it.
@@ -320,3 +324,14 @@ The very first version of Jirafeau after the fork of Jyraphe.
 - Default expiration date set to 'month'
 - New expiration date: 'quarter'
 - Small other fixes
+
+## Version 2.0.0
+
+- ToS refactoring (see update notes !)
+- You can now set a title to Jirafeau in options
+- A lot of documentation improvements
+- Code refactoring & bugfixes
+- Add version to bash script
+- A lot of documentation improvements
+- Code refactoring & bug fixes
+- 
index 316741431ca3cc1e3ba12cd94308f0c948d41243..d61963733efdc4ab7009a02c255649660c56b079 100644 (file)
@@ -32,7 +32,7 @@ if (file_exists(JIRAFEAU_ROOT . 'lib/config.local.php'))
 
 /* Jirafeau constants */
 define ('JIRAFEAU_PACKAGE', 'Jirafeau');
-define ('JIRAFEAU_VERSION', '1.2.0');
+define ('JIRAFEAU_VERSION', '2.0.0');
 
 /* Directories. */
 define ('VAR_FILES', $cfg['var_root'] . 'files/');

patrick-canterino.de