Skip to content

Commit 032d029

Browse files
committed
Set version to 4.4.3
1 parent 1a2cbb4 commit 032d029

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
is still possible problems left (i.e. package that only comes with roundcube might have a dependency for that an
1515
incompatible version is already included with roundcube). In the end, I don't think there is a clean solution to this
1616
issue. If you want to avoid this mess, don't use the release tarball but install using composer.
17-
- No changes to RCMCardDAV itself
17+
- No changes to RCMCardDAV itself
1818

1919
## Version 4.4.1 (to 4.4.0)
2020

2121
- Create release tarballs with a PHP version emulated to 7.1.0 (minimum needed by RCMCardDAV)
22-
- No changes to RCMCardDAV itself
22+
- No changes to RCMCardDAV itself
2323

2424
## Version 4.4.0 (to 4.3.0)
2525

carddav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class carddav extends rcube_plugin
7171
*
7272
* During development, it is set to the last release and added the suffix +dev.
7373
*/
74-
public const PLUGIN_VERSION = 'v4.4.2+dev';
74+
public const PLUGIN_VERSION = 'v4.4.3';
7575

7676
/**
7777
* Information about this plugin that is queried by roundcube.

0 commit comments

Comments
 (0)