From 29fc1744a31ef8969e78e193944ced059b4c99c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Mon, 8 Jul 2024 10:53:11 +0200 Subject: [PATCH] Management Update the CHANGELOG with the 1.4 release --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 293e19d..083683b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,28 @@ v1.5 - Fix #132 Move the provisioning_tokens and recovery_codes to dedicated table - Fix #130 Drop the group column in the Accounts table +v1.4.9 +------ +- Complete the missing changelog + +v1.4.8 +------ +- Fix FLEXIAPI-166 Reimplement the deprecated email validation URL +- Fix FLEXIAPI-140 Select the display_name attribute from the database to inject... + +v1.4.7 +------ +- Fix FLEXIAPI-175 and FLEXISIP-231 Rewrite the Redis contacts parser to handle properly SIP uris (thanks @thibault.lemaire !) + +v1.4.6 +------ +- Fix FLEXIAPI-142 PUT /accounts endpoint doesn't allow overiding values anymore +- Fix typos and dependencies + +v1.4.5 +------ +- Fix FLEXIAPI-132 Refactor the Provisioning to remove proxy_default_values + v1.4.4 ------ - Fix FLEXIAPI-136 Refactor the Web Panel toggle mechanism and move it to a proper Middleware