Skip to content

Commit

Permalink
Preparing release πŸ”–
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulhaque committed Jul 10, 2024
1 parent 92fa675 commit 5747df3
Show file tree
Hide file tree
Showing 4 changed files with 5,155 additions and 4,756 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 9.0.1 - 2024-07-10

- Fixed large file processing (out of memory exception) πŸ›.

## 9.0.0 - 2023-11-23

- Locked package version to Laravel 9. πŸ”’
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ A straight forward backend support for Laravel application to work with [FilePon
- Controller/Request level validation before moving the temporary files to permanent location.
- Scheduled artisan command to clean up temporary files and folders after they have expired.
- Can handle filepond's `process`, `patch`, `head`, `revert` and `restore` endpoints.
- Can handle large files efficiently.

Support the development with a :star: to let others know it worked for you.

Expand Down
Loading

0 comments on commit 5747df3

Please sign in to comment.