From 8cf91a75fb3395767d5cde0f05728261742e3e60 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Fri, 19 Aug 2016 09:00:26 -0400 Subject: [PATCH] Updated changelog, bumped version --- CHANGELOG.md | 9 +++++++++ Core/Distrib.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c4beba..3d9ab39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ ChangeLog ========= +0.4.6 (????-??-??) +------------------ + +* Updated sabre/dav database definitions +* #559: Fix contacts in new addressbooks not syncing +* Now allows creation of calendars that contain VJOURNAL, VTODO and VEVENT. +* Ships with sabre/dav 3.1.4 + + 0.4.5 (2016-05-28) ------------------ diff --git a/Core/Distrib.php b/Core/Distrib.php index e368445..be7d20b 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.4.5"); +define("BAIKAL_VERSION", "0.4.6"); define("BAIKAL_HOMEPAGE", "http://baikal-server.com");