All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.9.3 - 2025-01-27
- Internal updates.
0.9.2 - 2024-12-16
- Import: setting WP_IMPORTING when doing an import. [#40563]
0.9.1 - 2024-11-25
- Updated dependencies. [#40286]
0.9.0 - 2024-11-18
- General: Update minimum PHP version to 7.2. [#40147]
0.8.11 - 2024-11-04
- Enable test coverage. [#39961]
0.8.10 - 2024-10-29
- Internal updates. [#39303]
0.8.9 - 2024-09-23
- Update dependencies. [#39303]
0.8.8 - 2024-09-09
- Update dependencies. [#39253]
0.8.7 - 2024-08-26
- Updated package dependencies. [#39004]
0.8.6 - 2024-05-27
- Update dependencies.
0.8.5 - 2024-05-06
- Add missing package dependencies. [#37141]
0.8.4 - 2024-04-29
- Internal updates.
0.8.3 - 2024-04-08
- Internal updates.
0.8.2 - 2024-03-18
- Internal updates.
0.8.1 - 2023-11-24
- Replaced usage of strpos() with str_contains(). [#34137]
0.8.0 - 2023-11-20
- Updated required PHP version to >= 7.0. [#34192]
0.7.4 - 2023-09-19
- Minor internal updates.
0.7.3 - 2023-09-11
- Handles scaled images for attachments [#32838]
0.7.2 - 2023-08-28
- Updated package dependencies. [#32605]
0.7.1 - 2023-05-29
- Internal updates.
0.7.0 - 2023-04-17
- Added Unified Importer end endpoint [#30087]
- Add new start endpoint. [#30028]
0.6.1 - 2023-04-10
- Add Jetpack Autoloader package suggestion. [#29988]
0.6.0 - 2023-04-04
- Add support for wp_block, wp_navigation, wp_template, wp_template_part import. [#29744]
- Align all HTTP codes to a standard 409. [#29869]
0.5.0 - 2023-03-29
- Prevent media duplication when it's already existed [#29646]
- Remove process post meta function outside of hook [#29771]
0.4.0 - 2023-03-27
- Added global style import. [#29622]
- Added import of custom CSS [#29595]
- Adding functionality to create term on the fly [#29581]
- Updated package version [#29457]
- Fixed post meta imports issue [#29497]
- Fix wp_global_styles issue [#29686]
0.3.0 - 2023-03-20
- Add support for nav-menu and nav-menu-item import. [#29481]
- Fix attachments path for import media endpoint [#29379]
0.2.0 - 2023-03-08
- Add the
/jetpack/v4/import/media/*
endpoints. [#29080]
- Added import REST endpoints. [#28824]
- Add new Jetpack Import package. [#28735]
- Fixed various imported resources hierarchies [#29012]