]> git.mxchange.org Git - friendica.git/commitdiff
Welcome 2020.06-dev!
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 30 Mar 2020 14:46:54 +0000 (10:46 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 30 Mar 2020 14:46:54 +0000 (10:46 -0400)
CHANGELOG
VERSION
boot.php

index 19edb6ecaa875d15a8d1ebc1c8c4d6e8f1ee770b..197b2bca052d5ee3c5bd8c8cb3675c5ea5904fbf 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+Version 2020.06 (unreleased)
+  Friendica Core:
+
+  Friendica Addons:
+    showmore_dyn:
+      New addon to collapse long post depending on their actual height [wiwie]
+
+  Closed Issues:
+
 Version 2020.03 "Red Hot Poker"  (2020-03-30)
   Friendica Core:
     Updates to the translations (DE, FR, JA, NL, PL, RU, ZH-CN) [translation teams]
diff --git a/VERSION b/VERSION
index d8ba5c6c215729fab394724419443ac890836fc0..51ae1fea5ccdb1a57a6b1fec26138621d0c40b6d 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2020.03
+2020.06-dev
index 17126fd387496a976ef4501cfdc620241936e88f..348e1b2c4112f767bac41e80530b9324b6a7a230 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -39,7 +39,7 @@ use Friendica\Util\DateTimeFormat;
 
 define('FRIENDICA_PLATFORM',     'Friendica');
 define('FRIENDICA_CODENAME',     'Red Hot Poker');
-define('FRIENDICA_VERSION',      '2020.03');
+define('FRIENDICA_VERSION',      '2020.06-dev');
 define('DFRN_PROTOCOL_VERSION',  '2.23');
 define('NEW_UPDATE_ROUTINE_VERSION', 1170);