Skip to content

Commit

Permalink
Social: Add utm toggle sync (#40144)
Browse files Browse the repository at this point in the history
* Sync new option

* changelog

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

Upstream-Ref: Automattic/jetpack@7b6f3e3
  • Loading branch information
gmjuhasz authored and matticbot committed Nov 14, 2024
1 parent 966f709 commit 3669ec1
Show file tree
Hide file tree
Showing 5 changed files with 89 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.

### Added
- Added UTM option to sync

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

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 @@ -89,6 +89,7 @@ class Defaults {
'jetpack_relatedposts',
'jetpack_social_notes_config',
'jetpack_social_settings',
'jetpack_social_utm_settings',
'jetpack_sso_match_by_email',
'jetpack_sso_require_two_step',
'jetpack_sync_non_blocking', // is non-blocking Jetpack Sync flow enabled.
Expand Down
Loading

0 comments on commit 3669ec1

Please sign in to comment.