From b32419334eb0063cc3c8ebc92d44e47b7e4e6da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wac=C5=82awczyk?= Date: Mon, 5 Aug 2024 09:34:59 +0200 Subject: [PATCH] ver bump 2.27.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b45da1ee..b076c5cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] + +## [2.27.0] ### Added - `width` and `height` attributes to menu node images (DEV-102271) - Option to specify customer groups for each node (DEV-94738) @@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Impossible to change Cms block, Cms page link after selecting displayed block (DEV-104546) - Submenu template name issue ([#321](https://github.com/SnowdogApps/magento2-menu/pull/321)) (DEV-105672) +- Issue with 'Import from Categories ([#315](https://github.com/SnowdogApps/magento2-menu/issues/315)) (DEV-105267 & DEV-101741) ### Updated - vue-select to 3.20.0 (DEV-104546)