Skip to content

Commit b3fd528

Browse files
author
Aleksander Laurowski
committed
release 2.3.0
1 parent 7fc5f15 commit b3fd528

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
## [v2.3.0]
2+
## [v2.3.0] - 2021.10.25
33
### Added
44
- Category Page
55
- for NG version implement `category-page` attribute
@@ -9,6 +9,7 @@
99
### Fix
1010
- Tracking
1111
- Add to cart tracking throws an error on versions less than 2.4
12+
- click tracking is not sent correct query on category page
1213

1314
## [v2.2.0] - 2021.10.01
1415
### Added
@@ -345,6 +346,7 @@
345346
### Added
346347
- Feed Export: Export feed file is now available via separate link
347348

349+
[v2.3.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v2.3.0
348350
[v2.2.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v2.2.0
349351
[v2.1.0]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v2.1.0
350352
[v2.0.2]: https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v2.0.2

src/etc/adminhtml/system/data_transfer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<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" >
3232
<label>Choose key file</label>
33-
<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>
33+
<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>
3434
<depends>
3535
<field id="ff_upload_authentication_type">key</field>
3636
</depends>

0 commit comments

Comments
 (0)