Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Version change 1.1.4
Browse files Browse the repository at this point in the history
Change version to 1.1.4.
Changed minimum version in files to 5.2.0.
  • Loading branch information
yourivw committed Sep 24, 2018
1 parent c9535c7 commit a9ce9f2
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions src/LEAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -32,7 +32,7 @@
* @author Youri van Weegberg <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/LEAuthorization.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -32,7 +32,7 @@
* @author Youri van Weegberg <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/LEClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -32,7 +32,7 @@
* @author Youri van Weegberg <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/LEConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -32,7 +32,7 @@
* @author Youri van Weegberg <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/LEFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -34,7 +34,7 @@
* @author Youri van Weegberg <[email protected]>
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/LEOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -32,7 +32,7 @@
* @author Youri van Weegberg <[email protected]>
* @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
*/
Expand Down

0 comments on commit a9ce9f2

Please sign in to comment.