Skip to content

Commit

Permalink
2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Apr 16, 2024
1 parent be23bc3 commit 3c1fdd9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ 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).

#### [v2.14.1](https://github.com/ideasonpurpose/wp-theme-init/compare/v2.14.0...v2.14.1)

- bump deps [`962056f`](https://github.com/ideasonpurpose/wp-theme-init/commit/962056ff70e304c1fada8efe46a11c5d73421ef4)
- enqueue editor assets for iframed content, plus full tests [`be23bc3`](https://github.com/ideasonpurpose/wp-theme-init/commit/be23bc3231dc283d49d34a9fbddda55dee7636c9)
- bump composer deps (lockfile) [`8eb27a7`](https://github.com/ideasonpurpose/wp-theme-init/commit/8eb27a7cd564e29bcfe20e5953b650bc90b5dc76)
- update test-coverage action [`203d6b5`](https://github.com/ideasonpurpose/wp-theme-init/commit/203d6b5e9cf704a5ca219c04601417a8f2d96325)
- actions updates for PHPUnit tests [`36c28f5`](https://github.com/ideasonpurpose/wp-theme-init/commit/36c28f574e0803209946e47d812c99116e6c0d28)
- use getcwd() as ABSPATH testing fallback [`5f4049b`](https://github.com/ideasonpurpose/wp-theme-init/commit/5f4049b5bf988a47b8bf699d553863587e4d8ca3)
- Update README.md credit blurb [`526bacc`](https://github.com/ideasonpurpose/wp-theme-init/commit/526bacc3dfa6e06f9464146574bd50756588a3f6)

#### [v2.14.0](https://github.com/ideasonpurpose/wp-theme-init/compare/v2.13.2...v2.14.0)

> 26 February 2024
- bump deps [`32c62c9`](https://github.com/ideasonpurpose/wp-theme-init/commit/32c62c91924405bf52b57359239eafadddd51ea2)
- standardize WP_DEBUG mocks, test fixes [`9aa9cff`](https://github.com/ideasonpurpose/wp-theme-init/commit/9aa9cff23ccccc156f1a68329339b141d4955e22)
- experimental updates for rollup [`d2586c0`](https://github.com/ideasonpurpose/wp-theme-init/commit/d2586c05831a65b6c8d7a4007fb4428f6930360c)
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-theme-init

#### Version: 2.14.0
#### Version: 2.14.1

A common baseline of repeated functions, filters and actions used across our WordPress themes.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ideasonpurpose/wp-theme-init",
"description": "A common baseline of repeated functions, filters and actions used across WordPress themes.",
"version": "2.14.0",
"version": "2.14.1",
"license": "MIT",
"keywords": [
"wordpress",
Expand Down Expand Up @@ -55,4 +55,4 @@
"no-api": true
}
]
}
}
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-theme-init",
"version": "2.14.0",
"version": "2.14.1",
"private": true,
"description": "A common baseline of repeated functions, filters and actions used across our WordPress themes.",
"keywords": [
Expand Down

0 comments on commit 3c1fdd9

Please sign in to comment.