From a9ce9f2c133a379d4a7137d80ed5881e50a7bdf8 Mon Sep 17 00:00:00 2001 From: yourivw Date: Mon, 24 Sep 2018 12:53:41 +0200 Subject: [PATCH] Version change 1.1.4 Change version to 1.1.4. Changed minimum version in files to 5.2.0. --- README.md | 2 +- src/LEAccount.php | 4 ++-- src/LEAuthorization.php | 4 ++-- src/LEClient.php | 4 ++-- src/LEConnector.php | 4 ++-- src/LEFunctions.php | 4 ++-- src/LEOrder.php | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9f2d142..6ce6859 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ PHP LetsEncrypt client library for ACME v2. The aim of this client is to make an ## Current version -The current version is 1.1.3 +The current version is 1.1.4 The example codes below are to be updated. diff --git a/src/LEAccount.php b/src/LEAccount.php index 89b9ed2..d6ebc26 100644 --- a/src/LEAccount.php +++ b/src/LEAccount.php @@ -5,7 +5,7 @@ /** * LetsEncrypt Account class, containing the functions and data associated with a LetsEncrypt account. * - * PHP version 7.1.0 + * PHP version 5.2.0 * * MIT License * @@ -32,7 +32,7 @@ * @author Youri van Weegberg * @copyright 2018 Youri van Weegberg * @license https://opensource.org/licenses/mit-license.php MIT License - * @version 1.1.1 + * @version 1.1.4 * @link https://github.com/yourivw/LEClient * @since Class available since Release 1.0.0 */ diff --git a/src/LEAuthorization.php b/src/LEAuthorization.php index e45fa04..0434d65 100644 --- a/src/LEAuthorization.php +++ b/src/LEAuthorization.php @@ -5,7 +5,7 @@ /** * LetsEncrypt Authorization class, getting LetsEncrypt authorization data associated with a LetsEncrypt Order instance. * - * PHP version 7.1.0 + * PHP version 5.2.0 * * MIT License * @@ -32,7 +32,7 @@ * @author Youri van Weegberg * @copyright 2018 Youri van Weegberg * @license https://opensource.org/licenses/mit-license.php MIT License - * @version 1.1.1 + * @version 1.1.4 * @link https://github.com/yourivw/LEClient * @since Class available since Release 1.0.0 */ diff --git a/src/LEClient.php b/src/LEClient.php index d08394f..fe7164b 100644 --- a/src/LEClient.php +++ b/src/LEClient.php @@ -5,7 +5,7 @@ /** * Main LetsEncrypt Client class, works as a framework for the LEConnector, LEAccount, LEOrder and LEAuthorization classes. * - * PHP version 7.1.0 + * PHP version 5.2.0 * * MIT License * @@ -32,7 +32,7 @@ * @author Youri van Weegberg * @copyright 2018 Youri van Weegberg * @license https://opensource.org/licenses/mit-license.php MIT License - * @version 1.1.1 + * @version 1.1.4 * @link https://github.com/yourivw/LEClient * @since Class available since Release 1.0.0 */ diff --git a/src/LEConnector.php b/src/LEConnector.php index 656fdbe..77334e1 100644 --- a/src/LEConnector.php +++ b/src/LEConnector.php @@ -5,7 +5,7 @@ /** * LetsEncrypt Connector class, containing the functions necessary to sign with JSON Web Key and Key ID, and perform GET, POST and HEAD requests. * - * PHP version 7.1.0 + * PHP version 5.2.0 * * MIT License * @@ -32,7 +32,7 @@ * @author Youri van Weegberg * @copyright 2018 Youri van Weegberg * @license https://opensource.org/licenses/mit-license.php MIT License - * @version 1.1.1 + * @version 1.1.4 * @link https://github.com/yourivw/LEClient * @since Class available since Release 1.0.0 */ diff --git a/src/LEFunctions.php b/src/LEFunctions.php index 4b5a200..b6431a2 100644 --- a/src/LEFunctions.php +++ b/src/LEFunctions.php @@ -7,7 +7,7 @@ /** * LetsEncrypt Functions class, supplying the LetsEncrypt Client with supportive functions. * - * PHP version 7.1.0 + * PHP version 5.2.0 * * MIT License * @@ -34,7 +34,7 @@ * @author Youri van Weegberg * @copyright 2018 Youri van Weegberg * @license https://opensource.org/licenses/mit-license.php MIT License - * @version 1.1.1 + * @version 1.1.4 * @link https://github.com/yourivw/LEClient * @since Class available since Release 1.0.0 */ diff --git a/src/LEOrder.php b/src/LEOrder.php index 10850a1..5f00cf1 100644 --- a/src/LEOrder.php +++ b/src/LEOrder.php @@ -5,7 +5,7 @@ /** * LetsEncrypt Order class, containing the functions and data associated with a specific LetsEncrypt order. * - * PHP version 7.1.0 + * PHP version 5.2.0 * * MIT License * @@ -32,7 +32,7 @@ * @author Youri van Weegberg * @copyright 2018 Youri van Weegberg * @license https://opensource.org/licenses/mit-license.php MIT License - * @version 1.1.1 + * @version 1.1.4 * @link https://github.com/yourivw/LEClient * @since Class available since Release 1.0.0 */