Skip to content

Commit

Permalink
release - v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed Dec 9, 2024
1 parent 9b2f80d commit 5f2f80c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## Unreleased
## [v5.0.2] - 2024.12.08
### Improve
- Add the ability to set a name for the CategoryPath field
- Do not redirect to result page if search execute already on results page
Expand Down Expand Up @@ -633,6 +633,7 @@
### Added
- Feed Export: Export feed file is now available via separate link

[v5.0.2]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v5.0.2
[v5.0.1]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v5.0.1
[v5.0.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v5.0.0
[v4.3.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/view/frontend/templates/ff/communication.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $searchImmediate = $communicationParameters['search-immediate'] ?? 'false';
<!-- Set SDK version -->
<script>
document.addEventListener(`_ffSdkVersion`, ({ setSdkVersion }) => {
setSdkVersion(`m2-5.0.1`);
setSdkVersion(`m2-5.0.2`);
});
</script>

Expand Down

0 comments on commit 5f2f80c

Please sign in to comment.