From f4dfa482e1439535b417d53a391db23626fb023a Mon Sep 17 00:00:00 2001 From: zinigor Date: Mon, 9 Sep 2024 17:48:06 +0000 Subject: [PATCH] Changelog and readme.txt edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10778355402 Upstream-Ref: Automattic/jetpack@6fdec03718115f9e10e109935c09a34ad54d8c63 --- CHANGELOG.md | 9 +++------ composer.json | 2 +- package.json | 2 +- src/class-main.php | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7611160..cd9e5de 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). -## [0.8.8-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.8.8] - 2024-09-09 ### Changed -- Update dependencies. +- Update dependencies. [#39253] ## [0.8.7] - 2024-08-26 ### Changed @@ -113,7 +110,7 @@ This is an alpha version! The changes listed here are not final. ### Fixed - Fixed various imported resources hierarchies [#29012] -[0.8.8-alpha]: https://github.com/Automattic/jetpack-import/compare/v0.8.7...v0.8.8-alpha +[0.8.8]: https://github.com/Automattic/jetpack-import/compare/v0.8.7...v0.8.8 [0.8.7]: https://github.com/Automattic/jetpack-import/compare/v0.8.6...v0.8.7 [0.8.6]: https://github.com/Automattic/jetpack-import/compare/v0.8.5...v0.8.6 [0.8.5]: https://github.com/Automattic/jetpack-import/compare/v0.8.4...v0.8.5 diff --git a/composer.json b/composer.json index 24964ee..a18ee54 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=7.0", "automattic/jetpack-connection": "^4.0.1", - "automattic/jetpack-sync": "^3.11.0-alpha" + "automattic/jetpack-sync": "^3.11.0" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/package.json b/package.json index 147fdb5..d0f235f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-import", - "version": "0.8.8-alpha", + "version": "0.8.8", "description": "Set of REST API routes used in WPCOM Unified Importer.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/import/#readme", "bugs": { diff --git a/src/class-main.php b/src/class-main.php index 206bf68..2aad7d4 100644 --- a/src/class-main.php +++ b/src/class-main.php @@ -20,7 +20,7 @@ class Main { * * @var string */ - const PACKAGE_VERSION = '0.8.8-alpha'; + const PACKAGE_VERSION = '0.8.8'; /** * A list of all the routes.