diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5f6f6..f744576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.6.2](https://github.com/Automattic/republication-tracker-tool/compare/v2.6.1...v2.6.2) (2025-09-12) + + +### Bug Fixes + +* add tracking snippets to the plain text share screen ([ae39058](https://github.com/Automattic/republication-tracker-tool/commit/ae39058a170fdf51bf93a7328b840a06d92a7362)) + ## [2.6.1](https://github.com/Automattic/republication-tracker-tool/compare/v2.6.0...v2.6.1) (2025-09-11) diff --git a/includes/shareable-content.php b/includes/shareable-content.php index 6f87a33..bac2f40 100644 --- a/includes/shareable-content.php +++ b/includes/shareable-content.php @@ -57,6 +57,8 @@ $canonical_tag = sprintf( '', esc_url( get_permalink( $post->ID ) ) ); $plain_text_content = Republication_Tracker_Tool_Content::get_republishable_plain_text_content( $post ); $additional_tracking_html = Republication_Tracker_Tool::create_additional_tracking_code_markup( $post->ID ); + $pixel = Republication_Tracker_Tool::create_tracking_pixel_markup( $post->ID ); + $parsely_tracking = Republication_Tracker_Tool::create_parsely_tracking( $post->ID ); } /** @@ -159,15 +161,15 @@ class="republish-content__textarea"