File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
is still possible problems left (i.e. package that only comes with roundcube might have a dependency for that an
15
15
incompatible version is already included with roundcube). In the end, I don't think there is a clean solution to this
16
16
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
18
18
19
19
## Version 4.4.1 (to 4.4.0)
20
20
21
21
- 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
23
23
24
24
## Version 4.4.0 (to 4.3.0)
25
25
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class carddav extends rcube_plugin
71
71
*
72
72
* During development, it is set to the last release and added the suffix +dev.
73
73
*/
74
- public const PLUGIN_VERSION = 'v4.4.2+dev ' ;
74
+ public const PLUGIN_VERSION = 'v4.4.3 ' ;
75
75
76
76
/**
77
77
* Information about this plugin that is queried by roundcube.
You can’t perform that action at this time.
0 commit comments