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

Skip to content

Commit ad9cee6

Browse files
authored
Merge pull request magento#4854 from magento/ds_BICs
Backward incompatible changes reference for 2.3.2, 2.2.9, 2.1.18
2 parents 466d5d6 + acddde9 commit ad9cee6

File tree

11 files changed

+64
-317
lines changed

11 files changed

+64
-317
lines changed

_includes/backward-incompatible-changes/commerce/2.1.17-2.1.18.md

Whitespace-only changes.

_includes/backward-incompatible-changes/commerce/2.2.8-2.2.9.md

Whitespace-only changes.

_includes/backward-incompatible-changes/commerce/2.3.1-2.3-develop.html

Lines changed: 0 additions & 24 deletions
This file was deleted.

_includes/backward-incompatible-changes/commerce/2.3.1-2.3.2.md

Whitespace-only changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### No changes {#changes-2117-2118}
2+
3+
No backward incompatible changes.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Class changes {#class-228-229}
2+
3+
| What changed | How it changed |
4+
|--------------------------------------------------------------------------------------|---------------------------------------------|
5+
| Magento\AuthorizenetAcceptjs\Block\Form | Class was added. |
6+
| Magento\AuthorizenetAcceptjs\Block\Info | Class was added. |
7+
| Magento\AuthorizenetAcceptjs\Block\Payment | Class was added. |
8+
| Magento\Framework\Mail\Template\TransportBuilder::setFromByScope | [public] Method has been added. |
9+
| Magento\Swatches\Block\Product\Renderer\Listing\Configurable::getCacheKeyInfo | [public] Method has been added. |
10+
| Magento\Sales\Block\Adminhtml\Order\Create\Form\Account::extractValuesFromAttributes | [private] Removed last method parameter(s). |
11+
| Magento\Reports\Model\ResourceModel\Product\Downloads\Collection::getSelectCountSql | [public] Method has been added. |
12+
| Magento\Catalog\Model\Category::beforeSave | [public] Method has been added. |
13+
14+
### Interface changes {#interface-228-229}
15+
16+
| What changed | How it changed |
17+
|------------------------------------------------------|--------------------------|
18+
| Magento\Store\Api\Data\WebsiteInterface::ADMIN\_CODE | Constant has been added. |

_includes/backward-incompatible-changes/open-source/2.3.1-2.3-develop.html

Lines changed: 0 additions & 272 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
### Class changes {#class-231-232}
2+
3+
| What changed | How it changed |
4+
|-------------------------------------------------------------------------------------|------------------------------------|
5+
| Magento\Framework\View\Element\Context::getLockGuardedCacheLoader | [public] Method has been added. |
6+
| Magento\Framework\Search\Request::getSort | [public] Method has been added. |
7+
| Magento\Framework\Search\Response\QueryResponse::getTotal | [public] Method has been added. |
8+
| Magento\Framework\Search\Request\Builder::setSort | [public] Method has been added. |
9+
| Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Cart::\_\_construct | [public] Method has been added. |
10+
| Magento\Reports\Model\ResourceModel\Product\Downloads\Collection::getSelectCountSql | [public] Method has been added. |
11+
| Magento\Checkout\Block\Cart\Coupon::\_prepareLayout | [protected] Method has been added. |
12+
| Magento\CatalogSearch\Model\ResourceModel\Fulltext\Collection::addAttributeToSort | [public] Method has been added. |
13+
| Magento\CatalogSearch\Model\ResourceModel\Advanced\Collection::setOrder | [public] Method has been added. |
14+
| Magento\CatalogSearch\Model\ResourceModel\Advanced\Collection::addCategoryFilter | [public] Method has been added. |
15+
| Magento\CatalogSearch\Model\ResourceModel\Advanced\Collection::setVisibility | [public] Method has been added. |
16+
| Magento\Catalog\Ui\Component\Listing\Columns\Websites::applySorting | [protected] Method has been added. |
17+
| Magento\Catalog\Model\Category::beforeSave | [public] Method has been added. |
18+
19+
### Interface changes {#interface-231-232}
20+
21+
| What changed | How it changed |
22+
|----------------------------------------------------|----------------------|
23+
| Magento\ImportExport\Api\ExportManagementInterface | Interface was added. |
24+
| Magento\ImportExport\Api\Data\ExportInfoInterface | Interface was added. |
25+
26+
### Class API membership changes {#class-api-membership-231-232}
27+
28+
| What changed | How it changed |
29+
|------------------------------------|------------------|
30+
| Magento\Framework\Code\NameBuilder | Class was added. |

guides/v2.1/release-notes/backward-incompatible-changes/reference.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ The changes are aggregated into two tables:
1414
1. **Changes in classes** that contains backward incompatible changes made to the Magento classes
1515
2. **Changes in interfaces** that contains backward incompatible changes made to the Magento interfaces
1616

17-
{: .bs-callout .bs-callout-warning }
18-
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_.
17+
## 2.1.17 - 2.1.18 {#releases-2_1_17-2_1_18}
18+
19+
{% include backward-incompatible-changes/open-source/2.1.17-2.1.18.md %}
20+
21+
{% include backward-incompatible-changes/commerce/2.1.17-2.1.18.md %}
1922

2023
## 2.1.16 - 2.1.17 {#releases-2_1_16-2_1_17}
2124

@@ -130,5 +133,3 @@ When the [@api] and [@deprecated] doc blocks tags are added to the code base, th
130133
<!-- LINK DEFINITIONS -->
131134

132135
[magento/magento2]: https://github.com/magento/magento2
133-
[@api]: {{ page.baseurl }}/coding-standards/docblock-standard-general.html#api
134-
[@deprecated]: {{ page.baseurl }}/coding-standards/docblock-standard-general.html#deprecated

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ The changes are aggregated into two tables:
1515
1. **Changes in classes** that contains backward incompatible changes made to the Magento classes
1616
2. **Changes in interfaces** that contains backward incompatible changes made to the Magento interfaces
1717

18-
{: .bs-callout .bs-callout-warning }
19-
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_.
18+
## 2.2.8 - 2.2.9 {#releases-2_2_8-2_2_9}
19+
20+
{% include backward-incompatible-changes/open-source/2.2.8-2.2.9.md %}
21+
22+
{% include backward-incompatible-changes/commerce/2.2.8-2.2.9.md %}
2023

2124
## 2.2.7 - 2.2.8 {#releases-2_2_7-2_2_8}
2225

@@ -85,5 +88,3 @@ When the [@api] and [@deprecated] doc blocks tags are added to the code base, th
8588
<!-- LINK DEFINITIONS -->
8689

8790
[magento/magento2]: https://github.com/magento/magento2
88-
[@api]: {{ page.baseurl }}/coding-standards/docblock-standard-general.html#api
89-
[@deprecated]: {{ page.baseurl }}/coding-standards/docblock-standard-general.html#deprecated

0 commit comments

Comments
 (0)