Skip to content

Commit

Permalink
Merge tag '2.23.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwaclawczyk committed Jul 28, 2023
2 parents e3795a0 + 312fe91 commit 53fcd88
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 @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Updated eslint version to `8.45.0` and `eslint-plugin-vue` to 9.15.1 (DEV-95002)

## [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 53fcd88

Please sign in to comment.