Skip to content

Backport starter-plugin 0.7.0 Changes #43833

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions projects/packages/my-jetpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.16.1] - 2025-06-06
### Changed
- Internal updates.

## [5.16.0] - 2025-06-05
### Added
- Connection: error handling for protected owner on WPcom. [#43593]
Expand Down Expand Up @@ -2178,6 +2182,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created package

[5.16.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.16.0...5.16.1
[5.16.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.15.0...5.16.0
[5.15.0]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.14.5...5.15.0
[5.14.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.14.4...5.14.5
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-my-jetpack",
"version": "5.16.0",
"version": "5.16.1",
"description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/src/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Initializer {
*
* @var string
*/
const PACKAGE_VERSION = '5.16.0';
const PACKAGE_VERSION = '5.16.1';

/**
* HTML container ID for the IDC screen on My Jetpack page.
Expand Down
24 changes: 23 additions & 1 deletion projects/plugins/starter-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,30 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.6.0 - 2025-04-04
## 0.7.0 - 2025-06-06
### Added
- Add more error logging. [#42959]
- Add My Jetpack tour. [#42880]

### Changed
- Code: First pass of style coding standards. [#42734]
- E2E Tests: Update config file encryption algorithm. [#43523]
- My Jetpack: Hide backup failure notice when backups are deactivated. [#43568]
- My Jetpack: Optimize the images for onboarding slider for faster page load. [#43473]
- My Jetpack: Update the onboarding UI, changing it to a single button. [#43203]
- Update package dependencies. [#43085] [#43071] [#43320] [#43326] [#43398] [#43400] [#43425] [#43578] [#43734]

### Removed
- General: Update minimum WordPress version to 6.7. [#43192]

### Fixed
- JS Packages: Decrease CSS priority of global styles to prevent them from applying within the editor. [#43035]
- Linting: Address final rules in WordPress Stylelint config. [#43296]
- My Jetpack: Fixed Onboarding UI responsiveness at 600px. [#43533]
- My Jetpack: Fix readability of license activation button on hover. [#43550]
- My Jetpack: Ensure social login does not get stuck when email input is not empty. [#43158]

## 0.6.0 - 2025-04-04
### Changed
- Code: Use function-style `exit()` and `die()` with a default status code of 0. [#41167]
- General: Indicate compatibility with WordPress 6.8. [#42701]
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/starter-plugin/changelog/prerelease

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/starter-plugin/changelog/prerelease#2

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/starter-plugin/changelog/prerelease#3

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/starter-plugin/changelog/prerelease#4

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/starter-plugin/changelog/prerelease#5

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/starter-plugin/changelog/prerelease#6

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/starter-plugin/changelog/prerelease#7

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/starter-plugin/changelog/prerelease#8

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/starter-plugin/changelog/prerelease#9

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/starter-plugin/changelog/renovate-sass-1.x

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/plugins/starter-plugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
},
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_6_0"
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_starter_pluginⓥ0_7_0"
}
}
2 changes: 1 addition & 1 deletion projects/plugins/starter-plugin/jetpack-starter-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Jetpack Starter Plugin
* Plugin URI: https://wordpress.org/plugins/jetpack-starter-plugin
* Description: plugin--description.
* Version: 0.6.0
* Version: 0.7.0
* Author: Automattic
* Author URI: https://jetpack.com/
* License: GPLv2 or later
Expand Down
23 changes: 17 additions & 6 deletions projects/plugins/starter-plugin/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,28 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove
2. This is the second screen shot

== Changelog ==
### 0.6.0 - 2025-04-04
### 0.7.0 - 2025-06-06
#### Added
- Add more error logging.
- Add My Jetpack tour.

#### Changed
- Code: Use function-style `exit()` and `die()` with a default status code of 0.
- General: Indicate compatibility with WordPress 6.8.
- Update composer.lock
- Code: First pass of style coding standards.
- E2E Tests: Update config file encryption algorithm.
- My Jetpack: Hide backup failure notice when backups are deactivated.
- My Jetpack: Optimize the images for onboarding slider for faster page load.
- My Jetpack: Update the onboarding UI, changing it to a single button.
- Update package dependencies.

#### Removed
- General: Update minimum WordPress version to 6.7.

#### Fixed
- Code: Prevent dynamic class properties.
- E2E Tests: Only install single browser used by Playwright.
- JS Packages: Decrease CSS priority of global styles to prevent them from applying within the editor.
- Linting: Address final rules in WordPress Stylelint config.
- My Jetpack: Fixed Onboarding UI responsiveness at 600px.
- My Jetpack: Fix readability of license activation button on hover.
- My Jetpack: Ensure social login does not get stuck when email input is not empty.

== Arbitrary section ==

Expand Down
Loading