Skip to content

Commit

Permalink
release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Laurowski committed Oct 25, 2021
1 parent 7fc5f15 commit b3fd528
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## [v2.3.0]
## [v2.3.0] - 2021.10.25
### Added
- Category Page
- for NG version implement `category-page` attribute
Expand All @@ -9,6 +9,7 @@
### Fix
- Tracking
- Add to cart tracking throws an error on versions less than 2.4
- click tracking is not sent correct query on category page

## [v2.2.0] - 2021.10.01
### Added
Expand Down Expand Up @@ -345,6 +346,7 @@
### Added
- Feed Export: Export feed file is now available via separate link

[v2.3.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v2.3.0
[v2.2.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v2.2.0
[v2.1.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v2.1.0
[v2.0.2]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v2.0.2
Expand Down
2 changes: 1 addition & 1 deletion src/etc/adminhtml/system/data_transfer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<field id="ff_upload_authentication_key" translate="labff_transfer_authenticationel" type="Magento\Config\Block\System\Config\Form\Field\File" sortOrder="22" showInDefault="1" showInWebsite="1" >
<label>Choose key file</label>
<comment><![CDATA[<div class="message message-notice notice"><div data-ui-id="messages-message-success">You need to save configuration first to upload key file before testing the connection.</div></div>]]></comment>
<comment><![CDATA[<div class="message message-notice notice">Magento uploader requires files to have an extension. Files without it will not be uploaded</div>]]></comment>
<depends>
<field id="ff_upload_authentication_type">key</field>
</depends>
Expand Down

0 comments on commit b3fd528

Please sign in to comment.