Skip to content

Commit

Permalink
Merge branch 'release/2.27.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwaclawczyk committed Aug 7, 2024
2 parents 2ac08c5 + 9985a8e commit 7dfbdb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Api/Data/NodeInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public function setSelectedItemId($selectedItemId);

/**
* Get customer groups
*
* @return mixed[]
*/
public function getCustomerGroups();

Expand Down
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.27.1] - 2024-08-07
### Fixed
- Swagger docs (#332)

## [2.27.0]
### Added
- `width` and `height` attributes to menu node images (DEV-102271)
Expand Down

0 comments on commit 7dfbdb2

Please sign in to comment.