Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c0480a

Browse files
authored
Merge pull request magento#2386 from magento/BICs-2.2
Generated backward incompatible changes for Magento 2.2
2 parents 3dad8d6 + 30ae32f commit 1c0480a

File tree

4 files changed

+142
-0
lines changed

4 files changed

+142
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<h3 id="classes-2.2.4-2.2.5">Changes in classes</h3>
2+
<table><tbody>
3+
<tr>
4+
<th>What Changed</th>
5+
<th>How Changed</th>
6+
</tr>
7+
<tr>
8+
<td>Magento\AdvancedSearch\Model\ResourceModel\Index::__construct</td>
9+
<td>[public] Added optional parameter(s).</td>
10+
</tr>
11+
</tbody></table>
Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
<h3 id="classes-2.2.4-2.2.5">Changes in classes</h3>
2+
<table><tbody>
3+
<tr>
4+
<th>What Changed</th>
5+
<th>How Changed</th>
6+
</tr>
7+
<tr>
8+
<td>Magento\CatalogSearch\Model\Indexer\Fulltext\Action\DataProvider::getSearchableProducts</td>
9+
<td>[public] Method parameter name changed.</td>
10+
</tr>
11+
<tr>
12+
<td>Magento\Framework\File\Uploader::__construct</td>
13+
<td>[public] Added optional parameter(s).</td>
14+
</tr>
15+
<tr>
16+
<td>Magento\Swatches\Block\Product\Renderer\Listing\Configurable::__construct</td>
17+
<td>[public] Method has been added.</td>
18+
</tr>
19+
<tr>
20+
<td>Magento\Swatches\Block\Product\Renderer\Listing\Configurable::getPriceFormatJson</td>
21+
<td>[public] Method has been added.</td>
22+
</tr>
23+
<tr>
24+
<td>Magento\Swatches\Block\Product\Renderer\Listing\Configurable::getPricesJson</td>
25+
<td>[public] Method has been added.</td>
26+
</tr>
27+
<tr>
28+
<td>Magento\Sales\Block\Order\Recent::__construct</td>
29+
<td>[public] Added optional parameter(s).</td>
30+
</tr>
31+
<tr>
32+
<td>Magento\Sales\Block\Order\Recent::getRecentOrders</td>
33+
<td>[protected] Method has been added.</td>
34+
</tr>
35+
<tr>
36+
<td>Magento\Sales\Block\Order\Recent::ORDER_LIMIT</td>
37+
<td>Constant has been added.</td>
38+
</tr>
39+
<tr>
40+
<td>Magento\Multishipping\Model\Checkout\Type\Multishipping::__construct</td>
41+
<td>[public] Added optional parameter(s).</td>
42+
</tr>
43+
<tr>
44+
<td>Magento\Directory\Model\ResourceModel\Country\Collection::__construct</td>
45+
<td>[public] Added optional parameter(s).</td>
46+
</tr>
47+
<tr>
48+
<td>Magento\CustomerImportExport\Model\Import\Customer::prepareCustomerData</td>
49+
<td>[public] Method has been added.</td>
50+
</tr>
51+
<tr>
52+
<td>Magento\CustomerImportExport\Model\Import\Customer::validateData</td>
53+
<td>[public] Method has been added.</td>
54+
</tr>
55+
<tr>
56+
<td>Magento\ConfigurableProduct\Block\Product\View\Type\Configurable::__construct</td>
57+
<td>[public] Added optional parameter(s).</td>
58+
</tr>
59+
<tr>
60+
<td>Magento\CatalogSearch\Model\Indexer\Fulltext::__construct</td>
61+
<td>[public] Added optional parameter(s).</td>
62+
</tr>
63+
<tr>
64+
<td>Magento\CatalogSearch\Model\Indexer\Fulltext\Action\DataProvider::__construct</td>
65+
<td>[public] Added optional parameter(s).</td>
66+
</tr>
67+
<tr>
68+
<td>Magento\CatalogSearch\Model\Indexer\Fulltext\Action\Full::__construct</td>
69+
<td>[public] Added optional parameter(s).</td>
70+
</tr>
71+
<tr>
72+
<td>Magento\CatalogInventory\Model\Source\Stock::addValueSortToCollection</td>
73+
<td>[public] Method has been added.</td>
74+
</tr>
75+
<tr>
76+
<td>Magento\CatalogImportExport\Model\Import\Uploader::__construct</td>
77+
<td>[public] Added optional parameter(s).</td>
78+
</tr>
79+
<tr>
80+
<td>Magento\Catalog\Model\ResourceModel\Product::__construct</td>
81+
<td>[public] Added optional parameter(s).</td>
82+
</tr>
83+
<tr>
84+
<td>Magento\Catalog\Model\ResourceModel\Product\Collection::__construct</td>
85+
<td>[public] Added optional parameter(s).</td>
86+
</tr>
87+
<tr>
88+
<td>Magento\Catalog\Model\ResourceModel\Product\Indexer\Price\DefaultPrice::__construct</td>
89+
<td>[public] Added optional parameter(s).</td>
90+
</tr>
91+
<tr>
92+
<td>Magento\Catalog\Model\Indexer\Category\Product\AbstractAction::__construct</td>
93+
<td>[public] Added optional parameter(s).</td>
94+
</tr>
95+
<tr>
96+
<td>Magento\Catalog\Model\Indexer\Category\Product\AbstractAction::getIndexTable</td>
97+
<td>[protected] Method has been added.</td>
98+
</tr>
99+
<tr>
100+
<td>Magento\Catalog\Model\Indexer\Category\Product\AbstractAction::$tableMaintainer</td>
101+
<td>[protected] Property has been added.</td>
102+
</tr>
103+
</tbody></table>
104+
105+
<h3 id="interfaces-2.2.4-2.2.5">Changes in interfaces</h3>
106+
<table><tbody>
107+
<tr>
108+
<th>What Changed</th>
109+
<th>How Changed</th>
110+
</tr>
111+
<tr>
112+
<td>Magento\CatalogInventory\Api\Data\StockStatusInterface::STATUS_OUT_OF_STOCK</td>
113+
<td>Constant has been added.</td>
114+
</tr>
115+
<tr>
116+
<td>Magento\CatalogInventory\Api\Data\StockStatusInterface::STATUS_IN_STOCK</td>
117+
<td>Constant has been added.</td>
118+
</tr>
119+
<tr>
120+
<td>Magento\Framework\Lock\LockManagerInterface</td>
121+
<td>Interface was added.</td>
122+
</tr>
123+
</tbody></table>

guides/v2.2/release-notes/backward-incompatible-changes/commerce.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ type="warning"
2424
content="When the [@api] and [@deprecated] doc blocks tags are added to the code base, they are recognized as _Class was added_ or _Method has been added_. "
2525
%}
2626

27+
## 2.2.4 - 2.2.5 {#releases-2_2_4-2_2_5}
28+
29+
{% include backward-incompatible-changes/commerce/2.2.4-2.2.5.html %}
30+
2731
## 2.2.3 - 2.2.4 {#releases-2_2_3-2_2_4}
2832

2933
{% include backward-incompatible-changes/commerce/2.2.3-2.2.4.html %}

guides/v2.2/release-notes/backward-incompatible-changes/open-source.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ type="warning"
1919
content="When the [@api] and [@deprecated] doc blocks tags are added to the code base, they are recognized as _Class was added_ or _Method has been added_. "
2020
%}
2121

22+
## 2.2.4 - 2.2.5 {#releases-2_2_4-2_2_5}
23+
24+
{% include backward-incompatible-changes/open-source/2.2.4-2.2.5.html %}
25+
2226
## 2.2.3 - 2.2.4 {#releases-2_2_3-2_2_4}
2327

2428
{% include backward-incompatible-changes/open-source/2.2.3-2.2.4.html %}

0 commit comments

Comments
 (0)