Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Marika Bertelli authored and Marika Bertelli committed Jan 20, 2025
1 parent bd3ee31 commit c417556
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Earlier Releases]

Releases up to and including v1.0.0 predate this changelog, but see the [README](README.md) for summary of functionality.

## 2025-01-17

### Added
- Converted PHPUnit test to Kahlan.

### Changed
- Replace `WP_MOCK` with `allow()` and `expect()`, following Kahlan's idiomatic approach
- Updated dependencies in `composer.json` to remove `phpunit/phpunit` and `10up/wp_mock`.
- Update the CI workflow in `continuos-integrasion.yml` to support Kahlan testing.

0 comments on commit c417556

Please sign in to comment.