Skip to content

Releases: builtnorth/wp-utility

v2.3.1

08 Mar 05:40

Choose a tag to compare

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

  • Merge pull request #24 from builtnorth/dev (bc918f0)

Full Changelog: v2.3.0...v2.3.1

v2.3.0

12 Aug 05:58
28ba63b

Choose a tag to compare

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

  • Merge pull request #23 from builtnorth/dev (28ba63b)

Full Changelog: v2.2.0...v2.3.0

v2.2.0

12 Aug 01:37
0a13b56

Choose a tag to compare

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

23 Jul 05:48

Choose a tag to compare

What's Changed in WP Utility v2.1.0

🔧 Maintenance

  • chore: bump version to 2.1.0 (7f837a9)

📦 Other Changes

  • Add EscapeSVG helper function. (5758e15)
  • Merge pull request #9 from builtnorth/dev (97b43d1)

Full Changelog: v2.0.1...v2.1.0

WP Utility v2.0.1

22 Jul 01:21

Choose a tag to compare

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

  • Merge pull request #8 from builtnorth/dev (64761a5)

Full Changelog: v2.0.0...v2.0.1

v2.0.0

13 Jul 06:35
eba2d99

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v2.0.0

v1.0.0

13 Jul 06:00
e438052

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/builtnorth/wp-utility/commits/v1.0.0