From 38375903176abc4dcfaf06e3452f99d264586a85 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Fri, 10 Jul 2015 17:07:18 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd0121f88..02b36e2bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 \ No newline at end of file +- initial release