Skip to content

Releases: Okipa/laravel-medialibrary-ext

Fixed `medias` issue

08 May 17:28
140976a
Compare
Choose a tag to compare

Fixed strange behaviour where medias table were searched instead of media.

8.0.0 (#22)

01 Apr 22:03
b439576
Compare
Choose a tag to compare
  • Followed spatie/media-library upgrade to v8.
  • Removed fork link from spatie/laravel-medialibrary repository.
  • Pulled out the extension from the original package. The extension does now live separately.
  • Removed configuration use.
  • Removed deprecated methods.
  • Renamed methods.
  • Removed translation files.

👉 See the upgrade guide

7.19.2: 7 19 3 (#21)

30 Mar 08:32
96ff99a
Compare
Choose a tag to compare

7.19.1: 7 19 2 (#20)

06 Mar 09:02
66a15ce
Compare
Choose a tag to compare

7.19.0: 7 19 0 (#19)

03 Mar 09:00
aa3a562
Compare
Choose a tag to compare

7.18.0 (#18)

02 Mar 17:48
3e8fb90
Compare
Choose a tag to compare
  • Refactored the translations, you should update them if you use custom translations.
  • Deprecated the constraintsLegend method. Use constraintsCaption instead.
  • Deprecated the dimensionsLegend method. Use dimensionsCaption instead.
  • Deprecated the mimeTypesLegendmethod . Use mimeTypesCaption instead.
  • Deprecated the mimeTypesValidationConstraintsmethod. Use mimeTypesValidationRules instead.
  • Deprecated the mimesValidationConstraintsmethod. Use mimesValidationRules instead.
  • Deprecated the dimensionValidationConstraintsmethod. Use dimensionValidationRules instead.
  • Added a ->sizeCaption() method to generate the config max file size constraint caption.
  • The max file size caption is now returned by the ->constraintsCaption() method with the other constraint captions.
  • Added a ->sizeValidationRule() method to generate the the config max file size validation rule.
  • The max file size validation rule is now returned by the ->validationRules() method with the other validation rules.

7.17.3 (#17)

19 Feb 15:03
e86e023
Compare
Choose a tag to compare

7.17.2 (#16)

14 Feb 11:24
4dd1ea0
Compare
Choose a tag to compare

7.17.1 (#15)

22 Jan 14:12
011e021
Compare
Choose a tag to compare

7.17.0

06 Jan 11:11
Compare
Choose a tag to compare