From 946e03e500281a7ac3dd3e3fa1b8d22e310133fc Mon Sep 17 00:00:00 2001 From: osaajani <> Date: Tue, 30 May 2023 18:09:06 +0200 Subject: [PATCH] v3.7.0 add stats about sended sms status, add better support for haproxy, improve gammu ream sms with deletion of read sms --- VERSION | 2 +- adapters/GammuAdapter.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 5d7c78b..d1e9cf3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.6.4 +v3.7.0 diff --git a/adapters/GammuAdapter.php b/adapters/GammuAdapter.php index f1c15e4..eb4ff9f 100644 --- a/adapters/GammuAdapter.php +++ b/adapters/GammuAdapter.php @@ -280,6 +280,7 @@ namespace adapters; $command_parts = [ PWD . '/bin/gammu_get_unread_sms.py', escapeshellarg($this->data['config_file']), + '--delete' ]; $return = $this->exec_command($command_parts);