From b61653f9446ca57e53c2c03f487d404b2c155699 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 6 Jun 2021 14:04:52 +0000 Subject: [PATCH] External Libraries: Update the Requests library to version 1.8.1. This is a minor update, with the most important change being that the version constant in the `Requests` class is now correct. Release notes: https://github.com/WordPress/Requests/releases/tag/v1.8.1 For a full list of changes in this update, see the Requests GitHub: https://github.com/WordPress/Requests/compare/v1.8.0...v1.8.1 Follow-up to [50842]. Props kapilpaul, jrf, schlessera, mbabker. Fixes #53334. git-svn-id: https://develop.svn.wordpress.org/trunk@51078 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-requests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-requests.php b/src/wp-includes/class-requests.php index 997bfa84ed..31bbbefe11 100644 --- a/src/wp-includes/class-requests.php +++ b/src/wp-includes/class-requests.php @@ -88,7 +88,7 @@ class Requests { * * @var string */ - const VERSION = '1.7'; + const VERSION = '1.8.1'; /** * Registered transport classes