From 8e8b3f90f21af8e56d64ff44ef345ab3fe859c92 Mon Sep 17 00:00:00 2001 From: ice9js Date: Mon, 13 Nov 2023 13:50:24 +0000 Subject: [PATCH] Changelog edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6850801043 --- CHANGELOG.md | 9 +++------ composer.json | 2 +- src/class-package-version.php | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe8f55..f7f6318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/composer.json b/composer.json index 17fce0c..71ed964 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/src/class-package-version.php b/src/class-package-version.php index 845f69d..a17e840 100644 --- a/src/class-package-version.php +++ b/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '1.60.0-alpha'; + const PACKAGE_VERSION = '1.60.0'; const PACKAGE_SLUG = 'connection';