Skip to content

Commit

Permalink
Revert "Jetpack Sync: Add 'woocommerce_analytics_first_activation' in…
Browse files Browse the repository at this point in the history
… options' whitelist" (#39837)

* Revert "Jetpack Sync: Add 'woocommerce_analytics_first_activation' in options…"

This reverts commit 155c6a3ecddd9d016c19c864384bec12b2d7a3de.

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

Upstream-Ref: Automattic/jetpack@ee22181
  • Loading branch information
fgiannar authored and matticbot committed Oct 22, 2024
1 parent 80ff2ab commit 3d98ee0
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 93 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.12-alpha",
"automattic/jetpack-redirect": "^2.0.4",
"automattic/jetpack-status": "^4.0.2",
"automattic/jetpack-sync": "^3.14.2"
"automattic/jetpack-sync": "^3.14.3-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down
5 changes: 5 additions & 0 deletions vendor/automattic/jetpack-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.14.3-alpha] - unreleased

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

## [3.14.2] - 2024-10-15
### Changed
- Jetpack Sync: Update default Post Type Blacklist [#39770]
Expand Down Expand Up @@ -1318,6 +1322,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Packages: Move sync to a classmapped package

[3.14.3-alpha]: https://github.com/Automattic/jetpack-sync/compare/v3.14.2...v3.14.3-alpha
[3.14.2]: https://github.com/Automattic/jetpack-sync/compare/v3.14.1...v3.14.2
[3.14.1]: https://github.com/Automattic/jetpack-sync/compare/v3.14.0...v3.14.1
[3.14.0]: https://github.com/Automattic/jetpack-sync/compare/v3.13.2...v3.14.0
Expand Down
1 change: 0 additions & 1 deletion vendor/automattic/jetpack-sync/src/class-defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ class Defaults {
'jetpack_waf_share_data',
'jetpack_waf_share_debug_data',
'jetpack_waf_automatic_rules_last_updated_timestamp',
'woocommerce_analytics_first_activation',
);

/**
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.14.2';
const PACKAGE_VERSION = '3.14.3-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.2",
"automattic/jetpack-sync": "^3.14.2",
"automattic/jetpack-sync": "^3.14.3-alpha",
"automattic/jetpack-plans": "^0.4.12-alpha",
"automattic/jetpack-constants": "^2.0.4",
"automattic/jetpack-connection": "^5.1.4-alpha"
Expand Down
Loading

0 comments on commit 3d98ee0

Please sign in to comment.