From 8c227047a9901faff50f837221b93b427cca9e96 Mon Sep 17 00:00:00 2001 From: billsimon Date: Thu, 28 Mar 2024 13:46:36 -0400 Subject: [PATCH] Update module.json --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 223eb4a..1fb49b1 100644 --- a/module.json +++ b/module.json @@ -2,11 +2,11 @@ "rawname": "smsconnector", "repo": "unsupported", "name": "SMS Connector", - "version": "16.0.15.3", + "version": "16.0.16", "publisher": "Simon Telephonics LLC", "license": "GPLv3+", "licenselink": "http://www.gnu.org/licenses/gpl-3.0.txt", - "changelog": "Bug fixes for PHP 8 and SIP SMS", + "changelog": "Adds providers SignalWire and Sinch", "category": "Connectivity", "description": "Implements a generic SMS connector", "depends": { @@ -18,5 +18,5 @@ "supported": { "version": "16.0" }, - "location": "https://simon.tel/pbx-modules/smsconnector-16.0.15.3.tar.gz" + "location": "https://simon.tel/pbx-modules/smsconnector-16.0.16.tar.gz" }