Skip to content

Commit

Permalink
Merge pull request #2622 from irontec/PROVIDER-1779-doc-changelog-4.0.4
Browse files Browse the repository at this point in the history
Update ChangeLog for 4.0.4 release
  • Loading branch information
Kaian authored Apr 12, 2024
2 parents ef1044f + e514cb2 commit 8e1b810
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 2 deletions.
24 changes: 24 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Fri, 12 Apr 2024 08:37:49 +0200 IvozProvider Team <[email protected]>

* 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 <[email protected]>

* IvozProvider 4.0.3 released
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Thu, 11 Apr 2024 12:26:05 +0200

ivozprovider (4.0~4.0.3) unstable; urgency=medium

* Version bump to 4.0.3

Expand Down
5 changes: 5 additions & 0 deletions web/rest/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## 4.0.4
* Endpoints:
- /faxes_in_outs/{id}/resend:
- Added [POST] endpoint

## 4.0.2
* Models:
- ResidentialDevice-detailed:
Expand Down
8 changes: 8 additions & 0 deletions web/rest/user/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 8e1b810

Please sign in to comment.