-
Notifications
You must be signed in to change notification settings - Fork 6
/
changelog.xml
140 lines (140 loc) · 6.55 KB
/
changelog.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:MageSuite_Changelog:etc/changelog.xsd">
<module
id="MageSuite_Patches"
name="MageSuite_Patches"
description="Repository of Magento patches released by creativestyle to fix and improve Magento and 3rd party extensions.">
<changelog>
<tag version="-" date="-">
<entry>
<type>FIX</type>
<overview>Allow in elasticsuite to filter less than or equal range price</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Patch for Wyomind data feed manager - fixes nested loops which cause performance issues.</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Patch for AheadWorks declarative schema XML.</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Firebear ImportExport - add store_id to review export.</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Fix for magento/framework - Allow dot in query order's field validation process.</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Allow group attribute on referenceBlock directive in layout files.</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Allow group attribute on referenceBlock directive in layout files.</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Disable saved address validation and template override.</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Extend exisiting insing/magento2-module-postcore patch.</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Set proper initial value to post-code input observable.</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Add a dispatch event mollie_before_build_transaction_orders_api to handle additional fee from bulk goods.</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Patch for Emarsys extension (do not submit empty values)</overview>
<ticket_id>NKD-3062</ticket_id>
</entry>
<entry>
<type>FIX</type>
<overview>Updated constraint for ElasticSuite patch (it got fixed in native extension).</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Forced enabling position field in the product attribute form.</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Fixed line endings in Sendinblue module.</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Added a dispatch event mollie_before_build_transaction_orders_api to handle additional fee from bulk goods.</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Fix for scenario with failing tests when servername is not set.</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Disable reindex of elasticsearch inside category_products indexer.</overview>
</entry>
<entry>
<type>FIX</type>
<overview>Fixes for wrong reindexPool indexers order.</overview>
<ticket_id>DOG-1351</ticket_id>
</entry>
<entry>
<type>FIX</type>
<overview>Fix price config data to avoid JS error on PDP (related to price-box)</overview>
<ticket_id>HAAR-3268</ticket_id>
</entry>
<entry>
<type>FIX</type>
<overview>Fix tier prices-related JS issue (reference to not exsisting propery) in price-box</overview>
<ticket_id>HAAR-3268</ticket_id>
</entry>
<entry>
<type>FIX</type>
<overview>Remove validation for color in order to avoid loading tinycolor library</overview>
<ticket_id>MGS-5026</ticket_id>
</entry>
<entry>
<type>FIX</type>
<overview>Fixes JS error with Amazon Pay and ThreeStepCheckout combination</overview>
<ticket_id>TOYS-673</ticket_id>
</entry>
<entry>
<type>FIX</type>
<overview>Improves listing of files in GetDirectoryTree</overview>
<ticket_id>RK-727</ticket_id>
</entry>
<entry>
<type>FIX</type>
<overview>Adds missing path value that is essential to edit a image</overview>
<ticket_id>RK-750</ticket_id>
</entry>
<entry>
<type>FIX</type>
<overview>Add proper jquery event to trigger product video on touch devices</overview>
<ticket_id>TOYS-777</ticket_id>
</entry>
<entry>
<type>FIX</type>
<overview>Fix missing js mage/validate dependency in form validation script</overview>
<ticket_id>EMT-79</ticket_id>
</entry>
<entry>
<type>FEATURE</type>
<overview>Remove duplicates when adding images with multiple file uploader</overview>
<ticket_id>EMT-79</ticket_id>
</entry>
<entry>
<type>FIX</type>
<overview>Fix missing jQuery widget dependency in trim-input.js</overview>
<ticket_id>KRG-2801</ticket_id>
</entry>
</tag>
</changelog>
</module>
</config>