From c6338bf1bd874aa641b8f852b4adf5e7ecf190ac Mon Sep 17 00:00:00 2001 From: billsimon Date: Mon, 25 Mar 2024 15:13:25 -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 376b34f..223eb4a 100644 --- a/module.json +++ b/module.json @@ -2,11 +2,11 @@ "rawname": "smsconnector", "repo": "unsupported", "name": "SMS Connector", - "version": "16.0.15.2", + "version": "16.0.15.3", "publisher": "Simon Telephonics LLC", "license": "GPLv3+", "licenselink": "http://www.gnu.org/licenses/gpl-3.0.txt", - "changelog": "Minor code improvements, compatibility with PHP8", + "changelog": "Bug fixes for PHP 8 and SIP SMS", "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.2.tar.gz" + "location": "https://simon.tel/pbx-modules/smsconnector-16.0.15.3.tar.gz" }