Releases: 2600hz/monster-ui-callflows
5.4.2
Changes for 5.4.2
Changes to branch 5.4
after version 5.4.1
.
Commits
- MACF-87: Limit list to supported languages for TTS - by Pilar Candia
5.4.0.1
Changes for 5.4.0.1
Changes to branch fix-5.4.0
after version 5.4.0
.
Commits
- MACF-87: Limit list to supported languages for TTS - by Pilar Candia
5.3.7
5.4.1
Changes for 5.4.1
Changes to branch 5.4
after version 5.4.0
.
Commits
- updated .base_branch to origin/5.4 - by base_branch
- updated .shipyard.yml to branch 5.4 - by shipyard
5.3.5.1
Changes for 5.3.5.1
Changes to branch fix-5.3.5
after version 5.3.5
.
Commits
- MACF-85: Fix issue where 'SMTP email address' is not displayed - by Pilar Candia
5.4.0
Changes for 5.4.0
Changes to branch 5.4
after version 5.4
.
Commits
-
updated .base_branch to origin/5.4 - by base_branch
-
updated .shipyard.yml to branch 5.4 - by shipyard
-
Update shipyard base branch - by Pilar Candia
-
MSTR-275: do not require sub module, let core handle it - by Hesaam Farhang
If the app assets is loading from external
source_url
, if the app tries to require its sub modules directly it will fail and the app won't load at all.Changing the module name to its external
source_url
as what Monster UI core was previously doing won't always work in case the sub modules were small enough and optimized away in a single file asapp.js
. This has been observed withbranding
andcall-recording
apps so far.Instead we can explicitly config the paths for sub module and its external source url for
requirejs
to load it, if it is not already optimized in theapp.js
.Without this change, because
app.js
is requiring the submodules, this URL will be used instead of external source_url:http://{monster_ui_url}/apps/:appname/submodules/{submodule}/{submodule}.js
requireSubModule
frommonster.apps.js
will require all submodules defined on the app and can adds externalsource_url
of the sub module in requirejs config so the correct URL will be used for fetch if it is needed:http://{app_metadata.source_url}/submodules/{submodule}/{submodule}.js
Read more: https://requirejs.org/docs/jquery.html#modulename
-
MACF-85: Fix issue where 'SMTP email address' is not displayed - by Pilar Candia
-
MUDA-18: Show meta device as active - by Irvin Sandoval
master #257
-
MACF-84: Do not dipslay 'Buy Number' if ‘hideBuyNumber' is set to true - by Pilar Candia
-
enable rockylinux support in circle-ci - by shipyard
-
update shipyard config to support rockylinux - by shipyard
-
MACF-81: Revert 'UI-2948: set ignore completed elsewhere to true by default - by Ramen Romana
https://github.com/2600hz/kazoo/blob/master/applications/crossbar/doc/devices.md
Key | Description | Type | Default | Required | Support Level
--- | ----------- | ---- | ------- | -------- | -------------
sip.ignore_completed_elsewhere
| When set to false the phone should not consider ring group calls answered elsewhere as missed |boolean()
| |false
| -
updated .base_branch to origin/5.3 - by base_branch
-
updated .shipyard.yml to branch 5.3 - by shipyard
5.3.6
Changes for 5.3.6
Changes to branch 5.3
after version 5.3.5
.
Commits
-
MSTR-275: do not require sub module, let core handle it - by Hesaam Farhang
If the app assets is loading from external
source_url
, if the app tries to require its sub modules directly it will fail and the app won't load at all.Changing the module name to its external
source_url
as what Monster UI core was previously doing won't always work in case the sub modules were small enough and optimized away in a single file asapp.js
. This has been observed withbranding
andcall-recording
apps so far.Instead we can explicitly config the paths for sub module and its external source url for
requirejs
to load it, if it is not already optimized in theapp.js
.Without this change, because
app.js
is requiring the submodules, this URL will be used instead of external source_url:http://{monster_ui_url}/apps/:appname/submodules/{submodule}/{submodule}.js
requireSubModule
frommonster.apps.js
will require all submodules defined on the app and can adds externalsource_url
of the sub module in requirejs config so the correct URL will be used for fetch if it is needed:http://{app_metadata.source_url}/submodules/{submodule}/{submodule}.js
Read more: https://requirejs.org/docs/jquery.html#modulename
-
MACF-85: Fix issue where 'SMTP email address' is not displayed - by Pilar Candia
5.1.13
Changes for 5.1.13
Changes to branch 5.1
after version 5.1.12
.
Commits
-
MACF-81: Revert 'UI-2948: set ignore completed elsewhere to true by default - by Ramen Romana
https://github.com/2600hz/kazoo/blob/master/applications/crossbar/doc/devices.md
Key | Description | Type | Default | Required | Support Level
--- | ----------- | ---- | ------- | -------- | -------------
sip.ignore_completed_elsewhere
| When set to false the phone should not consider ring group calls answered elsewhere as missed |boolean()
| |false
|
5.2.1
Changes for 5.2.1
Changes to branch 5.2
after version 5.2.0
.
Commits
-
MACF-85: Fix issue where 'SMTP email address' is not displayed - by Pilar Candia
-
enable rockylinux support in circle-ci - by shipyard
-
update shipyard config to support rockylinux - by shipyard
-
MACF-84: Do not dipslay 'Buy Number' if ‘hideBuyNumber' is set to true - by Pilar Candia
-
MACF-78: Fix button being greyed out when creating a time-of-day rule - by Isaac2600Hz
-
MACF-77: Add missing branch_extension field to menu form - by Ricardo Merino
-
MACF-75: Improve edit view for holidays at Time Of Day - by Guillermo Gutiérrez
The improvements at the edit page for Time Of Day include the following:
-
Display the end date form field, if the value is present.
-
Mark the entry as "All day", if no time is specified.
-
Disable all the form fields to prevent user input, if the save button is hidden.
-
Hide repeat cycle field for non-recurring holidays.
-
5.3.5
Changes for 5.3.5
Changes to branch 5.3
after version 5.3.4
.
Commits
-
MUDA-18: Show meta device as active - by Irvin Sandoval
master #257