This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change version to 1.1.4. Changed minimum version in files to 5.2.0.
- Loading branch information
Showing
7 changed files
with
13 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[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 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -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 <[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 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -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 <[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 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -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 <[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 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -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 <[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 | ||
*/ | ||
|
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 |
---|---|---|
|
@@ -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 <[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 | ||
*/ | ||
|