From d923a5ca73612b0bded014e3ce114fb0ca644731 Mon Sep 17 00:00:00 2001 From: Flobbo Date: Wed, 20 Mar 2019 15:32:12 +0100 Subject: [PATCH] Updated readme and changelog --- README.md | 6 +++++- changelog.md | 9 +++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdd5950..435bc78 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,11 @@ Flobbos\LaravelCM\LaravelCMServiceProvider::class, ### Publish configuration file -Laravel 5.* +This step is very important because it publishes the NewsletterTemplate model +to the App folder so you can set your own fillable fields as well as +relationships you may need. The template generator needs to have this model +present otherwise you will receive an error. + ```bash php artisan vendor:publish ``` diff --git a/changelog.md b/changelog.md index 0edf7be..83b28e4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ ## Version History +### v. 0.1.0 + +- NewsletterTemplate model now gets published for added flexibility +- This is a breaking change! + +### v. 0.0.9 + +- added support for Maatwebsite/Excel 3.1 + ### v. 0.0.2 - first working release (hopefully)