Skip to content

Releases: snicco/snicco

v1.10.0

08 May 11:33
671d557
Compare
Choose a tag to compare

1.10.0 (2024-05-08)

Features

  • testing-bundle: allow specifying a default kernel env for all tests (97f7ed0)

v1.9.1

27 Apr 12:51
ca75c5f
Compare
Choose a tag to compare

1.9.1 (2024-04-27)

Bug Fixes

  • better-wp-cli-testing: use temp stream instead of memory as test stdin (4411702)
  • better-wp-hooks: fix edge-case on wp6.4 and php_int_min (b640af1)
  • better-wpdb: make read locks compatible with mariadb (cdf9335), closes #192

v1.9.0

20 Sep 12:35
5efd464
Compare
Choose a tag to compare

1.9.0 (2023-09-20)

Bug Fixes

  • http-routing-bundle: don't warn for .ini output buffering (7591992), closes #188

Features

  • http-routing-bundle: allow customizing admin hooks (6682c7f)

v1.8.1

13 Aug 16:16
4e6d948
Compare
Choose a tag to compare

1.8.1 (2023-08-13)

Bug Fixes

  • http-routing,http-routing-bundle: fix http/https port parsing from url (2de9973)

v1.8.0

13 Aug 15:30
e501f4e
Compare
Choose a tag to compare

1.8.0 (2023-08-13)

Features

  • http-routing-bundle: add support for relative route directories (7d54bd2)
  • http-routing,http-routing-bundle: allow login path to be dynamic for url generation (8de8c9e)
  • http-routing,http-routing-bundle: allow url generation context from runtime values (6411cd5)
  • kernel: add get_xxx_or_null methods to config classes (b4c1f2a)
  • templating-bundle: allow relative directories in configuration (a1db921)

v1.7.0

12 Aug 13:44
68afbb4
Compare
Choose a tag to compare

1.7.0 (2023-08-12)

Bug Fixes

  • better-wp-mail: don't reset global phpmailer if not set (2a263ec)

Features

  • http-routing-bundle: allow any class/interface in log-level map (41d0f8d), closes #181
  • http-routing-bundle: log warnings if output buffering is enabled (64fdc40)

v1.6.2

23 May 12:43
eabe6c5
Compare
Choose a tag to compare

1.6.2 (2023-05-23)

Bug Fixes

  • better-wpdb: don't convert keyset pagination query to lowercase (3d7e441), closes #182

v1.6.1

07 May 20:35
24bd42d
Compare
Choose a tag to compare

1.6.1 (2023-05-07)

Bug Fixes

  • better-wp-cli-testing: allow stream input as method argument (36925a8), closes #178
  • kernel: assert that log dir is writable (5d2a5dd), closes #179

v1.6.0

03 Feb 21:44
006ec76
Compare
Choose a tag to compare

1.6.0 (2023-02-03)

Bug Fixes

  • kernel: allow after_configuration callbacks from bootstrappers (d17fc62), closes #175

Features

  • better-wp-cli: allow to set custom set_error_handler function (b94b1ea), closes #176

v1.5.0

06 Dec 17:15
e607f2c
Compare
Choose a tag to compare

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