From 3c1fdd9a77f69daceb93f969afc8749baeaf956b Mon Sep 17 00:00:00 2001 From: Joe Maller Date: Tue, 16 Apr 2024 00:30:12 -0400 Subject: [PATCH] 2.14.1 --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- composer.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be9f5d0..5daecaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 16248b1..c8e8756 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/composer.json b/composer.json index 1e3ab03..950143f 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -55,4 +55,4 @@ "no-api": true } ] -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f50161b..0da474b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wp-theme-init", - "version": "2.14.0", + "version": "2.14.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wp-theme-init", - "version": "2.14.0", + "version": "2.14.1", "license": "MIT", "devDependencies": { "@ideasonpurpose/prettier-config": "^0.0.6", diff --git a/package.json b/package.json index 28b975b..c12cb9c 100644 --- a/package.json +++ b/package.json @@ -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": [