-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.9 PHP 8.1 fix (thanks to ratmole)
- Loading branch information
Showing
4 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.8 | ||
1.0.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,8 @@ | |
* PHP 5.3.0 or higher is supported. | ||
* | ||
* @author Andre Liechti (SysCo systemes de communication sa) <[email protected]> | ||
* @version 1.0.8 | ||
* @date 2023-03-30 | ||
* @version 1.0.9 | ||
* @date 2023-09-20 | ||
* @since 2022-09-10 | ||
* @copyright (c) 2022-2023 SysCo systemes de communication sa | ||
* @copyright GNU Lesser General Public License | ||
|
@@ -154,7 +154,7 @@ class SMSGateway | |
* | ||
* @var string | ||
*/ | ||
const VERSION = '1.0.6'; | ||
const VERSION = '1.0.9'; | ||
|
||
/** | ||
* The device timeout in seconds. | ||
|