Skip to content

Commit

Permalink
Jetpack Sync: Update default Post Type Blacklist (#39770)
Browse files Browse the repository at this point in the history
* Jetpack Sync: Update default Post Type Blacklist

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

Upstream-Ref: Automattic/jetpack@4c5317b
  • Loading branch information
fgiannar authored and matticbot committed Oct 15, 2024
1 parent 5a5b365 commit 581b4fa
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 85 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 @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This is an alpha version! The changes listed here are not final.

### Changed
- Jetpack Sync: Update default Post Type Blacklist

### Fixed
- Jetpack Sync: Ensure Full Sync is only triggered on backend admin POST requests
- Update plugin action links filter parameter to avoid conflicts with other plugins.
Expand Down
5 changes: 5 additions & 0 deletions vendor/automattic/jetpack-sync/src/class-defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,11 @@ public static function get_callable_whitelist() {
'wprss_feed_item',
'memberships_coupon',
'memberships_gift',
'tribe-ea-record', // The Events Calendar Plugin - Store Event Aggregator record information.
'wphb_minify_group', // Hummingbird Plugin - Used internally to keep data about assets minification.
'bigcommerce_task', // BigCommerce Plugin - Store import queue.
'secupress_log_err404', // SecuPress Plugin - Log 404 pages
'iw_omnibus_price_log', // Omnibus Plugin - Log price changes.
);

/**
Expand Down
Loading

0 comments on commit 581b4fa

Please sign in to comment.