From 2bd4c824ae5e4afe49eed590a5d45afd21bb0150 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Thu, 2 Feb 2023 10:35:57 +0100 Subject: [PATCH] v5.1.0 Signed-off-by: Richard Steinmetz --- CHANGELOG.md | 18 ++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a284bfee..5c2f03d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 5.1.0 - 2023-02-02 +### Added +- Support for Nextcloud 26 +- Support for PHP 8.2 +- Allow social avatars from telegram +- Move app settings to a modal +### Removed +- Support for PHP 7.3 (EOL) +- Support for PHP 7.4 (EOL) +### Changed +- Use composer's authoritative classmap +- Rephrase "There is no member in this circle" +- Rename 'Groups' to 'Contact groups' +- Changed grammar of email address field label +### Fixed +- Prioritize local users in mastodon avatar download +- Empty content for settings dialogs + ## 5.0.3 - 2023-01-24 ### Fixed - Social avatar background update diff --git a/appinfo/info.xml b/appinfo/info.xml index 733db79d..a03707ef 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ * šŸ™ˆ **Weā€™re not reinventing the wheel!** Based on the great and open SabreDAV library. - 5.1.0-alpha.1 + 5.1.0 agpl Christoph Wurst diff --git a/package-lock.json b/package-lock.json index a765d182..631b0fb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.1.0-alpha1", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.1.0-alpha1", + "version": "5.1.0", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index d3c1b893..67fa9220 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "contacts", "description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.", - "version": "5.1.0-alpha1", + "version": "5.1.0", "author": "John MolakvoƦ ", "contributors": [ "John MolakvoƦ ",