Skip to content

Commit

Permalink
release - v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayn93 committed Sep 9, 2024
1 parent c3a006d commit 64385df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog
## Unreleased
## [v4.4.0] - 2024.09.09
### Add
- Add support for PHP v8.2 and v8.3
- Add support for Magento 2.4.7

### Fix
- Fix uninitialized member variables access

## [v4.3.3] - 2024.04.17
### Fix
- Support MSI - checking all inventory sources during export feed
Expand Down Expand Up @@ -614,6 +618,7 @@
### Added
- Feed Export: Export feed file is now available via separate link

[v4.4.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.4.0
[v4.3.3]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.3.3
[v4.3.2]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.3.2
[v4.3.1]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v4.3.1
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 @@ -43,7 +43,7 @@ $searchImmediate = $communicationParameters['search-immediate'] ?? 'false';
<!-- Set FieldRoles -->
<script>
document.addEventListener('ffReady', function () {
factfinder.sdk = 'm2-v4.3.3';
factfinder.sdk = 'm2-v4.4.0';
factfinder.communication.fieldRoles = <?= /* @noEscape */ $viewModel->getFieldRoles() ?>;
});
</script>
Expand Down

0 comments on commit 64385df

Please sign in to comment.