Henrique Mouta
Henrique Mouta
## Description Adds the ability to effectively shutdown a WordPress application, when the ~`WPCOM_VIP_OVERDUE_LOCKOUT`~ `VIP_OVERDUE_LOCKOUT` constant is set and truthy. ## Checklist Please make sure the items below have been...
First extensive pass on PHPCS issues and warnings.
`mcrypt` library has been deprecated since PHP 7.1, and removed on PHP 7.2. This PR aims to replace the `mcrypt` implementation with the alternative `openssl` library. It also aims to...
Initial extensive PHPCS clean-up on the codebase. I tried to address all the WordPress standards where possible and ignored the ones that are valid use cases. I didn't invest much...
## Describe the bug The `numAddedLinks` state does not update correctly after smart links are applied, remaining at 0 despite the function being called with the correct value. This makes...
## Description It was reported that when running the Smart Linking a second time in the same block would remove the existing Smart Links from that block and insert the...
## Description This PR implements the Composer autoload into the wp-parsely plugin, to avoid manually requiring all the necessary classes. A few notes: * The tests have been reorganized to...
This is a test for the build and deploy GitHub workflow. For the workflow to be registered on GitHub, at least a PR is required. This can be ignored. ##...
## Is your feature request related to a problem? After the introduction of the new Smart Linking interface, when building the project with webpack, we get a particular warning regarding...
## Description This PR applies the suggestions that have been added to both #2731 and #2735 #2731 * Changed the REST API description fields to be more descriptive of what...