Skip to content

Commit

Permalink
Backport mu-wpcom-plugin 1.7.10, jetpack 12.9-a.3 Changes (#34089)
Browse files Browse the repository at this point in the history
* Update changelogs

* Changelog edits.

* Update versions

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6852775762
  • Loading branch information
zinigor authored and matticbot committed Nov 13, 2023
1 parent d63b9c6 commit a46d0f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 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.60.0-alpha] - unreleased

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

## [1.60.0] - 2023-11-13
### Added
- Added source as query param to the Jetpack connect url
- Added a 'source' query param to the Jetpack connect URL. [#33984]

## [1.59.0] - 2023-11-08
### Added
Expand Down Expand Up @@ -911,7 +908,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[1.60.0-alpha]: https://github.com/Automattic/jetpack-connection/compare/v1.59.0...v1.60.0-alpha
[1.60.0]: https://github.com/Automattic/jetpack-connection/compare/v1.59.0...v1.60.0
[1.59.0]: https://github.com/Automattic/jetpack-connection/compare/v1.58.3...v1.59.0
[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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"automattic/jetpack-admin-ui": "^0.2.24",
"automattic/jetpack-constants": "^1.6.23",
"automattic/jetpack-roles": "^1.4.25",
"automattic/jetpack-status": "^1.19.0-alpha",
"automattic/jetpack-status": "^1.19.0",
"automattic/jetpack-redirect": "^1.7.27"
},
"require-dev": {
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.60.0-alpha';
const PACKAGE_VERSION = '1.60.0';

const PACKAGE_SLUG = 'connection';

Expand Down

0 comments on commit a46d0f1

Please sign in to comment.