From 8e8eeff333beb7c4b7f42d5d8b9b5e8b3f70cd29 Mon Sep 17 00:00:00 2001 From: Basil Suter Date: Tue, 22 Oct 2019 14:57:04 +0200 Subject: [PATCH] add changelog --- CHANGELOG.md | 2 ++ UPGRADE.md | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7460af..8bb4664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ In order to read more about upgrading and BC breaks have a look at the [UPGRADE ## 2.0.0 (in progress) +> This release contains new migrations and requires to run the migrate command after updating. Check the [UPGRADE](UPGRADE.md) document to read more about breaking changes. + + [#10](https://github.com/luyadev/luya-module-remoteadmin/issues/10) Added new group table. A site can now have a group. ## 1.1.2 (4. January 2019) diff --git a/UPGRADE.md b/UPGRADE.md index e69de29..2256f5a 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -0,0 +1,7 @@ +# LUYA REMOTE ADMIN UPGRADE + +This document will help you upgrading from a LUYA remote module version into another. + +## from 1.x to 2.0 + ++ This release contains the new migrations which are required for the user and file table. Therefore make sure to run the `./vendor/bin/luya migrate` command after `composer update`. \ No newline at end of file