From f96e62c694c2020a28f9a653dc5915a08e74c5ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 09:04:56 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b725ab0..d4f6f29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 871fbe3..f7770f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [3.0.0](https://github.com/WPTechnix/wordpress-coding-standards/compare/v2.0.1...v3.0.0) (2026-01-06) + + +### ⚠ BREAKING CHANGES + +* **deps:** upgrade wptechnix/coding-standards to ^2.0 ([#3](https://github.com/WPTechnix/wordpress-coding-standards/issues/3)) + +### Features + +* **deps:** upgrade wptechnix/coding-standards to ^2.0 ([#3](https://github.com/WPTechnix/wordpress-coding-standards/issues/3)) ([d11e3d6](https://github.com/WPTechnix/wordpress-coding-standards/commit/d11e3d667f2fb8dde7a19a9d8d52edb466095396)) +* **installer:** make phpcs-composer-installer optional ([ea9b07a](https://github.com/WPTechnix/wordpress-coding-standards/commit/ea9b07a09b9448fb8f348413e3e404894b370ac0)) +* **ruleset:** expand WPTechnix WordPress ruleset ([0c32f20](https://github.com/WPTechnix/wordpress-coding-standards/commit/0c32f20b3a450d49654205ee6c7a16bf154c63ea)) + + +### Bug Fixes + +* added wpcs in composer ([8a87cf2](https://github.com/WPTechnix/wordpress-coding-standards/commit/8a87cf238acbbd2af1411e7cc56637ef3efb4342)) +* remove deprecated WordPress.PHP.POSIXFunctions ([db31551](https://github.com/WPTechnix/wordpress-coding-standards/commit/db315514e6ca8de6188107a245cc7ed8ba975dab)) + ## [2.0.1](https://github.com/WPTechnix/wordpress-coding-standards/compare/v2.0.0...v2.0.1) (2026-01-06)