Skip to content

Commit

Permalink
Jetpack Sync: Stop syncing 'automatic_updates_complete' actions (#39296)
Browse files Browse the repository at this point in the history
* Jetpack Sync: Stop syncing 'automatic_updates_complete' actions

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10774004090

Upstream-Ref: Automattic/jetpack@1662c02
  • Loading branch information
fgiannar authored and matticbot committed Sep 9, 2024
1 parent 31060f3 commit 9a5b449
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 87 deletions.
58 changes: 29 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/automattic/jetpack-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This is an alpha version! The changes listed here are not final.
### Added
- Sync: Enable Full Sync Immediately for woocommerce module

### Removed
- Jetpack Sync: Stop syncing 'automatic_updates_complete' actions

## [3.10.0] - 2024-09-05
### Added
- Sync: Add a filter that allows modification of the default modules list used for full sync procedure. [#39117]
Expand Down
2 changes: 0 additions & 2 deletions vendor/automattic/jetpack-sync/src/modules/class-updates.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ public function init_listeners( $callable ) {
2
);

add_action( 'automatic_updates_complete', $callable );

if ( is_multisite() ) {
add_filter( 'pre_update_site_option_wpmu_upgrade_site', array( $this, 'update_core_network_event' ), 10, 2 );
add_action( 'jetpack_sync_core_update_network', $callable, 10, 3 );
Expand Down
Loading

0 comments on commit 9a5b449

Please sign in to comment.