From 90ebbd20f8d46e61b636e9974914b61f28bb68e0 Mon Sep 17 00:00:00 2001 From: steve-lad <72376554+steve-lad@users.noreply.github.com> Date: Tue, 28 Dec 2021 16:14:39 +0100 Subject: [PATCH 1/5] Update sccpManagerUpdater.json --- sccpManagerUpdater.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sccpManagerUpdater.json b/sccpManagerUpdater.json index c27dde6..19590b2 100644 --- a/sccpManagerUpdater.json +++ b/sccpManagerUpdater.json @@ -15,7 +15,7 @@ "supported": { "version": "13.0" }, - "location": "https://github.com/chan-sccp/sccp_manager/archive/refs/tags/v14.3.0.17.tar.gz", - "md5sum": "9fe469c3ca1d59d55421fe511c2bfc8c", + "location": "https://github.com/chan-sccp/sccp_manager/archive/refs/tags/v14.3.0.18.tar.gz", + "md5sum": "1cc85196235d295af4b2df7848489085", "packaged": "1640598716" } From 01a703f5cfbf04895ccd2e5c65ebeaf49ccd3a11 Mon Sep 17 00:00:00 2001 From: steve-lad <72376554+steve-lad@users.noreply.github.com> Date: Tue, 28 Dec 2021 16:14:55 +0100 Subject: [PATCH 2/5] Update sccpManagerUpdater.json --- sccpManagerUpdater.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sccpManagerUpdater.json b/sccpManagerUpdater.json index 19590b2..30b0a61 100644 --- a/sccpManagerUpdater.json +++ b/sccpManagerUpdater.json @@ -2,7 +2,7 @@ "rawname": "sccp_manager", "repo": "stable", "name": "Sccp Manager", - "version": "14.3.0.17", + "version": "14.3.0.18", "publisher": "Steve Lad", "license": "GPL", "licenselink": "http://www.gnu.org/licenses/gpl.txt", From bca54bddffe976c4f00dbaa936809e9bf5d2e486 Mon Sep 17 00:00:00 2001 From: steve-lad <72376554+steve-lad@users.noreply.github.com> Date: Tue, 28 Dec 2021 16:25:52 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b9913c0..fd6d37d 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,9 @@ How to install sccp_manager 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. +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 commad line console which is not affected by this issue + +fwconsole ma upgrade sccp_manager ``` https://github.com/chan-sccp/sccp_manager/archive/refs/tags/14.3.0.13.zip ``` From eb73d61684ded86af7579f68bf593cb0984bcd54 Mon Sep 17 00:00:00 2001 From: steve-lad <72376554+steve-lad@users.noreply.github.com> Date: Tue, 28 Dec 2021 16:26:35 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd6d37d..c2e2d4f 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,10 @@ 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. 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 commad line console which is not affected by this issue - +``` fwconsole ma upgrade sccp_manager ``` +``` https://github.com/chan-sccp/sccp_manager/archive/refs/tags/14.3.0.13.zip ``` From 380a9a52f2f33e9b010282ab089a45c3e7caeed0 Mon Sep 17 00:00:00 2001 From: steve-lad <72376554+steve-lad@users.noreply.github.com> Date: Tue, 28 Dec 2021 16:27:34 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2e2d4f..a042eb8 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ How to install sccp_manager 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. -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 commad line console which is not affected by this issue +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 ```