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 Dec 16, 2024
1 parent a54913f commit 0c68b09
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 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.9.2-alpha] - unreleased

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

## [0.9.2] - 2024-12-16
### Fixed
- Import: setting WP_IMPORTING when doing an import
- Import: setting WP_IMPORTING when doing an import. [#40563]

## [0.9.1] - 2024-11-25
### Changed
Expand Down Expand Up @@ -137,7 +134,7 @@ This is an alpha version! The changes listed here are not final.
### Fixed
- Fixed various imported resources hierarchies [#29012]

[0.9.2-alpha]: https://github.com/Automattic/jetpack-import/compare/v0.9.1...v0.9.2-alpha
[0.9.2]: https://github.com/Automattic/jetpack-import/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/Automattic/jetpack-import/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/Automattic/jetpack-import/compare/v0.8.11...v0.9.0
[0.8.11]: https://github.com/Automattic/jetpack-import/compare/v0.8.10...v0.8.11
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2",
"automattic/jetpack-connection": "^6.2.1-alpha",
"automattic/jetpack-sync": "^4.1.1-alpha"
"automattic/jetpack-connection": "^6.2.1",
"automattic/jetpack-sync": "^4.1.1"
},
"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.9.2-alpha",
"version": "0.9.2",
"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.9.2-alpha';
const PACKAGE_VERSION = '0.9.2';

/**
* A list of all the routes.
Expand Down

0 comments on commit 0c68b09

Please sign in to comment.