Skip to content

Commit 05af61c

Browse files
authored
Update CHANGELOG.md
1 parent 254cf5e commit 05af61c

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## v1.5.4 - 2025-03-12
99

1010
### Added
1111

12+
- Added a unit testing factory for Byline Manager profiles and Co-Authors-Plus guest authors.
1213
- Added a `Option` and `Object_Metadata` support classes as well as `option()`,
1314
`post_meta()`, `term_meta()`, `user_meta()`, and `comment_meta()` helpers to
1415
retrieve options and object metadata in a type-safe manner.
1516
- Added a `Option` support class and `option()` helper to retrieve options in a type-safe manner.
1617
- Added `fail()` method to commands to allow for a command to fail with a message.
1718

18-
### Fixed
19-
20-
- Fixed command testing to proper handle failed commands.
21-
22-
## v1.5.4 - 2025-03-06
23-
24-
### Added
25-
26-
- Added a unit testing factory for Byline Manager profiles and Co-Authors-Plus guest authors.
27-
2819
### Changed
2920

3021
- Passing a `\Stringable` as a model attribute will now be cast to a string
@@ -36,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3627
- Fix the `Post::for()`/`Term::for()` methods to properly set the post
3728
type/taxonomy for the model when creating a new instance. Previously, the
3829
model would always be created with the default post type/taxonomy.
30+
- Fixed command testing to proper handle failed commands.
3931

4032
## v1.5.3 - 2025-03-04
4133

0 commit comments

Comments
 (0)