From 60d94ba2ba0e6cb94e47dc2dd6f9b126042dcb98 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 11 Dec 2024 10:38:40 +0100 Subject: [PATCH] Changelog for release 2.0.14 * Includes updating the version number constant. --- CHANGELOG.md | 11 +++++++++++ src/Requests.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 112068d4c..639db28ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +2.0.14 +------ + +### Overview of changes +- Update bundled certificates as of 2024-11-26. [#910] +- Confirmed compatibility with PHP 8.4. + No new changes were needed, so Request 2.0.11 and higher can be considered compatible with PHP 8.4. +- Various other general housekeeping. + +[#910]: https://github.com/WordPress/Requests/pull/910 + 2.0.13 ------ diff --git a/src/Requests.php b/src/Requests.php index 0a1a0fbed..0c36aa4f8 100644 --- a/src/Requests.php +++ b/src/Requests.php @@ -148,7 +148,7 @@ class Requests { * * @var string */ - const VERSION = '2.0.13'; + const VERSION = '2.0.14'; /** * Selected transport name