Skip to content

Commit

Permalink
Set version to 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Jun 26, 2022
1 parent 781f3dd commit 0088aff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog for RCMCardDAV

## Version 4.4.2 (to 4.4.1)

- Revert to a single release tarball. The new approach (compared to 4.4.1) to avoid the issue with conflicting
dependencies between those coming with roundcube and those coming with the RCMCardDAV release tarball is to append the
RCMCardDAV to the end of the autoloader list, so the roundcube dependencies are always tried first. This means if a
library used by RCMCardDAV already comes with roundcube, RCMCardDAV will also use that version of the library. There
is still possible problems left (i.e. package that only comes with roundcube might have a dependency for that an
incompatible version is already included with roundcube). In the end, I don't think there is a clean solution to this
issue. If you want to avoid this mess, don't use the release tarball but install using composer.
- No changes to RCMCardDAV itself

## Version 4.4.1 (to 4.4.0)

- Create release tarballs with a PHP version emulated to 7.1.0 (minimum needed by RCMCardDAV)
Expand Down
2 changes: 1 addition & 1 deletion carddav.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.1+dev';
private const PLUGIN_VERSION = 'v4.4.2';

/**
* Information about this plugin that is queried by roundcube.
Expand Down

0 comments on commit 0088aff

Please sign in to comment.