From 34d78cf5503adb1759d7466b509d94a4e2da0cbc Mon Sep 17 00:00:00 2001 From: Michael Stilkerich Date: Fri, 24 Jun 2022 23:19:02 +0200 Subject: [PATCH] Set version 4.4.1 --- CHANGELOG.md | 5 +++++ carddav.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33aa9d07..4551d890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog for RCMCardDAV +## Version 4.4.1 (to 4.4.0) + +- Create release tarballs with a PHP version emulated to 7.1.0 (minimum needed by RCMCardDAV) +- No changes to RCMCardDAV itself + ## Version 4.4.0 (to 4.3.0) - MySQL/PostgreSQL: Increase maximum length limit for addressbook name (Fixes #382) diff --git a/carddav.php b/carddav.php index 00cbfb0d..224ba625 100644 --- a/carddav.php +++ b/carddav.php @@ -71,7 +71,7 @@ class carddav extends rcube_plugin * * During development, it is set to the last release and added the suffix +dev. */ - private const PLUGIN_VERSION = 'v4.4.0+dev'; + private const PLUGIN_VERSION = 'v4.4.1'; /** * Information about this plugin that is queried by roundcube.