Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Sep 9, 2024
1 parent 44eb02d commit f4dfa48
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 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).

## [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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/class-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f4dfa48

Please sign in to comment.