Matt Robinson
Matt Robinson
## Description Upgrade of external random_compat library ## Motivation and context See upstream changeset: https://core.trac.wordpress.org/changeset/52742 And also external library release: https://github.com/paragonie/random_compat/releases/tag/v2.0.21 This update improves compatibility with PHP 8.1 and Windows...
## Description According to upstream ticket: https://core.trac.wordpress.org/ticket/47955 `wp-atom.php` was removed in WordPress 3.3 but the atom feed still references this file in the home root location. ## Motivation and context...
## Description As per upstream ticket: https://core.trac.wordpress.org/ticket/44471 ## Motivation and context The Theme Editor can reports CSS errors due to the CodeMirror version that is bundled not recognising valid and...
## Description As per upstream [ticket](https://core.trac.wordpress.org/ticket/52409) the current WP_Filesystem_SSH2 file needs updating to avoid update errors on more modern servers. This is because support for `ssh-rsa` is being phased out....
## Description PHPUnit testing is in need to an update. Backporting of upstream changes is a good place to start. ## Motivation and context This is a necessary stop for...
## Description This PR updates the ID3 library to the latest release and includes several previous changesets that updated allied files and improve future PHP compatibility. ## Motivation and context...
WP-r52188: Formatting: Add additional support for single and nestable tags in `force_balance_tags()`. Adds `track` and `wbr` support for single tags. Adds `article`, `aside`, `details`, `figure`, and `section` for nestable tags....
WP-r52141: Posts, Post Types: Update `_edit_last` meta when posts are edited in bulk. When posts are edited in bulk, the `_edit_last` meta was not updated for each post. This change...
WP-r52083: Mail: Add `wp_mail_succeeded` hook to `wp_mail`. Adds a new `wp_mail_succeeded` action in `wp_mail` after the mail is sent. Also, adds a disclaimer to the hook's docblock, clarifying that the...
## Description This is a back port of several upstream fixes: https://core.trac.wordpress.org/changeset/43563 https://core.trac.wordpress.org/changeset/43564 https://core.trac.wordpress.org/changeset/46164 https://core.trac.wordpress.org/changeset/46165 https://core.trac.wordpress.org/changeset/46170 https://core.trac.wordpress.org/changeset/46171 https://core.trac.wordpress.org/changeset/46287 ## Motivation and context This is a second attempt at this enhancement,...