Skip to content

Commit c91d6b9

Browse files
readme & version update
1 parent bd36675 commit c91d6b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

InjectionApi/src/SocketLabsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class SocketLabsClient{
1919
private $serverId;
2020
private $apiKey;
2121

22-
const VERSION = "1.1.1";
22+
const VERSION = "1.1.2";
2323
public $version = self::VERSION;
2424

2525
/**

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ For more information about AMP please see [AMP Project](https://amp.dev/document
196196

197197
<a name="version"></a>
198198
# Version
199+
* 1.1.2 - Add support of PHP 8.0
199200
* 1.1.1 - Adding request timeout value on the client for Http requests
200201
* 1.1.0 - Adds Amp Html Support
201202
* 1.0.0 - Initial Release

0 commit comments

Comments
 (0)