test for automatic updating
This commit is contained in:
parent
2830dfeeb1
commit
ef944e37c3
|
@ -25,6 +25,7 @@
|
||||||
* Version 14.2.0.10 * - Bug Fix - line not assigned on device creation
|
* Version 14.2.0.10 * - Bug Fix - line not assigned on device creation
|
||||||
* Version 14.3.0.0 * - New Minor Version - Change DB and add new settings
|
* Version 14.3.0.0 * - New Minor Version - Change DB and add new settings
|
||||||
* Version 14.3.0.15 * - Get masterFilesList from provisoner via installer Fix Issue 39
|
* Version 14.3.0.15 * - Get masterFilesList from provisoner via installer Fix Issue 39
|
||||||
|
* Version 14.3.0.16 * - Test version for freepbx upgrader.
|
||||||
</changelog>
|
</changelog>
|
||||||
<location>https://github.com/chan-sccp/sccp_manager</location>
|
<location>https://github.com/chan-sccp/sccp_manager</location>
|
||||||
<supported>
|
<supported>
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
{
|
{
|
||||||
"rawname": "sccp_manager",
|
"rawname": "sccp_manager",
|
||||||
"repo": "extended",
|
"repo": "stable",
|
||||||
"name": "Sccp Manager",
|
"name": "Sccp Manager",
|
||||||
"version": "14.2.0.3",
|
"version": "14.3.0.16",
|
||||||
"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.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.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 Cisco Manager module lets you manage the chan-sccp module.",
|
"description": "The Sccp Manager module lets you manage the chan-sccp driver.",
|
||||||
"depends": {
|
"depends": {
|
||||||
"version": "14.0"
|
"version": "14.0"
|
||||||
},
|
},
|
||||||
"supported": {
|
"supported": {
|
||||||
"version": "13.0"
|
"version": "13.0"
|
||||||
},
|
},
|
||||||
"location": "https://github.com/chan-sccp/sccp_manager/archive/refs/tags/v14.2.0.3.tar.gz",
|
"location": "https://github.com/chan-sccp/sccp_manager/archive/refs/tags/v14.3.0.16.tar.gz",
|
||||||
"md5sum": "9aff57a6553a4a3649e056013fe1758f",
|
"md5sum": "9aff57a6553a4a3649e056013fe1758f",
|
||||||
"packaged": "1623001021"
|
"packaged": "1640598716"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue