|
10 | 10 | - Or add the following to something like a code snippet plugin: `add_filter( 'jetpack_blocks_variation', function () { return 'beta'; } );` |
11 | 11 |
|
12 | 12 | You can see a [full list of changes in this release here](https://github.com/Automattic/jetpack-production/blob/trunk/CHANGELOG.md). Please feel free to test any and all functionality mentioned! |
| 13 | + |
| 14 | +### Image Compare block caption link fix |
| 15 | + |
| 16 | +[Image Compare Block: Fix disappearing link bar when highlighting part of a caption](https://github.com/Automattic/jetpack/pull/47197) |
| 17 | + |
| 18 | +Changes were made to fix an issue related to captions – previously if text was added as a caption, it wasn't possible to highlight that text and add a link. Now you should be able to highlight the text and see the toolbar allowing you to add a link. |
| 19 | + |
| 20 | +To test: |
| 21 | + |
| 22 | +1. Create a post with an Image Compare block. |
| 23 | +2. Once the images are added, add a caption. |
| 24 | +3. Highlight the caption and you should see the toolbar, allowing you to add a link. |
| 25 | +4. Add a link and make sure that on save the link remains, as well as allowing you to highlight the text again and change the link. |
| 26 | +5. Make sure general Image Compare block behaviour continues to work as expected. |
| 27 | + |
| 28 | +### AI Assistant jitter fix |
| 29 | + |
| 30 | +[Fix AI Assistant modal shaking when content streams in](https://github.com/Automattic/jetpack/pull/47616) |
| 31 | + |
| 32 | +Prior to this PR, the AI Assistant would violently shake while outputting content. To test the fix: |
| 33 | + |
| 34 | +1. Open a post in the block editor. |
| 35 | +2. Open the AI Assistant from the Jetpack sidebar. |
| 36 | +3. Use "Optimize title" or request feedback on the post. |
| 37 | +4. Observe the modal as text streams in — it should no longer shake or jitter. |
| 38 | +5. If the modal content is long enough to scroll, verify the header stays pinned at the top. |
| 39 | + |
| 40 | +### Admin menu and header tweaks |
| 41 | + |
| 42 | +[Admin Menu: Improve navigation and header consistency](https://github.com/Automattic/jetpack/pull/47417) |
| 43 | + |
| 44 | +**Menu Ordering** |
| 45 | + |
| 46 | +1. Install and activate Jetpack with Backup, Scan, Subscribers, Activity Log, and Jetpack Manage features enabled. |
| 47 | +2. Go to WP Admin → Jetpack. |
| 48 | +3. Verify menu order: |
| 49 | + - Internal links appear first (My Jetpack, VideoPress, Social, Backup, Forms, etc.) |
| 50 | + - "Settings" appears as the last internal link |
| 51 | + - External links appear after Settings (Activity Log ↗, Subscribers ↗, Jetpack Manage ↗, Scan ↗, VaultPress Backup ↗) |
| 52 | + |
| 53 | +**Menu Titles** |
| 54 | + |
| 55 | +Verify in the Jetpack menu: |
| 56 | +- Akismet menu shows as "Anti-spam" (not "Akismet Anti-spam") |
| 57 | +- Backup menu shows as "Backups" (not "VaultPress Backup") |
| 58 | + |
| 59 | +**Button Component** |
| 60 | + |
| 61 | +1. Go to Jetpack → Backups. |
| 62 | +2. Verify the "Back up now" button displays correctly and functions properly. |
| 63 | +3. Click the button and verify it shows loading state during backup queue. |
| 64 | + |
| 65 | +**Header Consistency** |
| 66 | + |
| 67 | +1. Visit various Jetpack admin pages (Backup, Forms, Search, etc.). |
| 68 | +2. Verify header subtitle spacing is consistent across pages. |
| 69 | + |
| 70 | +### WordPress 7.0 compatibility |
| 71 | + |
| 72 | +The next stable release of WordPress is around the corner, so poke around at some of the new features that need testing. A partial list of features can be found [here](https://make.wordpress.org/core/). Report any compatibility issues you might find! |
0 commit comments