From a4265d0e4d690d58a18f17dd6f2b21e1d74639b6 Mon Sep 17 00:00:00 2001 From: Taylor Hornby Date: Mon, 19 Jun 2023 00:10:18 -0600 Subject: [PATCH] Final changes for the v2.4.0 release --- README.md | 2 +- docs/InternalDeveloperDocs.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 499b592..1394d31 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ support](https://www.php.net/supported-versions.php), which at the time of writing means PHP 8.0 or later. Using this library with an unsupported version of PHP could lead to security vulnerabilities. -The current version of `php-encryption` is v2.3.1. This library is expected to +The current version of `php-encryption` is v2.4.0. This library is expected to remain stable and supported by its authors with security and bugfixes until at least January 1st, 2024. diff --git a/docs/InternalDeveloperDocs.md b/docs/InternalDeveloperDocs.md index 5cac047..75d4a2c 100644 --- a/docs/InternalDeveloperDocs.md +++ b/docs/InternalDeveloperDocs.md @@ -111,7 +111,7 @@ Check out the branch you want to release: git checkout ``` -Check that the version number in composer.json is correct: +Check that the version number in composer.json is correct (or not specified so that it gets picked up from the git tag): ``` cat composer.json