Nova Filepond Versions Save

A Nova field for uploading File, Image and Video using Filepond.

v1.0.6

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dcasia/nova-filepond/compare/v1.0.5...v1.0.6

v1.0.5

4 months ago

What's Changed

Full Changelog: https://github.com/dcasia/nova-filepond/compare/v1.0.4...v1.0.5

v1.0.4

6 months ago

What's Changed

Full Changelog: https://github.com/dcasia/nova-filepond/compare/v1.0.3...v1.0.4

v1.0.3

6 months ago

v1.0.2

7 months ago

What's Changed

Full Changelog: https://github.com/dcasia/nova-filepond/compare/v1.0.1...v1.0.2

v1.0.1

7 months ago

What's Changed

Full Changelog: https://github.com/dcasia/nova-filepond/compare/v1.0.0...v1.0.1

v1.0.0

7 months ago

v0.2.13

4 years ago
  • Add the ability to translate every label from Filepond

It can be done manually by calling ->labels([]) and passing option from the label property (without the label prefix) https://pqina.nl/filepond/docs/patterns/api/filepond-instance/#properties or by setting them once into the global configuration file nova-filepond.php#L7 (preferred)

v0.2.11

4 years ago
  • Disable paste functionality, as this cause trouble if there are multiple filepond instances on the same page
  • Fix some incompatibility with third party packages

v0.2.9

4 years ago
  • Fix issue which would prevent file upload on certain scenarios