From: Banana Date: Wed, 1 Jan 2020 19:55:38 +0000 (+0100) Subject: version 0.3-beta Lithium X-Git-Tag: v0.3-beta X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=3d7e451eb405dd46bcea3bded7deb775a33ec921;p=selfpaste.git version 0.3-beta Lithium --- diff --git a/CHANGELOG b/CHANGELOG index 509cfb8..617108e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,8 @@ -TBA version x.x Lithium +2020101 version 0.3-beta Lithium * Update information now included * Rewritten lifetime calculation * Ready for 2020 +* Lifetime in days now and not in seconds 20191223 version 0.2-beta Helium * First public beta release diff --git a/VERSION b/VERSION index 7f8a5f5..0a82936 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -x.x Lithium \ No newline at end of file +0.3-beta Lithium \ No newline at end of file diff --git a/webroot/index.php b/webroot/index.php index 176a20a..95f4900 100644 --- a/webroot/index.php +++ b/webroot/index.php @@ -11,7 +11,7 @@ */ # global debug setting -define('DEBUG',true); +define('DEBUG',false); # Encoding and error reporting setting mb_http_output('UTF-8');