Skip to content

Commit

Permalink
Set version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Mar 20, 2021
1 parent f692743 commit add582b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog for RCMCardDAV

## Version 4.1.1 (to 4.1.0)
- Fix: A fatal error would be raised when a password could not be decrypted, only on photo download. This would not be
notable to the user (except for the photo not being displayed), but show up in the logs.
- Fix #339: Allow adding public/shared addressbooks by giving full URL. Discovery is still used if the given URL does
Expand Down
2 changes: 1 addition & 1 deletion carddav.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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.2.0+dev';
private const PLUGIN_VERSION = 'v4.1.1';

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

0 comments on commit add582b

Please sign in to comment.