Laravel Filepond Versions Save

Use FilePond the Laravel way.

v1.12.12

8 months ago

1.12.12 - 2023-10-12

  • Filepond file revert logic updated. ⬆️

v1.12.11

8 months ago

1.12.11 - 2023-10-09

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

v1.12.10

8 months ago

1.12.10 - 2023-10-06

  • Added support for extending Filepond model to support #45. ✨
  • Added support for filpond table rename to support #14. ✨
  • Added Larevel Pint for code styling. 🎨

v1.11.10

11 months ago

1.11.10 - 2023-07-12

  • Added support for filepond restore endpoint. ✨

v1.10.10

1 year ago

1.10.10 - 2023-05-29

  • Added option to force skip file ownership check to fix #39.
  • Added error message for unsupported filepond endpoints.

v1.9.10

1 year ago
  • Added Laravel 10 support. ✨
  • Removed depricated method validate().
  • Readme updated to remove depricated method.
  • Test cases updated to support Laravel 10.

v0.5.3

2 years ago

0.5.3 - 2022-06-02

  • Rule::filepond($rules) Laravel 7 specific validation issue fixed.
  • validate() method deprication notice added.
  • Multiple file uploads sometime won't move to location fixed.

v1.8.10

2 years ago

1.8.10 - 2022-06-01

  • Multiple file uploads sometime won't move to location fixed.
  • New test cases added for moveTo() method.

v1.7.10

2 years ago

1.7.10 - 2022-05-31

  • validate() method deprication notice added.
  • Test cases updated with Rule::filepond().

v1.7.9

2 years ago

1.7.9 - 2022-05-07

  • Rule::filepond($rules) documentation added.
  • Code cleanup and improvement.