We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd36675 commit c91d6b9Copy full SHA for c91d6b9
InjectionApi/src/SocketLabsClient.php
@@ -19,7 +19,7 @@ class SocketLabsClient{
19
private $serverId;
20
private $apiKey;
21
22
- const VERSION = "1.1.1";
+ const VERSION = "1.1.2";
23
public $version = self::VERSION;
24
25
/**
README.md
@@ -196,6 +196,7 @@ For more information about AMP please see [AMP Project](https://amp.dev/document
196
197
<a name="version"></a>
198
# Version
199
+* 1.1.2 - Add support of PHP 8.0
200
* 1.1.1 - Adding request timeout value on the client for Http requests
201
* 1.1.0 - Adds Amp Html Support
202
* 1.0.0 - Initial Release
0 commit comments