Merge branch 'develop' of https://github.com/chan-sccp/sccp_manager into develop

This commit is contained in:
stevenA 2021-12-29 08:55:17 +01:00
commit 1489968b9e
2 changed files with 7 additions and 3 deletions

View file

@ -73,6 +73,10 @@ How to install sccp_manager
Stable - Version 14.3. Stable - Version 14.3.
This is the latest version of sccp_manager and has many bug fixes. It is targetted for FreePbx 16 and as such requires PHP > 7.3. It works fine with FreePbx 15 as long as you can upgrade PHP (this cannot be done if you use commercial modules). There are changes to the database structure, and so this cannot be easily reverted to prior versions without using a backup, which the installer will create. If you are using a VM, it is recommended to take a snapshot before upgrading. This is the latest version of sccp_manager and has many bug fixes. It is targetted for FreePbx 16 and as such requires PHP > 7.3. It works fine with FreePbx 15 as long as you can upgrade PHP (this cannot be done if you use commercial modules). There are changes to the database structure, and so this cannot be easily reverted to prior versions without using a backup, which the installer will create. If you are using a VM, it is recommended to take a snapshot before upgrading.
Upgrades via FreePbx module admin are enabled in this release, but do not work because of a FreePbx issue (a patch has been posted). To workaround this, if you see that an upgrade is available, you can download it via the command line console which is unaffected by this issue
```
fwconsole ma upgrade sccp_manager
```
``` ```
https://github.com/chan-sccp/sccp_manager/archive/refs/tags/14.3.0.13.zip https://github.com/chan-sccp/sccp_manager/archive/refs/tags/14.3.0.13.zip
``` ```

View file

@ -2,7 +2,7 @@
"rawname": "sccp_manager", "rawname": "sccp_manager",
"repo": "stable", "repo": "stable",
"name": "Sccp Manager", "name": "Sccp Manager",
"version": "14.3.0.17", "version": "14.3.0.18",
"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",
@ -15,7 +15,7 @@
"supported": { "supported": {
"version": "13.0" "version": "13.0"
}, },
"location": "https://github.com/chan-sccp/sccp_manager/archive/refs/tags/v14.3.0.17.tar.gz", "location": "https://github.com/chan-sccp/sccp_manager/archive/refs/tags/v14.3.0.18.tar.gz",
"md5sum": "9fe469c3ca1d59d55421fe511c2bfc8c", "md5sum": "1cc85196235d295af4b2df7848489085",
"packaged": "1640598716" "packaged": "1640598716"
} }