This commit is contained in:
erwanlr
2023-03-19 19:28:09 +01:00
parent 63094494d3
commit fb812554f3
112 changed files with 110709 additions and 9 deletions

View File

@@ -0,0 +1,30 @@
# Changelog
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.1.0 - 2023-03-01
### Added
- Add migration progress screen and integrate into admin page [#28807]
- Adds a REST route for Migration plugin to fetch status from source site. [#28546]
- Add track events logic for "Get started" and "Check your migration progress" buttons [#28974]
- Create Migration component [#28770]
- General: enable automated plugin releases. [#29014]
- Introduce Jetpack Migration plugin structure [#28209]
- Rename Jetpack Migration to Move to WordPress.com and wpcom-migration [#28936]
- Update readme.txt for migration plugin [#29040]
### Changed
- Adds a top-level menu entry for Move to WordPress.com [#28463]
- Change initial screen wording with new copy [#28993]
- Update doc link for migration plugin [#29129]
- Updated package dependencies. [#28440]
- Updated package dependencies. [#28682]
- Updated package dependencies. [#28910]
- Updated package dependencies. [#28927]
- Update to React 18. [#28710]
### Fixed
- Fix styles for mobile screens [#29081]