Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Mar 31, 2023
1 parent c9b03d4 commit 48dc120
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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).

## v0.10.6 - 2023-03-31

### Changed

- Set better defaults for registering meta.
- Improving rsyncing and phpunit path detection during unit tests.
- Introduce a WP_UnitTestCase class and a core shim to the testing framework.
- Improve reporting of stray HTTP requests during unit tests.
- Allow json to be dumped from the testing response.

### Fixed

- Make `wp_insert_post` return `WP_Error`.
- Fix an error with the trace not passing through.
- Fix `get_facade_accessor` signature.

## v0.10.5 - 2023-02-22

### Fixed
Expand Down

0 comments on commit 48dc120

Please sign in to comment.