Update version

Revert 1 line from backport from 16
This commit is contained in:
stevenA 2022-01-27 12:15:51 +01:00
parent 09acfd097d
commit 722285bc3d
3 changed files with 5 additions and 5 deletions

View file

@ -906,7 +906,7 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO {
$hw_addon = explode(',', $dev_config['addon']); $hw_addon = explode(',', $dev_config['addon']);
foreach ($hw_addon as $key) { foreach ($hw_addon as $key) {
$hw_data = $this->getSccpModelInformation('byid', false, "all", array('model' => $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'];
} }
} }

View file

@ -1,7 +1,7 @@
<module> <module>
<rawname>sccp_manager</rawname> <rawname>sccp_manager</rawname>
<name>SCCP Manager</name> <name>SCCP Manager</name>
<version>14.4.0.6</version> <version>14.5.0.1</version>
<type>setup</type> <type>setup</type>
<category>SCCP Connectivity</category> <category>SCCP Connectivity</category>
<publisher>Steve Lad, Alex GP</publisher> <publisher>Steve Lad, Alex GP</publisher>

View file

@ -2,11 +2,11 @@
"rawname": "sccp_manager", "rawname": "sccp_manager",
"repo": "stable", "repo": "stable",
"name": "Sccp Manager", "name": "Sccp Manager",
"version": "14.4.0.5", "version": "14.5.0.1",
"publisher": "Steve Lad", "publisher": "Steve Lad",
"license": "GPL", "license": "GPL",
"licenselink": "http://www.gnu.org/licenses/gpl.txt", "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", "category": "Sccp Connectivity",
"description": "The Sccp Manager module lets you manage the chan-sccp driver.", "description": "The Sccp Manager module lets you manage the chan-sccp driver.",
"depends": { "depends": {
@ -15,7 +15,7 @@
"supported": { "supported": {
"version": "15.0" "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", "md5sum": "80a3c110d32b4cbd1658b8d4becad105",
"packaged": "1642587698" "packaged": "1642587698"
} }