From 54feb3c0d3357bc35453fe2ac0bf4d64e70676e2 Mon Sep 17 00:00:00 2001 From: tbradsha <32492176+tbradsha@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:15:02 -0700 Subject: [PATCH] Amend readme.txt --- projects/plugins/jetpack/readme.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/projects/plugins/jetpack/readme.txt b/projects/plugins/jetpack/readme.txt index 7a1d79f1bd6a9..043340cc44283 100644 --- a/projects/plugins/jetpack/readme.txt +++ b/projects/plugins/jetpack/readme.txt @@ -327,8 +327,28 @@ Jetpack Backup can do a full website migration to a new host, migrate theme file == Changelog == ### 14.2-beta - 2025-01-06 +#### Enhancements +- Social: Improve Jetpack Likes behavior for better theme integration if the post has likes. +- Stats: Allow programatically fetching stats for specific sites when using Jetpack's tools. +- Stats: Enable sparkline chart in the WP Admin bar. +- Stats: Sunset Legacy Stats experience. + +#### Improved compatibility +- Google Photos Picker: Update UX opening picker right after pressing "change selection" CTA. +- Jetpack Testimonials: Ensure feature loads via the Classic Theme Helper package instead of the module. +- SEO: Ensure support for adding an SEO title and description for custom post types. +- WordPress 6.7 Compatibility: Fix notices caused by translation calls happening too early in the load order. + #### Bug fixes +- Facebook Embeds: Add a white background to embeds to avoid transparent background interfering with readability. +- Form Block: Fix validation of URL input types to allow query strings. +- Google Fonts: Clean up the Google Fonts data if either the Google Fonts module is disabled or Jetpack is disabled. +- Import: Set WP_IMPORTING constant correctly when doing an import. +- SEO: Ensure that SEO fields are not visible when another SEO plugin is active. +- Shortcode embeds: Ensure Instagram reels are properly displayed in AMP views. - Shortcodes: Prevent conflict with third-party SoundCloud shortcodes. +- Slideshow block: Fix block display when added within a Stack block. +- WooCommerce Analytics: Fix fatal error when WooCommerce cart object is not available. --------