Skip to content

Commit

Permalink
Merge branch 'release/1.7.35'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Aug 4, 2022
2 parents cf38ccc + 2258adc commit 186eb8a
Show file tree
Hide file tree
Showing 41 changed files with 2,354 additions and 117 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v1.7.35
## 08/04/2022

1. [](#new)
* Added support for `multipart/form-data` content type in PUT and PATCH requests
* Added support for object relationships
* Added variables `$environment` (string), `$request` (PSR-7 ServerRequestInterface|null) and `$uri` (PSR-7 Uri|null) to be used in `setup.php`
1. [](#improved)
* Minor vendor updates

# v1.7.34
## 06/14/2022

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"require-dev": {
"codeception/codeception": "^4.1",
"phpstan/phpstan": "^1.2",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpunit/php-code-coverage": "~9.2",
"getgrav/markdowndocs": "^2.0",
Expand Down
Loading

0 comments on commit 186eb8a

Please sign in to comment.