Skip to content

Commit

Permalink
Merge pull request magento#2386 from magento/BICs-2.2
Browse files Browse the repository at this point in the history
Generated backward incompatible changes for Magento 2.2
  • Loading branch information
dshevtsov authored Jun 27, 2018
2 parents 3dad8d6 + 30ae32f commit 1c0480a
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _includes/backward-incompatible-changes/commerce/2.2.4-2.2.5.html
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 _includes/backward-incompatible-changes/open-source/2.2.4-2.2.5.html
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>
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ type="warning"
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_. "
%}

## 2.2.4 - 2.2.5 {#releases-2_2_4-2_2_5}

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

## 2.2.3 - 2.2.4 {#releases-2_2_3-2_2_4}

{% include backward-incompatible-changes/commerce/2.2.3-2.2.4.html %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ type="warning"
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_. "
%}

## 2.2.4 - 2.2.5 {#releases-2_2_4-2_2_5}

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

## 2.2.3 - 2.2.4 {#releases-2_2_3-2_2_4}

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

0 comments on commit 1c0480a

Please sign in to comment.