Upgrade/Install: Update sodium_compat to v1.17.0.
The latest version of sodium_compat includes fixes for PHP 8.1 compatibility and a fix for PHP 5.6 compatibility. A full list of changes in this update can be found on GitHub: https://github.com/paragonie/sodium_compat/compare/v1.16.1...v1.17.0 Follow-up to [49741], [51002]. Props jrf. Fixes #53907. Built from https://develop.svn.wordpress.org/trunk@51591 git-svn-id: http://core.svn.wordpress.org/trunk@51202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-alpha-51590';
|
||||
$wp_version = '5.9-alpha-51591';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user