Skip to content

Commit

Permalink
chore(monorepo): release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snicco-bot committed Dec 6, 2022
1 parent 04f438a commit e607f2c
Show file tree
Hide file tree
Showing 59 changed files with 3,374 additions and 3,354 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.5.0](https://github.com/snicco/snicco/compare/v1.4.2...v1.5.0) (2022-12-06)


### Bug Fixes

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


### Features

* **http-routing-bundle,testing-bundle:** multiple url prefixes can trigger early route-loading ([b95f50c](https://github.com/snicco/snicco/commit/b95f50ce6e4f692af8ccda27d4f872b66715c488)), closes [#164](https://github.com/snicco/snicco/issues/164)
* **templating,templating-bundle:** make parse length for parent views configurable ([7499eef](https://github.com/snicco/snicco/commit/7499eef985b5c7288769ffc9c6bd627781f215a8)), closes [#171](https://github.com/snicco/snicco/issues/171)
* validate bundle configuration after bootstrappers are configured ([7636cea](https://github.com/snicco/snicco/commit/7636cea897b3acabe353abacb4b20b172fa6b39d)), closes [#160](https://github.com/snicco/snicco/issues/160)
* **wp-nonce-middleware:** split middleware into two responsibilities ([0aa41b3](https://github.com/snicco/snicco/commit/0aa41b3f5618315e7a92a9d0b26707346a5d1434)), closes [#167](https://github.com/snicco/snicco/issues/167) [#159](https://github.com/snicco/snicco/issues/159)

## [1.4.2](https://github.com/snicco/snicco/compare/v1.4.1...v1.4.2) (2022-10-08)


Expand Down
114 changes: 57 additions & 57 deletions src/Snicco/Bridge/blade/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": "^7.4|^8.0",
"snicco/templating": "^1.4.2",
"snicco/templating": "^1.5",
"illuminate/view": "^8.81",
"illuminate/collections": "^8.81",
"illuminate/container": "^8.81",
Expand All @@ -18,7 +18,7 @@
"illuminate/filesystem": "^8.81",
"illuminate/macroable": "^8.81",
"illuminate/support": "^8.81",
"snicco/better-wp-api": "^1.4.2"
"snicco/better-wp-api": "^1.5"
},
"require-dev": {
"phpunit/phpunit": "^9.5.13",
Expand All @@ -35,63 +35,63 @@
}
},
"conflict": {
"snicco/http-routing": "<1.4.2",
"snicco/testable-clock": "<1.4.2",
"snicco/signed-url": "<1.4.2",
"snicco/psr7-error-handler": "<1.4.2",
"snicco/better-wpdb": "<1.4.2",
"snicco/str-arr": "<1.4.2",
"snicco/better-wp-hooks": "<1.4.2",
"snicco/event-dispatcher": "<1.4.2",
"snicco/eloquent": "<1.4.2",
"snicco/better-wp-mail": "<1.4.2",
"snicco/better-wp-cache": "<1.4.2",
"snicco/session": "<1.4.2",
"snicco/kernel": "<1.4.2",
"snicco/session-wp-bridge": "<1.4.2",
"snicco/session-psr16-bridge": "<1.4.2",
"snicco/signed-url-psr16-bridge": "<1.4.2",
"snicco/illuminate-container-bridge": "<1.4.2",
"snicco/signed-url-psr15-bridge": "<1.4.2",
"snicco/pimple-bridge": "<1.4.2",
"snicco/no-robots-middleware": "<1.4.2",
"snicco/open-redirect-protection-middleware": "<1.4.2",
"snicco/http-routing": "<1.5.0",
"snicco/testable-clock": "<1.5.0",
"snicco/signed-url": "<1.5.0",
"snicco/psr7-error-handler": "<1.5.0",
"snicco/better-wpdb": "<1.5.0",
"snicco/str-arr": "<1.5.0",
"snicco/better-wp-hooks": "<1.5.0",
"snicco/event-dispatcher": "<1.5.0",
"snicco/eloquent": "<1.5.0",
"snicco/better-wp-mail": "<1.5.0",
"snicco/better-wp-cache": "<1.5.0",
"snicco/session": "<1.5.0",
"snicco/kernel": "<1.5.0",
"snicco/session-wp-bridge": "<1.5.0",
"snicco/session-psr16-bridge": "<1.5.0",
"snicco/signed-url-psr16-bridge": "<1.5.0",
"snicco/illuminate-container-bridge": "<1.5.0",
"snicco/signed-url-psr15-bridge": "<1.5.0",
"snicco/pimple-bridge": "<1.5.0",
"snicco/no-robots-middleware": "<1.5.0",
"snicco/open-redirect-protection-middleware": "<1.5.0",
"snicco/wp-capapility-middleware": "<1.0.0",
"snicco/wp-nonce-middleware": "<1.4.2",
"snicco/payload-middleware": "<1.4.2",
"snicco/default-headers-middleware": "<1.4.2",
"snicco/wp-auth-only-middleware": "<1.4.2",
"snicco/content-negotiation-middleware": "<1.4.2",
"snicco/redirect-middleware": "<1.4.2",
"snicco/must-match-route-middleware": "<1.4.2",
"snicco/method-override-middleware": "<1.4.2",
"snicco/share-cookies-middleware": "<1.4.2",
"snicco/https-only-middleware": "<1.4.2",
"snicco/wp-nonce-middleware": "<1.5.0",
"snicco/payload-middleware": "<1.5.0",
"snicco/default-headers-middleware": "<1.5.0",
"snicco/wp-auth-only-middleware": "<1.5.0",
"snicco/content-negotiation-middleware": "<1.5.0",
"snicco/redirect-middleware": "<1.5.0",
"snicco/must-match-route-middleware": "<1.5.0",
"snicco/method-override-middleware": "<1.5.0",
"snicco/share-cookies-middleware": "<1.5.0",
"snicco/https-only-middleware": "<1.5.0",
"snicco/guests-only-middleware": "<1.0.0",
"snicco/trailing-slash-middleware": "<1.4.2",
"snicco/testing-bundle": "<1.4.2",
"snicco/http-routing-bundle": "<1.4.2",
"snicco/debug-bundle": "<1.4.2",
"snicco/templating-bundle": "<1.4.2",
"snicco/better-wpdb-bundle": "<1.4.2",
"snicco/better-wp-hooks-bundle": "<1.4.2",
"snicco/blade-bundle": "<1.4.2",
"snicco/better-wp-mail-bundle": "<1.4.2",
"snicco/better-wp-cache-bundle": "<1.4.2",
"snicco/session-bundle": "<1.4.2",
"snicco/encryption-bundle": "<1.4.2",
"snicco/wp-guests-only-middleware": "<1.4.2",
"snicco/wp-capability-middleware": "<1.4.2",
"snicco/better-wp-mail-testing": "<1.4.2",
"snicco/session-testing": "<1.4.2",
"snicco/kernel-testing": "<1.4.2",
"snicco/signed-url-testing": "<1.4.2",
"snicco/http-routing-testing": "<1.4.2",
"snicco/event-dispatcher-testing": "<1.4.2",
"snicco/better-wp-cli": "<1.4.2",
"snicco/signed-url-wp-bridge": "<1.4.2",
"snicco/minimal-logger": "<1.4.2",
"snicco/better-wp-cli-testing": "<1.4.2"
"snicco/trailing-slash-middleware": "<1.5.0",
"snicco/testing-bundle": "<1.5.0",
"snicco/http-routing-bundle": "<1.5.0",
"snicco/debug-bundle": "<1.5.0",
"snicco/templating-bundle": "<1.5.0",
"snicco/better-wpdb-bundle": "<1.5.0",
"snicco/better-wp-hooks-bundle": "<1.5.0",
"snicco/blade-bundle": "<1.5.0",
"snicco/better-wp-mail-bundle": "<1.5.0",
"snicco/better-wp-cache-bundle": "<1.5.0",
"snicco/session-bundle": "<1.5.0",
"snicco/encryption-bundle": "<1.5.0",
"snicco/wp-guests-only-middleware": "<1.5.0",
"snicco/wp-capability-middleware": "<1.5.0",
"snicco/better-wp-mail-testing": "<1.5.0",
"snicco/session-testing": "<1.5.0",
"snicco/kernel-testing": "<1.5.0",
"snicco/signed-url-testing": "<1.5.0",
"snicco/http-routing-testing": "<1.5.0",
"snicco/event-dispatcher-testing": "<1.5.0",
"snicco/better-wp-cli": "<1.5.0",
"snicco/signed-url-wp-bridge": "<1.5.0",
"snicco/minimal-logger": "<1.5.0",
"snicco/better-wp-cli-testing": "<1.5.0"
},
"license": "LGPL-3.0-only",
"minimum-stability": "dev",
Expand Down
116 changes: 58 additions & 58 deletions src/Snicco/Bridge/illuminate-container/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"php": "^7.4|^8.0",
"illuminate/container": "^8.81",
"illuminate/contracts": "^8.81",
"snicco/kernel": "^1.4.2"
"snicco/kernel": "^1.5"
},
"require-dev": {
"phpunit/phpunit": "^9.5.13",
"snicco/kernel-testing": "^1.4.2"
"snicco/kernel-testing": "^1.5"
},
"autoload": {
"psr-4": {
Expand All @@ -34,64 +34,64 @@
"sort-packages": true
},
"conflict": {
"snicco/http-routing": "<1.4.2",
"snicco/testable-clock": "<1.4.2",
"snicco/signed-url": "<1.4.2",
"snicco/templating": "<1.4.2",
"snicco/psr7-error-handler": "<1.4.2",
"snicco/better-wpdb": "<1.4.2",
"snicco/str-arr": "<1.4.2",
"snicco/better-wp-hooks": "<1.4.2",
"snicco/event-dispatcher": "<1.4.2",
"snicco/eloquent": "<1.4.2",
"snicco/better-wp-mail": "<1.4.2",
"snicco/better-wp-cache": "<1.4.2",
"snicco/session": "<1.4.2",
"snicco/better-wp-api": "<1.4.2",
"snicco/session-wp-bridge": "<1.4.2",
"snicco/session-psr16-bridge": "<1.4.2",
"snicco/blade-bridge": "<1.4.2",
"snicco/signed-url-psr16-bridge": "<1.4.2",
"snicco/signed-url-psr15-bridge": "<1.4.2",
"snicco/pimple-bridge": "<1.4.2",
"snicco/no-robots-middleware": "<1.4.2",
"snicco/open-redirect-protection-middleware": "<1.4.2",
"snicco/http-routing": "<1.5.0",
"snicco/testable-clock": "<1.5.0",
"snicco/signed-url": "<1.5.0",
"snicco/templating": "<1.5.0",
"snicco/psr7-error-handler": "<1.5.0",
"snicco/better-wpdb": "<1.5.0",
"snicco/str-arr": "<1.5.0",
"snicco/better-wp-hooks": "<1.5.0",
"snicco/event-dispatcher": "<1.5.0",
"snicco/eloquent": "<1.5.0",
"snicco/better-wp-mail": "<1.5.0",
"snicco/better-wp-cache": "<1.5.0",
"snicco/session": "<1.5.0",
"snicco/better-wp-api": "<1.5.0",
"snicco/session-wp-bridge": "<1.5.0",
"snicco/session-psr16-bridge": "<1.5.0",
"snicco/blade-bridge": "<1.5.0",
"snicco/signed-url-psr16-bridge": "<1.5.0",
"snicco/signed-url-psr15-bridge": "<1.5.0",
"snicco/pimple-bridge": "<1.5.0",
"snicco/no-robots-middleware": "<1.5.0",
"snicco/open-redirect-protection-middleware": "<1.5.0",
"snicco/wp-capapility-middleware": "<1.0.0",
"snicco/wp-nonce-middleware": "<1.4.2",
"snicco/payload-middleware": "<1.4.2",
"snicco/default-headers-middleware": "<1.4.2",
"snicco/wp-auth-only-middleware": "<1.4.2",
"snicco/content-negotiation-middleware": "<1.4.2",
"snicco/redirect-middleware": "<1.4.2",
"snicco/must-match-route-middleware": "<1.4.2",
"snicco/method-override-middleware": "<1.4.2",
"snicco/share-cookies-middleware": "<1.4.2",
"snicco/https-only-middleware": "<1.4.2",
"snicco/wp-nonce-middleware": "<1.5.0",
"snicco/payload-middleware": "<1.5.0",
"snicco/default-headers-middleware": "<1.5.0",
"snicco/wp-auth-only-middleware": "<1.5.0",
"snicco/content-negotiation-middleware": "<1.5.0",
"snicco/redirect-middleware": "<1.5.0",
"snicco/must-match-route-middleware": "<1.5.0",
"snicco/method-override-middleware": "<1.5.0",
"snicco/share-cookies-middleware": "<1.5.0",
"snicco/https-only-middleware": "<1.5.0",
"snicco/guests-only-middleware": "<1.0.0",
"snicco/trailing-slash-middleware": "<1.4.2",
"snicco/testing-bundle": "<1.4.2",
"snicco/http-routing-bundle": "<1.4.2",
"snicco/debug-bundle": "<1.4.2",
"snicco/templating-bundle": "<1.4.2",
"snicco/better-wpdb-bundle": "<1.4.2",
"snicco/better-wp-hooks-bundle": "<1.4.2",
"snicco/blade-bundle": "<1.4.2",
"snicco/better-wp-mail-bundle": "<1.4.2",
"snicco/better-wp-cache-bundle": "<1.4.2",
"snicco/session-bundle": "<1.4.2",
"snicco/encryption-bundle": "<1.4.2",
"snicco/wp-guests-only-middleware": "<1.4.2",
"snicco/wp-capability-middleware": "<1.4.2",
"snicco/better-wp-mail-testing": "<1.4.2",
"snicco/session-testing": "<1.4.2",
"snicco/kernel-testing": "<1.4.2",
"snicco/signed-url-testing": "<1.4.2",
"snicco/http-routing-testing": "<1.4.2",
"snicco/event-dispatcher-testing": "<1.4.2",
"snicco/better-wp-cli": "<1.4.2",
"snicco/signed-url-wp-bridge": "<1.4.2",
"snicco/minimal-logger": "<1.4.2",
"snicco/better-wp-cli-testing": "<1.4.2"
"snicco/trailing-slash-middleware": "<1.5.0",
"snicco/testing-bundle": "<1.5.0",
"snicco/http-routing-bundle": "<1.5.0",
"snicco/debug-bundle": "<1.5.0",
"snicco/templating-bundle": "<1.5.0",
"snicco/better-wpdb-bundle": "<1.5.0",
"snicco/better-wp-hooks-bundle": "<1.5.0",
"snicco/blade-bundle": "<1.5.0",
"snicco/better-wp-mail-bundle": "<1.5.0",
"snicco/better-wp-cache-bundle": "<1.5.0",
"snicco/session-bundle": "<1.5.0",
"snicco/encryption-bundle": "<1.5.0",
"snicco/wp-guests-only-middleware": "<1.5.0",
"snicco/wp-capability-middleware": "<1.5.0",
"snicco/better-wp-mail-testing": "<1.5.0",
"snicco/session-testing": "<1.5.0",
"snicco/kernel-testing": "<1.5.0",
"snicco/signed-url-testing": "<1.5.0",
"snicco/http-routing-testing": "<1.5.0",
"snicco/event-dispatcher-testing": "<1.5.0",
"snicco/better-wp-cli": "<1.5.0",
"snicco/signed-url-wp-bridge": "<1.5.0",
"snicco/minimal-logger": "<1.5.0",
"snicco/better-wp-cli-testing": "<1.5.0"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
Loading

0 comments on commit e607f2c

Please sign in to comment.