Skip to content

Commit

Permalink
Jetpack Sync: Add 'od_url_metrics' in blacklisted post types (#40158)
Browse files Browse the repository at this point in the history
* Jetpack Sync: Add 'od_url_metrics' in blacklisted post types

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

Upstream-Ref: Automattic/jetpack@bbe16de
  • Loading branch information
fgiannar authored and matticbot committed Nov 13, 2024
1 parent c940a99 commit fc9804c
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 92 deletions.
62 changes: 31 additions & 31 deletions composer.lock

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

2 changes: 1 addition & 1 deletion vendor/automattic/jetpack-blaze/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"automattic/jetpack-plans": "^0.4.13",
"automattic/jetpack-redirect": "^2.0.5",
"automattic/jetpack-status": "^4.0.3",
"automattic/jetpack-sync": "^3.15.0"
"automattic/jetpack-sync": "^3.15.1-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
8 changes: 8 additions & 0 deletions vendor/automattic/jetpack-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.15.1-alpha] - unreleased

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

### Changed
- Jetpack Sync: Add 'od_url_metrics' in blacklisted post types

## [3.15.0] - 2024-11-11
### Changed
- Sync: Modules in Full Sync are now sent in the order the config is set. [#40100]
Expand Down Expand Up @@ -1333,6 +1340,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Packages: Move sync to a classmapped package

[3.15.1-alpha]: https://github.com/Automattic/jetpack-sync/compare/v3.15.0...v3.15.1-alpha
[3.15.0]: https://github.com/Automattic/jetpack-sync/compare/v3.14.4...v3.15.0
[3.14.4]: https://github.com/Automattic/jetpack-sync/compare/v3.14.3...v3.14.4
[3.14.3]: https://github.com/Automattic/jetpack-sync/compare/v3.14.2...v3.14.3
Expand Down
1 change: 1 addition & 0 deletions vendor/automattic/jetpack-sync/src/class-defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ public static function get_callable_whitelist() {
'bigcommerce_task', // BigCommerce Plugin - Store import queue.
'secupress_log_err404', // SecuPress Plugin - Log 404 pages
'iw_omnibus_price_log', // Omnibus Plugin - Log price changes.
'od_url_metrics', // Optimization Detective - Log URL metrics.
);

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '3.15.0';
const PACKAGE_VERSION = '3.15.1-alpha';

const PACKAGE_SLUG = 'sync';

Expand Down
2 changes: 1 addition & 1 deletion vendor/automattic/scheduled-updates/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-status": "^4.0.3",
"automattic/jetpack-sync": "^3.15.0",
"automattic/jetpack-sync": "^3.15.1-alpha",
"automattic/jetpack-plans": "^0.4.13",
"automattic/jetpack-constants": "^2.0.5",
"automattic/jetpack-connection": "^5.1.7"
Expand Down
Loading

0 comments on commit fc9804c

Please sign in to comment.