diff --git a/ChangeLog b/ChangeLog index df563298ffc..6cb8fa26fdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +Fri, 12 Apr 2024 08:37:49 +0200 IvozProvider Team + + * IvozProvider 4.0.4 released + + * Portals + - Fixed a bug displaying Routing Tags for brands without Retail or Wholesale features + - Fixed a bug displaying Balance fields for brands without Billing feature + - Fixed a bug displaying Holiday range actions for Administrators without permission on Holiday dates + - Fixed a bug displaying Terminal provisioning templates preview dialogs + - Fixed a crash on Call ACL permissions screens + - Added missing action to resend failed outgoing faxes + - Added new section Voicemails in user portal + - DDI numbers are now displayed in E.164 format + - Imported destination rates files can now be downloaded + + * Proxies + - Added support to DDIs without client assigned + - Fixed a bug while routing SUBSCRIBE and PUBLISH messages to wrong application server + - Subscribed extensions are now validated before relaying to application servers + - Increased min subscribe expire to 1800 seconds + + * Application Server + - Disable initial MWI notification during asterisk startup + Thu, 21 Mar 2024 08:50:54 +0100 IvozProvider Team * IvozProvider 4.0.3 released diff --git a/README.md b/README.md index 1be7e06091d..8a24fcee54b 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ If you want to test an [standalone](https://irontec.github.io/ivozprovider/en/ar | oldoldstable (oasis 1.7) | [![iso http](web/admin/public/images/iso-http-green.png)](https://packages.irontec.com/isos/ivozprovider-1.7.1-oasis-amd64.iso) | [![iso http](web/admin/public/images/iso-http-green.png)](https://packages.irontec.com/isos/ivozprovider-1.7.1-oasis-i386.iso)| | oldstable (artemis 2.23.0) | [![iso http](web/admin/public/images/iso-http-green.png)](https://packages.irontec.com/isos/ivozprovider-2.23~2.23.0-artemis-amd64.iso) | | | stable (halliday 3.4.1) | [![iso http](web/admin/public/images/iso-http-green.png)](https://packages.irontec.com/isos/ivozprovider-3.4~3.4.1-halliday-amd64.iso) | | -| testing (tempest 4.0.3) | [![iso http](web/admin/public/images/iso-http-green.png)](https://packages.irontec.com/isos/ivozprovider-4.0~4.0.0-tempest-amd64.iso) | | +| testing (tempest 4.0.4) | [![iso http](web/admin/public/images/iso-http-green.png)](https://packages.irontec.com/isos/ivozprovider-4.0~4.0.0-tempest-amd64.iso) | | You can read about differences between releases [here](https://github.com/irontec/ivozprovider/blob/bleeding/FAQ.md#what-release-should-i-use). diff --git a/debian/changelog b/debian/changelog index b9409c62180..6d6938d09a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -ivozprovider (4.0~4.0.3) UNRELEASED; urgency=medium +ivozprovider (4.0~4.0.4) UNRELEASED; urgency=medium + + * Version bump to 4.0.4 + + -- Irontec IvozProvider Team Thu, 11 Apr 2024 12:26:05 +0200 + +ivozprovider (4.0~4.0.3) unstable; urgency=medium * Version bump to 4.0.3 diff --git a/web/rest/client/CHANGELOG.md b/web/rest/client/CHANGELOG.md index f22b3490dfa..7ef522f3a60 100644 --- a/web/rest/client/CHANGELOG.md +++ b/web/rest/client/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## 4.0.4 +* Endpoints: + - /faxes_in_outs/{id}/resend: + - Added [POST] endpoint + ## 4.0.2 * Models: - ResidentialDevice-detailed: diff --git a/web/rest/user/CHANGELOG.md b/web/rest/user/CHANGELOG.md index fb1a3b09eae..38d9a240d51 100644 --- a/web/rest/user/CHANGELOG.md +++ b/web/rest/user/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +## 4.0.4 +* Models + - RecordingFile: + - Added model + - VoicemailMessage-detailed: + - Updated recordingFile property + - VoicemailMessage_RecordingFile: + - Added model ## 4.0.3 * Endpoints - /my/voicemails: