From 5eacbdfe9be1939294b0a545e1c290c9791b8819 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 25 Aug 2019 22:38:46 +0200 Subject: [PATCH] Bumped version to 0.6.0 --- CHANGELOG.md | 9 +++++++++ Core/Distrib.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a2b65..1f9e378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ ChangeLog ========= +0.6.0 (2019-08-25) +------------------ + +* Added support for php 7.3 +* REMOVED support for php 5.x +* Enabled event invitation plugin +* Enabled calendar sharing plugin +* Ships with sabre/dav 4.0.1 + 0.5.3 (2019-05-13) ------------------ diff --git a/Core/Distrib.php b/Core/Distrib.php index aace6f9..18af561 100644 --- a/Core/Distrib.php +++ b/Core/Distrib.php @@ -24,5 +24,5 @@ # This copyright notice MUST APPEAR in all copies of the script! ################################################################# -define("BAIKAL_VERSION", "0.5.3"); +define("BAIKAL_VERSION", "0.6.0"); define("BAIKAL_HOMEPAGE", "http://sabre.io/baikal/");