Skip to content

Commit

Permalink
Merge branch 'release/2.24.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrankowska committed Dec 5, 2023
2 parents 5f4e463 + e7e9d63 commit 0431520
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.24.1] - 2023-12-05
### Fixed
- Undefined variable in Hyvä template

## [2.24.0] - 2023-11-28
### Added
- Hyvä compatibility (DEV-101754)
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
**Magento 2 Menu** by [Snowdog](https://snow.dog) is a **powerful menu configurator** that empowers online merchants to create advanced menus, enhancing their customers' shopping experience and improving SEO.
This module serves as a feature-rich replacement for the category-based top navigation found in Magento and Adobe Commerce. However, it offers much more versatility by enabling the creation of menus for various purposes and store views.

**Backend Settings Demo:**

![snowdog-magento-2-menu-admin-configuartio](https://github.com/SnowdogApps/magento2-menu/assets/49198312/102b4d2a-7d06-48a4-9f99-37a17faae0f7)

**Hyvä Demo:**

See our Hyvä top menu mobile, top menu desktop, and footer menu in action: [menu-hyva.snowdog.dev](https://menu-hyva.snowdog.dev/)

## Use Cases
Here are some scenarios where Snowdog's Menu can be effectively used:
Expand All @@ -21,7 +26,7 @@ Here are some scenarios where Snowdog's Menu can be effectively used:
* **Product Catalog Integration:** Easily include links to categories and products in menus. Our handy tree selector makes it a breeze to pick the exact categories you want to showcase, or you can opt for category-based import to add a chunk of your catalog tree to the menu with a few clicks.
* **Drag and Drop Editor:** The module offers a user-friendly drag and drop editor, making it effortless to configure multi-level menus exactly how you envision them. Arrange and customize menu items with ease, without any coding knowledge.
* **Import, Export and Duplicate Capabilities:** Save time and effort. This feature enables seamless replication of menus across different instances and Magento stores. It also gives an option to duplicate menus for faster setup and customization.
* **Multiple Ways of Adding Menus to Frontend:** Easily add menus to your frontend using PHTML templates, or fetch the data from our REST and GraphQL APIs.
* **Multiple Ways of Adding Menus to Frontend:** Easily add menus to your frontend using PHTML templates, or fetch the data from our REST and GraphQL APIs. This makes the module very versatile. You can make it work for any Magento frontend.

## User Guide and Documentation
To learn more about Magento 2 Menu by Snowdog, go to [wiki](https://github.com/SnowdogApps/magento2-menu/wiki).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ $dataAttribute = 'data-menu="menu-' . $nodeId . '"';
<?php else: ?>
<span
class="
<?= $escaper->escapeHtmlAttr($nodeClasses) ?>
snowdog-menu-link-topmenu-mobile
"
tabindex="0"
Expand Down

0 comments on commit 0431520

Please sign in to comment.