Skip to content

Commit

Permalink
Changlog updated ⬆
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulhaque committed Oct 9, 2023
1 parent 2e31cfb commit 8b9f423
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `laravel-filepond` will be documented in this file.

## 1.12.11 - 2023-10-09

- Nested validation bug fixed #46. 🐛
- New test cases added for nested validation.

## 1.12.10 - 2023-10-06

- Added support for extending `Filepond` model to support #45. ✨
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"laravel/pint": "^1.13",
"league/flysystem-aws-s3-v3": "^1.0|^3.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^9.0|^10.0"
Expand Down
68 changes: 67 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b9f423

Please sign in to comment.