External Libraries: Update getID3 to version 1.9.22.

This updates the getID3 library from version `1.9.21` to `1.9.22`, which contains a number of bug fixes and improvements to PHP 8.1 support.

A full list of changes can be found on GitHub: https://github.com/JamesHeinrich/getID3/compare/v1.9.21...v1.9.22.

Props jrf, desrosj.
Fixes #56692.
Built from https://develop.svn.wordpress.org/trunk@54376


git-svn-id: http://core.svn.wordpress.org/trunk@53935 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2022-10-04 02:08:11 +00:00
parent aade6aa5f9
commit e63726d593
9 changed files with 277 additions and 44 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-beta2-54375';
$wp_version = '6.1-beta2-54376';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.