We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4270a6 commit a79e711Copy full SHA for a79e711
CHANGELOG.md
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
[Unreleased]: https://github.com/Siteation/magento2-storeinfo/compare/1.0.0...main
11
12
+## 1.1.0 - 2024-12-28
13
+
14
+### Added
15
+- Template for services menu
16
+- Option to drag the menu item position
17
18
+### Changed
19
+- Hyvä Tailwind classes to be configurable trough xml arguments
20
21
## 1.0.0 - 2024-03-16
22
23
Initial release 🎉
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "siteation/magento2-storeinfo-menus",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"license": "MIT",
5
"type": "magento2-module",
6
"description": "Get your store menus with ease",
0 commit comments