Changeset 3453599
- Timestamp:
- 02/04/2026 08:24:12 AM (7 weeks ago)
- Location:
- jetpack/tags/15.5
- Files:
-
- 2 edited
-
CHANGELOG.md (modified) (3 diffs)
-
jetpack.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jetpack/tags/15.5/CHANGELOG.md
r3452136 r3453599 3 3 ### This is a list detailing changes for all Jetpack releases. 4 4 5 ## 15.5 -beta - 2026-02-025 ## 15.5 - 2026-02-03 6 6 ### Major Enhancements 7 7 - General: Update minimum WordPress version to 6.8. [#46801] … … 9 9 ### Enhancements 10 10 - Add Jetpack Protect details page for users without the dedicated Jetpack Protect plugin. [#46630] 11 - Command Palette: Add site switcher command to quickly switch between WordPress.com connected sites. [#46342] 12 - Forms: Add form editor. [#46444] 13 - Forms: Add ref attribute support for the form block. [#46555] 11 14 - Forms: Add single forms screen. [#46767] 15 - Forms: Allow merging two options together with backspace. [#46507] 12 16 - Forms: Display star and heart rating icons on form submission confirmation page. [#46679] 13 - Social: Gate per-network customization behind paid features. [#46740] 17 - Forms: Make form webhooks generally available. [#46422] 18 - Forms: Update DataViews header and filters. [#46732] 19 - IDC: Add revalidation of IDC. [#46268] 20 - Instant Search: Show WooCommerce product filters in filter widget. [#46373] 14 21 - Likes: Add minified build for CSS. [#46750] 15 22 - Likes: Display a notice to block theme users explaining they can add the Like block directly in the site editor instead of enabling the legacy feature. [#46726] 23 - Likes: Enable CSS inlining. [#46745] 24 - My Jetpack: Check red bubble notifications async when cache is not available. [#46396] 25 - Sharing: Improve accessibility of sharing button texts by removing "Click to" prefix. [#46583] 26 - Social: Gate per-network customization behind paid features. [#46740] 16 27 - Social: Mark new connections as shared by default for privileged users. [#46796] 17 18 ### Bug fixes19 - Forms: Improve VoiceOver for form submissions. [#46707]20 - Site Switcher: Fix partial keyword matching so typing 'swit' shows 'Switch to...' results in the command palette. [#46766]21 22 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->23 - Disable buttons on VideoPress block renders that require an upgrade to function. [#46822]24 - Podcast player email rendering: Use audio block rendering and link to post. [#46768]25 - Remove experimental Math (LaTeX) block. [#45746]26 - Social: Update social post preview modal height. [#46882]27 - Switch Site command: Disable for now - note this was never included in a jetpack-plugin release. [#46855]28 - Update package dependencies. [#46785] [#46854]29 30 ## 15.5-a.5 - 2026-01-2631 ### Enhancements32 - Forms: Update DataViews header and filters. [#46732]33 - Likes: Enable CSS inlining. [#46745]34 28 - Social: Refactor share status UI to use Notice component. [#46673] 35 29 - Social: Show a snackbar while sharing is in progress. [#46672] … … 37 31 38 32 ### Bug fixes 33 - About Page: Fix plugin icon positioning and sizing. [#46610] 39 34 - AI Assistant: Fix markdown rendering in feedback sidebar to properly display bold text, lists, and other formatting. [#46718] 35 - AI Search: Prevent AI Search from disappearing when returning certain responses. [#46476] 36 - Contact Form: Fix checkbox field value not being properly output in the classic editor form builder. [#46354] 40 37 - Copy Post: Copy Gutenberg Footnotes block content when duplicating posts. [#46715] 38 - Forms: Fix date exports. [#46445] 39 - Forms: Improve VoiceOver for form submissions. [#46707] 41 40 - Google Fonts: Prevent Gutenberg 22.4+ from printing all registered fonts. [#46734] 41 - Shortcode: Fix broken YouTube URL on the classic editor. [#46433] 42 - Site Switcher: Fix partial keyword matching so typing 'swit' shows 'Switch to...' results in the command palette. [#46766] 43 - Slideshow: Ensure slideshows do not stretch to parent container width on mobile if no list height is set. [#46450] 42 44 - Social Previews: Use fallback image when social preview profile picture fails. [#46674] 43 44 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. --> 45 - UI: Prevent social modals in editor from stretching too wide on large screens. [#46400] 46 47 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. --> 48 - Comments API: Use end-user's IP-address for JSON API requests. [#46494] 49 - Disable buttons on VideoPress block renders that require an upgrade to function. [#46822] 50 - E2E: pre-build number-formatter package in E2E run. [#46586] 45 51 - Forms: Fix block styles not loading in CIAB environment. [#46643] 46 - Newsletters: More work on the WIP new settings screen. [#46471]47 - Render slideshow block as core gallery block in emails. [#46624]48 - Update package dependencies. [#46691] [#46716]49 50 ## 15.5-a.3 - 2026-01-1951 ### Enhancements52 - Command Palette: Add site switcher command to quickly switch between WordPress.com connected sites. [#46342]53 - Forms: Add ref attribute support for the form block. [#46555]54 - Forms: Make form webhooks generally available. [#46422]55 - Instant Search: Show WooCommerce product filters in filter widget. [#46373]56 - My Jetpack: Check red bubble notifications async when cache is not available. [#46396]57 - Sharing: Improve accessibility of sharing button texts by removing "Click to" prefix. [#46583]58 59 ### Bug fixes60 - About Page: Fix plugin icon positioning and sizing. [#46610]61 - Contact Form: Fix checkbox field value not being properly output in the classic editor form builder. [#46354]62 - Shortcode: Fix broken YouTube URL on the classic editor. [#46433]63 - Slideshow: Ensure slideshows do not stretch to parent container width on mobile if no list height is set. [#46450]64 65 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->66 - E2E: pre-build number-formatter package in E2E run. [#46586]67 52 - Forms: Update E2E test to match new form submission confirmation heading. [#46521] 68 - Newsletter: Work on new UI, not available yet. [#46470]69 - Reader: Fix post embed previews not displaying correctly when reposting from Reader. [#46522]70 - Tests: Add coverage for modules added to sync configuration mid-progress. [#46475]71 - Update composer lock following Publicize changes. [#46516]72 - Update package dependencies. [#46647]73 74 ## 15.5-a.1 - 2026-01-1275 ### Enhancements76 - Forms: Add form editor. [#46444]77 - Forms: Allow merging two options together with backspace. [#46507]78 - IDC: Add revalidation of IDC. [#46268]79 80 ### Bug fixes81 - AI Search: Prevent AI Search from disappearing when returning certain responses. [#46476]82 - Forms: Fix date exports. [#46445]83 - UI: Prevent social modals in editor from stretching too wide on large screens. [#46400]84 85 ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->86 - Comments API: Use end-user's IP-address for JSON API requests. [#46494]87 53 - Gate donations block behind conditional features. [#46499] 88 54 - Gate payment buttons block behind conditional features. [#46513] 89 55 - Gate PayPal payment buttons block behind conditional features. [#46536] 56 - Newsletter: Work on new UI, not available yet. [#46470] 57 - Newsletters: More work on the WIP new settings screen. [#46471] 58 - Podcast player email rendering: Use audio block rendering and link to post. [#46768] 59 - Reader: Fix post embed previews not displaying correctly when reposting from Reader. [#46522] 60 - Remove experimental Math (LaTeX) block. [#45746] 61 - Render slideshow block as core gallery block in emails. [#46624] 62 - Social: Update social post preview modal height. [#46882] 63 - Switch Site command: Disable for now - note this was never included in a jetpack-plugin release. [#46855] 64 - Tests: Add coverage for modules added to sync configuration mid-progress. [#46475] 65 - Update composer lock following Publicize changes. [#46516] 90 66 - Update dependencies. [#46467] [#46489] [#46456] [#46512] 67 - Update package dependencies. [#46647] [#46691] [#46716] [#46785] [#46854] 91 68 92 69 ## 15.4 - 2026-01-06 -
jetpack/tags/15.5/jetpack.php
r3452136 r3453599 5 5 * Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things. 6 6 * Author: Automattic 7 * Version: 15.5 -beta7 * Version: 15.5 8 8 * Author URI: https://jetpack.com 9 9 * License: GPL2+
Note: See TracChangeset
for help on using the changeset viewer.