Skip to content

Commit

Permalink
0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Jul 25, 2023
1 parent c0265ef commit daad939
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.7.3](https://github.com/ideasonpurpose/wp-data-model/compare/v0.7.2...v0.7.3)

- update phpunit, deps, tests passing. Closes #35 [`#35`](https://github.com/ideasonpurpose/wp-data-model/issues/35)
- bump deps, tooling [`2a8c40c`](https://github.com/ideasonpurpose/wp-data-model/commit/2a8c40ccfffa0c9e7fe5a4320890b83fd776e64e)
- working on API Test coverage, but it's such a mess of spaghetti-code and cross-linked ugliness that I gave up and will refactor it first. It's a miracle it works at all and a waste of time to validate that mess with tests. [`2b9746a`](https://github.com/ideasonpurpose/wp-data-model/commit/2b9746a190301884b58d291deb1e100134197d75)
- update tests for coverage [`c0265ef`](https://github.com/ideasonpurpose/wp-data-model/commit/c0265ef00f3a7ac0c41f30626c45e70911b37306)

#### [v0.7.2](https://github.com/ideasonpurpose/wp-data-model/compare/v0.7.1...v0.7.2)

> 24 March 2022
- housekeeping [`e6d7d39`](https://github.com/ideasonpurpose/wp-data-model/commit/e6d7d392164db14e6e56c4d6eee2335b1be3342e)
- a few more tests [`f0be516`](https://github.com/ideasonpurpose/wp-data-model/commit/f0be516e6f9191c8f1f476e7add4d264f8188f73)
- test parseTaxonomyFilterMap w/ multiple post_types [`24a472a`](https://github.com/ideasonpurpose/wp-data-model/commit/24a472a7580f7434f81e074c5e01b27813a0332d)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# wp-data-model

#### Version 0.7.2
#### Version 0.7.3

Base package for building data model plugins for WordPress sites at [Ideas On Purpose](https://www.ideasonpurpose.com).

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-data-model",
"version": "0.7.2",
"version": "0.7.3",
"description": "Base package for building data models for WordPress sites.",
"keywords": [],
"homepage": "https://github.com/ideasonpurpose/wp-data-model#readme",
Expand Down

0 comments on commit daad939

Please sign in to comment.