Skip to content

Releases: real-media-technic-staudacher/laravel-flatfiles

v4.0

14 Sep 11:30
87a87db
Compare
Choose a tag to compare

Added

  • Add support for Laravel 8

v3.1

23 Jun 15:22
Compare
Choose a tag to compare

Added

  • Add support for empty values in field definition

v3.0

03 Jun 06:34
c949e7a
Compare
Choose a tag to compare

Changed

  • Tiny but breaking changes (See upgrade hints in README.md)
  • Added return types to interfaces
  • New Namespace for the project is RealMediaTechnicStaudacher\LaravelFlatfiles
  • Changed signature of the field callback method to prevent this: function ($null, Asset $asset)

v2.0.1

25 Mar 12:52
Compare
Choose a tag to compare

Fixed

  • Fixed issue with local disks

v2.0

25 Mar 06:39
f3dabce
Compare
Choose a tag to compare

Changed

  • Removed support for absolut local filepaths. You now always need a laravel disk

v1.1

12 Mar 08:27
f640e77
Compare
Choose a tag to compare

Added

  • Support for Laravel 7

v1.0.0

03 Feb 12:42
766bbc5
Compare
Choose a tag to compare

Changed

  • Upgraded to Laravel6

v0.4.2

12 Nov 10:18
e50fcb7
Compare
Choose a tag to compare
  • added feature for one relation in one row

v0.4.1

22 Mar 11:20
c524dde
Compare
Choose a tag to compare

Added

  • #11 SYLK file format error

v0.4

20 Mar 08:28
33d0717
Compare
Choose a tag to compare

Changed

  • Now requireing Laravel v5.8