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.
MAGETWO-49336: Publication of breaking changes
- Loading branch information
1 parent
42ce933
commit aa6121a
Showing
2 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
_includes/backward-incompatible-changes/commerce/2.2.9-2.2.10.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,24 @@ | ||
|
||
<h3 id="2.2.9-2.2.10-class">Class changes</h3> | ||
<table><tbody> | ||
<tr> | ||
<th>What changed</th> | ||
<th>How it changed</th> | ||
</tr> | ||
</tbody></table> | ||
|
||
<h3 id="2.2.9-2.2.10-class-api-membership">Class API membership changes</h3> | ||
<table><tbody> | ||
<tr> | ||
<th>What changed</th> | ||
<th>How it changed</th> | ||
</tr> | ||
<tr> | ||
<td>Magento\CustomerCustomAttributes\Block\Adminhtml\Customer\ValidationMessages</td> | ||
<td>Class was added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Banner\Model\Banner</td> | ||
<td>Class was added.</td> | ||
</tr> | ||
</tbody></table> |
84 changes: 84 additions & 0 deletions
84
_includes/backward-incompatible-changes/open-source/2.2.9-2.2.10.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,84 @@ | ||
|
||
<h3 id="2.2.9-2.2.10-class">Class changes</h3> | ||
<table><tbody> | ||
<tr> | ||
<th>What changed</th> | ||
<th>How it changed</th> | ||
</tr> | ||
<tr> | ||
<td>Magento\Tax\Block\Adminhtml\Rate\Form::_construct</td> | ||
<td>[protected] Method return typing changed.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Block\Adminhtml\Items\Column\Name::truncateString</td> | ||
<td>[public] Method parameter typing removed.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Review\Block\Customer\View::_toHtml</td> | ||
<td>[protected] Method return typing changed.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Eav\Model\Entity\Attribute\Source\Store::getAllOptions</td> | ||
<td>[public] Method return typing changed.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Directory\Model\Config\Source\Country\Full::toOptionArray</td> | ||
<td>[public] Method return typing changed.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Config\Console\Command\ConfigSetCommand::execute</td> | ||
<td>[protected] Method return typing changed.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Reports\Block\Adminhtml\Grid::__construct</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Eav\Model\ResourceModel\Entity\Attribute::_beforeDelete</td> | ||
<td>[protected] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Eav\Model\Entity\Attribute\Source\Store::getAllOptions</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Directory\Model\ResourceModel\Country::__construct</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Directory\Model\Config\Source\Country\Full::toOptionArray</td> | ||
<td>[public] Added optional parameter(s).</td> | ||
</tr> | ||
</tbody></table> | ||
|
||
<h3 id="2.2.9-2.2.10-interface">Interface changes</h3> | ||
<table><tbody> | ||
<tr> | ||
<th>What changed</th> | ||
<th>How it changed</th> | ||
</tr> | ||
<tr> | ||
<td>Magento\Vault\Api\PaymentTokenManagementInterface::getListByCustomerId</td> | ||
<td>[public] Method return typing changed.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Api\CreditmemoCommentRepositoryInterface::getList</td> | ||
<td>[public] Method return typing changed.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Api\CreditmemoManagementInterface::getCommentsList</td> | ||
<td>[public] Method return typing changed.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Api\OrderManagementInterface::getCommentsList</td> | ||
<td>[public] Method return typing changed.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Api\OrderStatusHistoryRepositoryInterface::getList</td> | ||
<td>[public] Method return typing changed.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Api\Data\CreditmemoInterface::getComments</td> | ||
<td>[public] Method return typing changed.</td> | ||
</tr> | ||
</tbody></table> |