forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request magento#2386 from magento/BICs-2.2
Generated backward incompatible changes for Magento 2.2
- Loading branch information
Showing
4 changed files
with
142 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
_includes/backward-incompatible-changes/commerce/2.2.4-2.2.5.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<h3 id="classes-2.2.4-2.2.5">Changes in classes</h3> | ||
<table><tbody> | ||
<tr> | ||
<th>What Changed</th> | ||
<th>How Changed</th> | ||
</tr> | ||
<tr> | ||
<td>Magento\AdvancedSearch\Model\ResourceModel\Index::__construct</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
</tbody></table> |
123 changes: 123 additions & 0 deletions
123
_includes/backward-incompatible-changes/open-source/2.2.4-2.2.5.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
<h3 id="classes-2.2.4-2.2.5">Changes in classes</h3> | ||
<table><tbody> | ||
<tr> | ||
<th>What Changed</th> | ||
<th>How Changed</th> | ||
</tr> | ||
<tr> | ||
<td>Magento\CatalogSearch\Model\Indexer\Fulltext\Action\DataProvider::getSearchableProducts</td> | ||
<td>[public] Method parameter name changed.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Framework\File\Uploader::__construct</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Swatches\Block\Product\Renderer\Listing\Configurable::__construct</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Swatches\Block\Product\Renderer\Listing\Configurable::getPriceFormatJson</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Swatches\Block\Product\Renderer\Listing\Configurable::getPricesJson</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Block\Order\Recent::__construct</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Block\Order\Recent::getRecentOrders</td> | ||
<td>[protected] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Block\Order\Recent::ORDER_LIMIT</td> | ||
<td>Constant has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Multishipping\Model\Checkout\Type\Multishipping::__construct</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Directory\Model\ResourceModel\Country\Collection::__construct</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\CustomerImportExport\Model\Import\Customer::prepareCustomerData</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\CustomerImportExport\Model\Import\Customer::validateData</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\ConfigurableProduct\Block\Product\View\Type\Configurable::__construct</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\CatalogSearch\Model\Indexer\Fulltext::__construct</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\CatalogSearch\Model\Indexer\Fulltext\Action\DataProvider::__construct</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\CatalogSearch\Model\Indexer\Fulltext\Action\Full::__construct</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\CatalogInventory\Model\Source\Stock::addValueSortToCollection</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\CatalogImportExport\Model\Import\Uploader::__construct</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Catalog\Model\ResourceModel\Product::__construct</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Catalog\Model\ResourceModel\Product\Collection::__construct</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Catalog\Model\ResourceModel\Product\Indexer\Price\DefaultPrice::__construct</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Catalog\Model\Indexer\Category\Product\AbstractAction::__construct</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Catalog\Model\Indexer\Category\Product\AbstractAction::getIndexTable</td> | ||
<td>[protected] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Catalog\Model\Indexer\Category\Product\AbstractAction::$tableMaintainer</td> | ||
<td>[protected] Property has been added.</td> | ||
</tr> | ||
</tbody></table> | ||
|
||
<h3 id="interfaces-2.2.4-2.2.5">Changes in interfaces</h3> | ||
<table><tbody> | ||
<tr> | ||
<th>What Changed</th> | ||
<th>How Changed</th> | ||
</tr> | ||
<tr> | ||
<td>Magento\CatalogInventory\Api\Data\StockStatusInterface::STATUS_OUT_OF_STOCK</td> | ||
<td>Constant has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\CatalogInventory\Api\Data\StockStatusInterface::STATUS_IN_STOCK</td> | ||
<td>Constant has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Framework\Lock\LockManagerInterface</td> | ||
<td>Interface was added.</td> | ||
</tr> | ||
</tbody></table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters