Releases: builtnorth/wp-utility
Releases · builtnorth/wp-utility
v2.3.1
What's Changed in WP Utility v2.3.1
Features
- feat: remove from current breadcrumb item. (0118299)
Refactoring
- refactor: migrate to centralized GitHub Actions workflows (da4a563)
Maintenance
- ci: add scheduled workflow (3514ecb)
- chore: standardize PHP version to 8.0 (c8ad6b0)
- chore: prepare v2.3.1 release (0875206)
Other Changes
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed in WP Utility v2.3.0
BREAKING CHANGES:
- Remove PostFeed and PostCard components (breaking, if those components were being used...low chance of being used, so kept as minor version)
Features
- feat: add filter to override image sizes (e29a23d)
- feat: add additional filters for image configuration (bbb7c0e)
- feat: add filters to ReadingTime and LazyLoadFirstBlock utilities (c9a4281)
- feat: add filters to Pagination and Breadcrumbs components (654c214)
- feat: add filters for breadcrumb item and separator output (3d3ad26)
- feat: add filter to customize button block class prefix (f2854d9)
Bug Fixes
- fix: update coding-standards to ^1.0 from Packagist (39c0226)
- fix: rename Init class to App to match filename (6d11028)
Documentation
- docs: add comprehensive file headers to wp-utility package (1ab4be4)
- docs: improve documentation and update license (9af99c6)
Refactoring
- refactor: remove block-specific helpers Removed ForegroundImage, SectionBackground, and SectionPattern helpers as they belong in our framework, not in general utilities. (7f67204)
- refactor: replace magic __callStatic with explicit methods (5d0fcd9)
- refactor: remove PostFeed and PostCard components (breaking, if those components were being used...low chance of being used) (425b974)
- refactor: reorganize ImageSetup to Setup directory (non-breaking) (e00ad95)
Tests
- test: fix failing tests after refactoring (aeec2cb)
Other Changes
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed in WP Utility v2.2.0
Features
- feat: add SectionPattern helper for frontend pattern rendering (8b31f11)
- feat: add button appearance variants and improve button structure (92383a0)
- feat: add pattern alignment support to SectionPattern helper (c8052e7)
- feat: add CI workflow for automated testing (dd61108)
- feat: add PHP 8.4 to test matrix (daca139)
Bug Fixes
- fix: update pattern config key. (e722a40)
- fix: remove version from composer.json to prevent merge conflicts (959ff07)
- fix: skip lock file check in composer validation (6070997)
- fix: remove composer.lock from library package (0d5af45)
- fix: update tests to match actual static method implementation (b764e93)
- fix: use Ubuntu 22.04 for PHP 8.4 support in CI (57866e5)
- fix: use ubuntu-latest for better PHP version support (95ac78e)
- fix: exclude vendor from PHP compatibility checks (f3e5013)
- fix: correct phpcompat command syntax (1f59acc)
Tests
- test: add test infrastructure (4368554)
Other Changes
- Merge branch 'main' into dev (2f8ecb5)
- Merge pull request #15 from builtnorth/dev (278694b)
- Merge pull request #19 from builtnorth/dev (ca40dd5)
- fix: prevent PHP 8.4 deprecation warnings in Image component (eb2cfa3)
- Merge pull request #20 from builtnorth/dev (0a13b56)
Full Changelog: v2.1.0...v2.2.0
WP Utility v2.1.0
What's Changed in WP Utility v2.1.0
🔧 Maintenance
- chore: bump version to 2.1.0 (7f837a9)
📦 Other Changes
Full Changelog: v2.0.1...v2.1.0
WP Utility v2.0.1
What's Changed in WP Utility v2.0.1
🚀 Features
- feat: add GitHub release workflow for automated versioning (38d63b9)
🔧 Maintenance
- chore: bump version to 2.0.1 (74755fa)
📦 Other Changes
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Update main class from Init to App. by @dannorthern in #7
Full Changelog: v1.0.0...v2.0.0
v1.0.0
What's Changed
- Add functions for Countries & US States arrays. by @dannorthern in #1
- Dev by @dannorthern in #2
- Rework section settings by @dannorthern in #4
- Dev by @dannorthern in #5
- Update README.md. by @dannorthern in #6
New Contributors
- @dannorthern made their first contribution in #1
Full Changelog: https://github.com/builtnorth/wp-utility/commits/v1.0.0