Juanma Rodriguez Escriche
Juanma Rodriguez Escriche
#### Changes proposed in this Pull Request: * Changed check in autoloader guard to consider the comparison between current and latest plugin to be done using plugin data instead of...
Spin off from: https://github.com/Automattic/jetpack/pull/26348 #### Changes proposed in this Pull Request: * Tracking pixel functionality is now handled by `Automattic\Jetpack\Stats\Tracking_Pixel` #### Other information: - [x] Have you written new tests...
## Proposed changes: * Add the ability to send sync actions using the new WPCOM rest API endpoint `v2/sites/site_id/jetpack-sync-actions` ### Other information: - [ ] Have you written new tests...
## Proposed changes: * Deprecate WordPress.com Block Editor for self-hosted * Move the functionality to `jetpack-mu-wpcom` package * Fixed Unit Tests while moving them Regarding deprecation notices and removal of...
## Proposed changes: * Updated `Classic Theme Helper` to use namespace and changed the main class of the package to be the Loader one. * Use the `Classic Theme Helper`...
Related to https://github.com/Automattic/vulcan/issues/348 ## Proposed changes: As explained in https://github.com/Automattic/jetpack/pull/37260#discussion_r1592423312. The hooks for featured content that only pertains to simple should be moved to the featured-content mu-plugin in wpcom. ###...
Fixes https://github.com/Automattic/vulcan/issues/297 ## Proposed changes: When syncing posts, we used to expand them via the `filter_post_content_and_add_links`. This was originally done before sending, but after dedicated sync was created, we decided...