Skip to content

Releases: mostafaznv/larupload

2.3.0

29 Dec 06:44
df9921c
Compare
Choose a tag to compare
  • introduces AudioStyle to convert audio files to other audio formats #28
  • supports WebM and Ogg in VideoStyle
  • adds the ability to convert video files to audio files

2.3.0-rc2

28 Dec 23:28
df9921c
Compare
Choose a tag to compare
2.3.0-rc2 Pre-release
Pre-release
  • ability to convert video files into custom video or audio formats
  • minor bugfix

2.3.0-rc1

27 Dec 18:37
dee2b34
Compare
Choose a tag to compare
2.3.0-rc1 Pre-release
Pre-release
  • Audio Style

2.2.3

19 Dec 19:04
ba03f2c
Compare
Choose a tag to compare
  • retrieve the model’s class-string from the Relation class to support Laravel’s enforceMorphMap feature
  • fix github actions issue with ImageMagick

2.2.2

24 Nov 09:01
06f0209
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.2.2

2.2.1

15 Nov 07:44
127fc26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.2.1

2.2.0

09 Jul 08:15
b3392af
Compare
Choose a tag to compare

What's Changed

  • feat: store the original file of uploaded files by @mostafaznv in #27

Notice

Since the old name column was used to store the manipulated file name (hashed, unique id, time, etc.), we needed a new column to store the original one.

Adding a new column and working with it could result in a breaking change, so we decided to make it optional.
In the next major release, we will make it the default behavior of the package.


For more information, please see the documentation

2.1.0

03 Mar 07:23
711522b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

21 Dec 22:20
b2d39b1
Compare
Choose a tag to compare
  • Support intervention/image:^3.0

1.0.5

21 Oct 15:30
26cfa85
Compare
Choose a tag to compare
  • fix: pass real id of model to ffmpeg process to prevent occurring bugs when custom secure-ids is on
  • test add php 8.3 to php matrix in run-tests.yml