From 6721eb0036669e1d4e5138bad4e87f97f169d308 Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Thu, 14 Dec 2023 10:31:10 +0100 Subject: [PATCH] add upgrade notes --- UPGRADE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADE.md b/UPGRADE.md index 906fae2..26e06d1 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,5 +1,8 @@ # Upgrade Notes +## 3.0.1 +- Skip meta data update when elementId is missing [@NiklasBr](https://github.com/dachcom-digital/pimcore-seo/pull/58) + ## Migrating from Version 2.x to Version 3.0.0 - Execute: `bin/console doctrine:migrations:migrate --prefix 'SeoBundle\Migrations'`