|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 7.0.0-alpha - unreleased |
4 |
| - |
5 |
| -This is an alpha version! The changes listed here are not final. |
6 |
| - |
| 3 | +## 7.0.0 - 2025-06-09 |
7 | 4 | ### Added
|
8 |
| -- Added ability to test with other Jetpack monorepo plugins active |
9 |
| -- Add hook to signal a migration has ended using AIOWP |
10 |
| -- Adding support for protected connection owner. |
11 |
| -- Add jetpack-forms package dependency |
12 |
| -- Featured Content: Add messaging to clarify that the tag name is case sensitive. |
13 |
| -- Forms: add field-file feature/block support on WPCOM plans |
14 |
| -- Managed Plugin: populate managed plugin list option on plugin install or update |
15 |
| -- Social: Enable share status for all sites |
| 5 | +- Add ability to test with other Jetpack monorepo plugins active. [#43259] |
| 6 | +- Add hook to signal a migration has ended using AIOWP. [#42992] |
| 7 | +- Add support for protected connection owner. [#43601] |
| 8 | +- Add jetpack-forms package dependency. [#43527] |
| 9 | +- Featured Content: Add messaging to clarify that the tag name is case sensitive. [#43165] |
| 10 | +- Forms: Add field-file feature/block support on WordPress.com plans. [#43177] |
| 11 | +- Managed Plugin: Populate managed plugin list option on plugin install or update. [#43007] |
| 12 | +- Social: Enable share status for all sites. [#43056] |
16 | 13 |
|
17 | 14 | ### Changed
|
18 |
| -- Admin Menu: Update the icon of WooCommerce for the woo installation |
19 |
| -- Bumped wc-calypso-bridge version |
20 |
| -- Compatibility: Use new `set_transient` hook in place of `setted_transient` hook deprecated in WordPress 6.8. |
21 |
| -- Consolidating widget-related code from wpcom and wpcomsh into jetpack-mu-wpcom |
22 |
| -- jetpack-assets now requires jetpack-status so updating composer lock files. |
23 |
| -- Plugin management: enable bulk plugin deactivation |
24 |
| -- remove wp-staging from incompatible plugins list |
25 |
| -- Site Visibility: Disable search engines indexing for sites with wpcomstaging.com domain |
26 |
| -- Updated wpcomsh's wc-calypso-bridge dependency to the latest version. |
27 |
| -- Update package dependencies. |
28 |
| -- Use Jetpack Autoloader. |
29 |
| -- wpcomsh: bilmur: Now includes theme name |
| 15 | +- Admin Menu: Update the icon of WooCommerce for the Woo installation. [#43029] |
| 16 | +- bilmur: Include theme name. [#43452] |
| 17 | +- Bump wc-calypso-bridge version. [#43038] [#43393] |
| 18 | +- Compatibility: Use new `set_transient` hook in place of `setted_transient` hook deprecated in WordPress 6.8. [#43090] |
| 19 | +- Consolidate widget-related code from wpcom and wpcomsh into jetpack-mu-wpcom. [#42974] |
| 20 | +- Plugin management: Enable bulk plugin deactivation. [#42965] |
| 21 | +- Site Visibility: Disable search engines indexing for sites with wpcomstaging.com domain. [#42853] |
| 22 | +- Update package dependencies. [#43085] [#43425] [#43839] |
| 23 | +- Use Jetpack Autoloader. [#43618] |
30 | 24 |
|
31 | 25 | ### Deprecated
|
32 |
| -- Remove `default_rendering_mode` hotfix since there's no need for it anymore. |
| 26 | +- Remove `default_rendering_mode` hotfix. [#42984] |
33 | 27 |
|
34 | 28 | ### Removed
|
35 |
| -- Color Scheme: Clean up *-rgb css variables |
36 |
| -- General: Update minimum WordPress version to 6.7. |
37 |
| -- Remove legacy CI files. |
38 |
| -- Remove links to deprecated calypso views on the launchpad tasks |
39 |
| -- Social: Remove unused feature flags |
| 29 | +- Color Scheme: Clean up *-rgb css variables. [#42960] |
| 30 | +- General: Update minimum WordPress version to 6.7. [#43192] |
| 31 | +- Move "I voted" widget from wpcomsh to jetpack-mu-wpcom. [#42924] |
| 32 | +- Remove legacy CI files. [#43434] |
| 33 | +- Remove links to deprecated Calypso views on the launchpad tasks. [#42923] |
| 34 | +- Remove wp-staging from incompatible plugins list. [#43170] |
| 35 | +- Social: Remove unused feature flags. [#43037] |
40 | 36 |
|
41 | 37 | ### Fixed
|
42 |
| -- Check for classes and methods before call |
43 |
| -- Code: Update stylesheets to use hex instead of named colors. |
44 |
| -- Code: Update stylesheets to use WordPress font styles. |
45 |
| -- Ensure we'll always enable jetpack modules after an atomic transfer |
46 |
| -- Ensure wpcomsh users are able to purchase the Boost paid offering |
47 |
| -- Fixed wrapping on the stats column heading in non-English languages |
48 |
| -- Fix Jetpack menu on untangled screens |
49 |
| -- JS Packages: Decrease CSS priority of global styles to prevent them from applying within the editor |
50 |
| -- Linting: Clean up various Stylelint violations. |
51 |
| -- Linting: Do additional stylesheet cleanup. |
52 |
| -- Linting: Fix more Stylelint violations. |
53 |
| -- Linting: Remove outdated vendor prefixes in stylesheets. |
54 |
| -- Linting: Use double colon notation for pseudo-element selectors. |
55 |
| -- Move I voted widget from wpcomsh to jetpack-mu-wpcom |
56 |
| -- My Jetpack: Fix readability of license activation button on hover. |
57 |
| -- Remove packages/forms dependency from jetpack-mu-wpcom-plugin, change submenu registration |
58 |
| -- Tests: Add script that runs PHPUnit tests. |
59 |
| -- WoA podcasting: Make episode images comply with apple requirements |
| 38 | +- Block editor: Fix layout issues with the Media Library modal buttons. [#43035] |
| 39 | +- Check for classes and methods before call. [#43606] |
| 40 | +- Code: Update stylesheets to use hex instead of named colors. [#42920] |
| 41 | +- Code: Update stylesheets to use WordPress font styles. [#42928] |
| 42 | +- Ensure Jetpack modules are enabled after transferring to WP Cloud. [#42971] |
| 43 | +- Ensure wpcomsh users are able to purchase the Boost paid offering. [#43262] |
| 44 | +- Fix wrapping on the stats column heading in non-English languages. [#43630] |
| 45 | +- Fix Jetpack menu on untangled screens. [#43727] |
| 46 | +- Linting: Clean up various Stylelint violations. [#43166] |
| 47 | +- Linting: Do additional stylesheet cleanup. [#43247] |
| 48 | +- Linting: Fix more Stylelint violations. [#43213] |
| 49 | +- Linting: Remove outdated vendor prefixes in stylesheets. [#43219] |
| 50 | +- Linting: Use double colon notation for pseudo-element selectors. [#43019] |
| 51 | +- My Jetpack: Fix readability of license activation button on hover. [#43550] |
| 52 | +- Podcasts: Make episode images comply with Apple requirements. [#43769] |
| 53 | +- Tests: Add script that runs PHPUnit tests. [#43500] |
60 | 54 |
|
61 | 55 | ## 6.1.0 - 2025-04-07
|
62 | 56 | ### Added
|
|
0 commit comments