From a79e711dbe030e47cb308ad80df377b744e63cc3 Mon Sep 17 00:00:00 2001 From: allrude Date: Sat, 28 Dec 2024 16:40:33 +0100 Subject: [PATCH] Release v1.1 --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acd6bed..ee0c1bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/Siteation/magento2-storeinfo/compare/1.0.0...main +## 1.1.0 - 2024-12-28 + +### Added +- Template for services menu +- Option to drag the menu item position + +### Changed +- Hyvä Tailwind classes to be configurable trough xml arguments + ## 1.0.0 - 2024-03-16 Initial release 🎉 diff --git a/composer.json b/composer.json index 807f4f6..d0133fd 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "siteation/magento2-storeinfo-menus", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "type": "magento2-module", "description": "Get your store menus with ease",