This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated reference documentation on backward incompatible changes for 2.3.5-2.3.6 versions delta.
- Loading branch information
1 parent
61b2d4d
commit 32f5616
Showing
2 changed files
with
112 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
src/_includes/backward-incompatible-changes/commerce/2.3.5-2.3.6.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,12 @@ | ||
|
||
<h3 id="ee_2.3.5-2.3.6-class">Class changes</h3> | ||
<table><tbody> | ||
<tr> | ||
<th>What changed</th> | ||
<th>How it changed</th> | ||
</tr> | ||
<tr> | ||
<td>Magento\Rma\Block\Email\Items::getCollection</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
</tbody></table> |
100 changes: 100 additions & 0 deletions
100
src/_includes/backward-incompatible-changes/open-source/2.3.5-2.3.6.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,100 @@ | ||
|
||
<h3 id="ce_2.3.5-2.3.6-class">Class changes</h3> | ||
<table><tbody> | ||
<tr> | ||
<th>What changed</th> | ||
<th>How it changed</th> | ||
</tr> | ||
<tr> | ||
<td>Magento\User\Model\User::$_cacheTag</td> | ||
<td>[protected] Property has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Block\Order\Email\Items::__construct</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Block\Order\Email\Items::getOrder</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Block\Order\Email\Shipment\Items::__construct</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Block\Order\Email\Shipment\Items::getOrder</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Block\Order\Email\Shipment\Items::getShipment</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Block\Order\Email\Invoice\Items::__construct</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Block\Order\Email\Invoice\Items::getOrder</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Block\Order\Email\Invoice\Items::getInvoice</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Block\Order\Email\Creditmemo\Items::__construct</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Block\Order\Email\Creditmemo\Items::getOrder</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Sales\Block\Order\Email\Creditmemo\Items::getCreditmemo</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Catalog\Model\Category::getCacheTags</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Catalog\Model\Product::getCacheTags</td> | ||
<td>[public] Method has been added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Authorization\Model\Role::$_cacheTag</td> | ||
<td>[protected] Property has been added.</td> | ||
</tr> | ||
</tbody></table> | ||
|
||
<h3 id="ce_2.3.5-2.3.6-class-api-membership">Class API membership changes</h3> | ||
<table><tbody> | ||
<tr> | ||
<th>What changed</th> | ||
<th>How it changed</th> | ||
</tr> | ||
<tr> | ||
<td>Magento\Framework\Url</td> | ||
<td>Class was added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Framework\Locale\Resolver</td> | ||
<td>Class was added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Framework\Api\AbstractSimpleObjectBuilder</td> | ||
<td>Class was added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Translation\Model\ResourceModel\Translate</td> | ||
<td>Class was added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\SalesRule\Model\Validator</td> | ||
<td>Class was added.</td> | ||
</tr> | ||
<tr> | ||
<td>Magento\Review\Block\Product\View</td> | ||
<td>Class was added.</td> | ||
</tr> | ||
</tbody></table> |