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 5fa514b commit 3063ae5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions 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 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
2 changes: 1 addition & 1 deletion src/class-package-version.php
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

0 comments on commit 3063ae5

Please sign in to comment.