Skip to content

Commit

Permalink
Update Move to WordPress.com plugin to 1.0.1 (#33946)
Browse files Browse the repository at this point in the history
* Release changelog and update readme for migration plugin

* Run tool fixup project versions

* Cleanup readme and changelog

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6743020293
  • Loading branch information
ouikhuan authored and matticbot committed Nov 3, 2023
1 parent 2230ab1 commit b127eda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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).

## [1.58.3-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [1.58.3] - 2023-11-03
### Fixed
- Make sure scheme history option is an array.
- Make sure scheme history option is an array. [#33905]

## [1.58.2] - 2023-10-19
### Changed
Expand Down Expand Up @@ -903,7 +900,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[1.58.3-alpha]: https://github.com/Automattic/jetpack-connection/compare/v1.58.2...v1.58.3-alpha
[1.58.3]: https://github.com/Automattic/jetpack-connection/compare/v1.58.2...v1.58.3
[1.58.2]: https://github.com/Automattic/jetpack-connection/compare/v1.58.1...v1.58.2
[1.58.1]: https://github.com/Automattic/jetpack-connection/compare/v1.58.0...v1.58.1
[1.58.0]: https://github.com/Automattic/jetpack-connection/compare/v1.57.5...v1.58.0
Expand Down
2 changes: 1 addition & 1 deletion src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '1.58.3-alpha';
const PACKAGE_VERSION = '1.58.3';

const PACKAGE_SLUG = 'connection';

Expand Down

0 comments on commit b127eda

Please sign in to comment.