Skip to content

v1.5.0

Compare
Choose a tag to compare
@snicco-bot snicco-bot released this 06 Dec 17:15
· 54 commits to master since this release
e607f2c

1.5.0 (2022-12-06)

Bug Fixes

  • better-wp-cli: use correct array keys during command registration (febf531), closes #163
  • better-wp-hooks: allow null as first arg for mapped filters (47e505a), closes #158
  • http-routing: allow hosts without "." in url generation context (c8ee18e), closes #161
  • http-routing: allow route files with the same name in different dirs (7a34a60)
  • signed-url: add non-standard http ports to final url if passed (1368c80), closes #162
  • testing-bundle: add "real" request method to test requests (b063298), closes #165

Features

  • http-routing-bundle,testing-bundle: multiple url prefixes can trigger early route-loading (b95f50c), closes #164
  • templating,templating-bundle: make parse length for parent views configurable (7499eef), closes #171
  • validate bundle configuration after bootstrappers are configured (7636cea), closes #160
  • wp-nonce-middleware: split middleware into two responsibilities (0aa41b3), closes #167 #159