Skip to content

Commit

Permalink
Merge branch 'hotfix/101751'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwaclawczyk committed Jul 28, 2023
2 parents 9fde09c + 5ed36a5 commit 312fe91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 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.23.1] - 2023-07-28
### Fixed
- Fixed issue with closing } missing

## [2.23.0] - 2023-07-26
### Fixed
- Fixed issue about menu block being cached excessively ([#276](https://github.com/SnowdogApps/magento2-menu/issues/276))
Expand Down
1 change: 1 addition & 0 deletions view/frontend/templates/menu/node_type/cms_page.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if ($block->getIsViewAllLink()) {
if ($nodeId) {
$dataAttribute = ' data-menu="menu-' . $nodeId . '"';
}
}
?>

<a
Expand Down

0 comments on commit 312fe91

Please sign in to comment.