Skip to content

Commit 722285b

Browse files
committed
Update version
Revert 1 line from backport from 16
1 parent 09acfd0 commit 722285b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Sccp_manager.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ function createSccpDeviceXML(string $dev_id) {
906906
$hw_addon = explode(',', $dev_config['addon']);
907907
foreach ($hw_addon as $key) {
908908
$hw_data = $this->getSccpModelInformation('byid', false, "all", array('model' => $key));
909-
$dev_config['addon_info'][$key] = $hw_data[$key]['loadimage'];
909+
$dev_config['addon_info'][$key] = $hw_data[0]['loadimage'];
910910
}
911911
}
912912

module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<module>
22
<rawname>sccp_manager</rawname>
33
<name>SCCP Manager</name>
4-
<version>14.4.0.6</version>
4+
<version>14.5.0.1</version>
55
<type>setup</type>
66
<category>SCCP Connectivity</category>
77
<publisher>Steve Lad, Alex GP</publisher>

sccpManagerUpdater.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"rawname": "sccp_manager",
33
"repo": "stable",
44
"name": "Sccp Manager",
5-
"version": "14.4.0.5",
5+
"version": "14.5.0.1",
66
"publisher": "Steve Lad",
77
"license": "GPL",
88
"licenselink": "http://www.gnu.org/licenses/gpl.txt",
9-
"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",
9+
"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",
1010
"category": "Sccp Connectivity",
1111
"description": "The Sccp Manager module lets you manage the chan-sccp driver.",
1212
"depends": {
@@ -15,7 +15,7 @@
1515
"supported": {
1616
"version": "15.0"
1717
},
18-
"location": "https://github.com/chan-sccp/sccp_manager/archive/refs/tags/v14.4.0.5.tar.gz",
18+
"location": "https://github.com/chan-sccp/sccp_manager/archive/refs/tags/v14.5.0.1.tar.gz",
1919
"md5sum": "80a3c110d32b4cbd1658b8d4becad105",
2020
"packaged": "1642587698"
2121
}

0 commit comments

Comments
 (0)