From 811bf7a974aa786bf620ae7c5047879381185a13 Mon Sep 17 00:00:00 2001 From: Emil <7682404+em411@users.noreply.github.com> Date: Thu, 5 Aug 2021 11:32:30 +0200 Subject: [PATCH] Add missing information about the deprecation --- UPGRADE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADE.md b/UPGRADE.md index f23d56567..0e3db3428 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -3,10 +3,14 @@ * The `stefandoorn/sitemap-plugin` dependency has been removed, and moved to the `suggest` section of composer.json. If you didn't require this plugin by yourselves, but want to keep the sitemap support, consider requiring it directly in your project as described [here](doc/sitemap.md). +* PageImages (`bitbag_cms_page_image`) has been removed. All images connected with Pages should be added to the Media after the update. + * Width and height has been added to image media. Now width and height html tags are generated in shop image. Read the below changelog first and then migrate your structure using `bin/console doctrine:migrations:diff && bin/console doctrine:migrations:migrate` commands + + # UPGRADE FROM 1.0 TO 2.0 * A lot of database modifications has been made. Read the below changelog first and then migrate your