diff --git a/Sccp_manager.class.php b/Sccp_manager.class.php index 8e1f917..1cea8f8 100644 --- a/Sccp_manager.class.php +++ b/Sccp_manager.class.php @@ -906,7 +906,7 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO { $hw_addon = explode(',', $dev_config['addon']); foreach ($hw_addon as $key) { $hw_data = $this->getSccpModelInformation('byid', false, "all", array('model' => $key)); - $dev_config['addon_info'][$key] = $hw_data[$key]['loadimage']; + $dev_config['addon_info'][$key] = $hw_data[0]['loadimage']; } } diff --git a/module.xml b/module.xml index 8b511d0..44e3995 100644 --- a/module.xml +++ b/module.xml @@ -1,7 +1,7 @@ sccp_manager SCCP Manager - 14.4.0.6 + 14.5.0.1 setup SCCP Connectivity Steve Lad, Alex GP diff --git a/sccpManagerUpdater.json b/sccpManagerUpdater.json index 7e575fe..528fe18 100644 --- a/sccpManagerUpdater.json +++ b/sccpManagerUpdater.json @@ -2,11 +2,11 @@ "rawname": "sccp_manager", "repo": "stable", "name": "Sccp Manager", - "version": "14.4.0.5", + "version": "14.5.0.1", "publisher": "Steve Lad", "license": "GPL", "licenselink": "http://www.gnu.org/licenses/gpl.txt", - "changelog": "*14.4.0.5* Fix issue 59\n*14.4.0.1* Fix regression in SQL not compatible with MariaDb 5\n*14.4.0.1* Upgrade installer to prevent data loss when run\n*14.3.0.30* Fix issue returning after save\n*14.3.0.28* Fix issue with RNav\n*14.3.0.27* Improve handling of SIP devices\n*14.3.0.15* Install master files list via installer\n*14.2.0.3* Fix module database definition\n*14.2.0.3* Fix module database definition\n*14.2.0.2* First release of new version without old interface\n*13.0.0.1* Packaging of ver 1.0.0.1\n*12.0.0.1* Packaging of ver 1.0.0.1", + "changelog": "*14.5.0.1* Fix issue 32\n*14.4.0.5* Fix issue 59\n*14.4.0.1* Fix regression in SQL not compatible with MariaDb 5\n*14.4.0.1* Upgrade installer to prevent data loss when run\n*14.3.0.30* Fix issue returning after save\n*14.3.0.28* Fix issue with RNav\n*14.3.0.27* Improve handling of SIP devices\n*14.3.0.15* Install master files list via installer\n*14.2.0.3* Fix module database definition\n*14.2.0.3* Fix module database definition\n*14.2.0.2* First release of new version without old interface\n*13.0.0.1* Packaging of ver 1.0.0.1\n*12.0.0.1* Packaging of ver 1.0.0.1", "category": "Sccp Connectivity", "description": "The Sccp Manager module lets you manage the chan-sccp driver.", "depends": { @@ -15,7 +15,7 @@ "supported": { "version": "15.0" }, - "location": "https://github.com/chan-sccp/sccp_manager/archive/refs/tags/v14.4.0.5.tar.gz", + "location": "https://github.com/chan-sccp/sccp_manager/archive/refs/tags/v14.5.0.1.tar.gz", "md5sum": "80a3c110d32b4cbd1658b8d4becad105", "packaged": "1642587698" }