Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/spatie/laravel-medialibrary
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jul 10, 2015
2 parents 1f0c0af + 3837590 commit c312de5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All Notable changes to `laravel-medialibrary` will be documented in this file

#2.0.1
- fix bug in regenerate command

#2.0.0
This version is a complete rewrite. Though there are lots of breaking changes most features of v1 are retained. Notable new functions:
- filesystem abstraction: associated files can be stored on any filesystem Laravel 5's filesystem allows. So you could for instance store everything on S3.
- thumbnails can now be generated for pdf files
- registering conversions has been made more intuïtive
- it's now very easy to add custom logic to generate urls
- images can be manipulated per media object

#1.6.2
- Bugfix: prevent migration from being published multiple times

Expand Down Expand Up @@ -45,4 +56,4 @@ other traits and the base model.
- Added option to specify the name of the queue that should be used to create image manipulations

##1.0.0
- initial release
- initial release

0 comments on commit c312de5

Please sign in to comment.