Skip to content

Commit

Permalink
Merge pull request magento#1551 from magento/ds_MAGEDOC-2713_bics-for…
Browse files Browse the repository at this point in the history
…-releases

Added backward incompatible changes
  • Loading branch information
dshevtsov authored Dec 13, 2017
2 parents 17fea5e + 0dc6b32 commit 8a2fc7b
Show file tree
Hide file tree
Showing 15 changed files with 110 additions and 83 deletions.
Empty file.
2 changes: 2 additions & 0 deletions _includes/changes/b2b/1.0.0-1.0.1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<h3 id="changes-100-101">No changes</h3>
<p>No backward incompatible changes.</p>
10 changes: 2 additions & 8 deletions _includes/changes/b2b/1.0.1-1.0.2.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@

<h2 id="class">Class</h2>
<table><tbody>
<tr>
<th>Target</th>
<th>What Changed</th>
</tr>
</tbody></table>
<h3 id="changes-101-102">No changes</h3>
<p>No backward incompatible changes.</p>
21 changes: 10 additions & 11 deletions _includes/changes/ce/2.1.10-2.1.11.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

<h2 id="class">Class</h2>
<h3 id="classes-2110-2111">Changes in classes</h3>
<table><tbody>
<tr>
<th>Target</th>
<th>What Changed</th>
</tr>
<tr>
<th>What Changed</th>
<th>How Changed</th>
</tr>
<tr>
<td>Magento\Catalog\Model\Product\Type\AbstractType::isPossibleBuyFromList</td>
<td>[public] Method has been added.</td>
Expand All @@ -23,12 +22,12 @@ <h2 id="class">Class</h2>
</tr>
</tbody></table>

<h2 id="interface">Interface</h2>
<h3 id="interfaces-2110-2111">Changes in interfaces</h3>
<table><tbody>
<tr>
<th>Target</th>
<th>What Changed</th>
</tr>
<tr>
<th>What Changed</th>
<th>How Changed</th>
</tr>
<tr>
<td>Magento\Framework\Stdlib\DateTime\TimezoneInterface::date</td>
<td>[public] Method parameter name changed.</td>
Expand Down
21 changes: 10 additions & 11 deletions _includes/changes/ce/2.2.1-2.2.2.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

<h2 id="class">Class</h2>
<h3 id="classes-221-222">Changes in classes</h3>
<table><tbody>
<tr>
<th>Target</th>
<th>What Changed</th>
</tr>
<tr>
<th>What Changed</th>
<th>How Changed</th>
</tr>
<tr>
<td>Magento\Newsletter\Model\Subscriber::__construct</td>
<td>[public] Method parameter name changed.</td>
Expand Down Expand Up @@ -95,12 +94,12 @@ <h2 id="class">Class</h2>
</tr>
</tbody></table>

<h2 id="interface">Interface</h2>
<h3 id="interfaces-221-222">Changes in interfaces</h3>
<table><tbody>
<tr>
<th>Target</th>
<th>What Changed</th>
</tr>
<tr>
<th>What Changed</th>
<th>How Changed</th>
</tr>
<tr>
<td>Magento\InstantPurchase\PaymentMethodIntegration\AvailabilityCheckerInterface</td>
<td>Interface was added.</td>
Expand Down
21 changes: 10 additions & 11 deletions _includes/changes/ee/2.1.10-2.1.11.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

<h2 id="class">Class</h2>
<h3 id="classes-2110-2111">Changes in classes</h3>
<table><tbody>
<tr>
<th>Target</th>
<th>What Changed</th>
</tr>
<tr>
<th>What Changed</th>
<th>How Changed</th>
</tr>
<tr>
<td>Magento\AdvancedCatalog\Model\ResourceModel\Product\Indexer\Eav\Source::TRANSIT_PREFIX</td>
<td>Constant has been removed.</td>
Expand Down Expand Up @@ -1851,12 +1850,12 @@ <h2 id="class">Class</h2>
</tr>
</tbody></table>

<h2 id="interface">Interface</h2>
<h3 id="interfaces-2110-2111">Changes in interfaces</h3>
<table><tbody>
<tr>
<th>Target</th>
<th>What Changed</th>
</tr>
<tr>
<th>What Changed</th>
<th>How Changed</th>
</tr>
<tr>
<td>Magento\Rma\Api\CommentRepositoryInterface::getList</td>
<td>[public] Method parameter changed.</td>
Expand Down
10 changes: 2 additions & 8 deletions _includes/changes/ee/2.2.1-2.2.2.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@

<h2 id="class">Class</h2>
<table><tbody>
<tr>
<th>Target</th>
<th>What Changed</th>
</tr>
</tbody></table>
<h3 id="changes-221-222">No changes</h3>
<p>No backward incompatible changes.</p>
10 changes: 5 additions & 5 deletions guides/v2.0/release-notes/changes/ce_changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
group: release-notes
title: Magento Open Source Backward Incompatible Changes
title: Backward incompatible changes in Magento Open Source
version: 2.0
github_link: release-notes/changes/ce_changes.md
---
Expand All @@ -11,11 +11,11 @@ This topic provides details about backward incompatible changes made in {{site.d
All changes are generated automatically using the codebase of corresponding releases in [magento/magento2] repository.
The changes are aggregated into two tables:

- that contains backward incompatible changes made to Magento classes
- that contains backward incompatible changes made to the Magento interfaces
1. **Changes in classes** that contains backward incompatible changes made to the Magento classes
2. **Changes in interfaces** that contains backward incompatible changes made to the Magento interfaces

<div class="bs-callout bs-callout-warning" markdown="1">
**Temporary issue**: Added docblock tags like [@api] or [@deprecated] are defined in **How Changed** as _Class was added_ or _Method has been added_.
**Temporary issue**: Added docblock tags like [@deprecated] are defined in **How Changed** as _Class was added_ or _Method has been added_.
</div>

## 2.0.16 - 2.0.17 {#releases-2_0_16-2_0_17}
Expand Down Expand Up @@ -89,5 +89,5 @@ The changes are aggregated into two tables:
<!-- LINK DEFINITIONS -->

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

[@deprecated]: {{page.baseurl}}coding-standards/docblock-standard-general.html#deprecated
10 changes: 5 additions & 5 deletions guides/v2.0/release-notes/changes/ee_changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
group: release-notes
title: Magento Commerce Backward Incompatible Changes
title: Backward incompatible changes in Magento Commerce
version: 2.0
github_link: release-notes/changes/ee_changes.md
---
Expand All @@ -16,11 +16,11 @@ To track all changes in {{site.data.var.ee}}, consider [changes in {{site.data.v

The changes are aggregated into two tables:

- that contains backward incompatible changes made to Magento classes
- that contains backward incompatible changes made to the Magento interfaces
1. **Changes in classes** that contains backward incompatible changes made to the Magento classes
2. **Changes in interfaces** that contains backward incompatible changes made to the Magento interfaces

<div class="bs-callout bs-callout-warning" markdown="1">
**Temporary issue**: Added docblock tags like [@api] or [@deprecated] are defined in **How Changed** as _Class was added_ or _Method has been added_.
**Temporary issue**: Added docblock tags like [@deprecated] are defined in **How Changed** as _Class was added_ or _Method has been added_.
</div>

## 2.0.16 - 2.0.17 {#releases-2_0_16-2_0_17}
Expand Down Expand Up @@ -94,5 +94,5 @@ The changes are aggregated into two tables:
<!-- LINK DEFINITIONS -->

[changes in {{site.data.var.ce}}]: ./ce_changes.html
[@api]: {{page.baseurl}}coding-standards/docblock-standard-general.html#api

[@deprecated]: {{page.baseurl}}coding-standards/docblock-standard-general.html#deprecated
14 changes: 9 additions & 5 deletions guides/v2.1/release-notes/changes/ce_changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
group: release-notes
title: Magento Open Source Backward Incompatible Changes
title: Backward incompatible changes in Magento Open Source
version: 2.1
github_link: release-notes/changes/ce_changes.md
---
Expand All @@ -11,13 +11,17 @@ This topic provides details about backward incompatible changes made in {{site.d
All changes are generated automatically using the codebase of corresponding releases in [magento/magento2] repository.
The changes are aggregated into two tables:

- that contains backward incompatible changes made to Magento classes
- that contains backward incompatible changes made to the Magento interfaces
1. **Changes in classes** that contains backward incompatible changes made to the Magento classes
2. **Changes in interfaces** that contains backward incompatible changes made to the Magento interfaces

<div class="bs-callout bs-callout-warning" markdown="1">
**Temporary issue**: Added docblock tags like [@api] or [@deprecated] are defined in **How Changed** as _Class was added_ or _Method has been added_.
**Temporary issue**: Added docblock tags like [@deprecated] are defined in **How Changed** as _Class was added_ or _Method has been added_.
</div>

## 2.1.10 - 2.1.11 {#releases-2_1_10-2_1_11}

{% include changes/ce/2.1.10-2.1.11.html %}

## 2.1.9 - 2.1.10 {#releases-2_1_9-2_1_10}

{% include changes/ce/2.1.9-2.1.10.html %}
Expand Down Expand Up @@ -65,5 +69,5 @@ The changes are aggregated into two tables:
<!-- LINK DEFINITIONS -->

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

[@deprecated]: {{page.baseurl}}coding-standards/docblock-standard-general.html#deprecated
14 changes: 9 additions & 5 deletions guides/v2.1/release-notes/changes/ee_changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
group: release-notes
title: Magento Commerce Backward Incompatible Changes
title: Backward incompatible changes in Magento Commerce
version: 2.1
github_link: release-notes/changes/ee_changes.md
---
Expand All @@ -16,13 +16,17 @@ To track all changes in {{site.data.var.ee}}, consider [changes in {{site.data.v

The changes are aggregated into two tables:

- that contains backward incompatible changes made to Magento classes
- that contains backward incompatible changes made to the Magento interfaces
1. **Changes in classes** that contains backward incompatible changes made to the Magento classes
2. **Changes in interfaces** that contains backward incompatible changes made to the Magento interfaces

<div class="bs-callout bs-callout-warning" markdown="1">
**Temporary issue**: Added docblock tags like [@api] or [@deprecated] are defined in **How Changed** as _Class was added_ or _Method has been added_.
**Temporary issue**: Added docblock tags like [@deprecated] are defined in **How Changed** as _Class was added_ or _Method has been added_.
</div>

## 2.1.10 - 2.1.11 {#releases-2_1_10-2_1_11}

{% include changes/ee/2.1.10-2.1.11.html %}

## 2.1.9 - 2.1.10 {#releases-2_1_9-2_1_10}

{% include changes/ee/2.1.9-2.1.10.html %}
Expand Down Expand Up @@ -70,5 +74,5 @@ The changes are aggregated into two tables:
<!-- LINK DEFINITIONS -->

[changes in {{site.data.var.ce}}]: ./ce_changes.html
[@api]: {{page.baseurl}}coding-standards/docblock-standard-general.html#api

[@deprecated]: {{page.baseurl}}coding-standards/docblock-standard-general.html#deprecated
29 changes: 27 additions & 2 deletions guides/v2.2/release-notes/changes/b2b_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,33 @@
layout: default
group: release-notes
version: 2.2
title: Magento Commerce for B2B Backward Incompatible Changes
title: Backward Incompatible Changes in Magento Commerce for B2B
github_link: release-notes/changes/b2b_changes.md
---

At this time, there are no backward incompatible changes for {{site.data.var.b2b}}.
This topic provides details about backward incompatible changes related to {{site.data.var.b2b}} 1.0.

All changes are generated automatically using the codebase of corresponding releases in private repository that contains additional modules only.

<div class="bs-callout bs-callout-info" markdown="1">
To track all changes in {{site.data.var.b2b}}, consider [changes in {{site.data.var.ce}}] and [changes in {{site.data.var.ee}}].
</div>

The changes are aggregated into two tables:

1. **Changes in classes** that contains backward incompatible changes made to the Magento classes
2. **Changes in interfaces** that contains backward incompatible changes made to the Magento interfaces

## 1.0.1 - 1.0.2 {#releases-1_0_1-1_0_2}

{% include changes/b2b/1.0.1-1.0.2.html %}

## 1.0.0 - 1.0.1 {#releases-1_0_0-1_0_1}

{% include changes/b2b/1.0.0-1.0.1.html %}

<!-- LINK DEFINITIONS -->

[changes in {{site.data.var.ce}}]: ce_changes.html
[changes in {{site.data.var.ee}}]: ee_changes.html
[@deprecated]: {{page.baseurl}}coding-standards/docblock-standard-general.html#deprecated
14 changes: 9 additions & 5 deletions guides/v2.2/release-notes/changes/ce_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
group: release-notes
version: 2.2
title: Magento Open Source Backward Incompatible Changes
title: Backward incompatible changes in Magento Open Source
github_link: release-notes/changes/ce_changes.md
---

Expand All @@ -11,13 +11,17 @@ This topic provides details about backward incompatible changes related to {{sit
All changes are generated automatically using the codebase of corresponding releases in [magento/magento2] repository.
The changes are aggregated into two tables:

- that contains backward incompatible changes made to Magento classes
- that contains backward incompatible changes made to the Magento interfaces
1. **Changes in classes** that contains backward incompatible changes made to the Magento classes
2. **Changes in interfaces** that contains backward incompatible changes made to the Magento interfaces

<div class="bs-callout bs-callout-warning" markdown="1">
**Temporary issue**: Added docblock tags like [@api] or [@deprecated] are defined in **How Changed** as _Class was added_ or _Method has been added_.
**Temporary issue**: Added docblock tags like [@deprecated] are defined in **How Changed** as _Class was added_ or _Method has been added_.
</div>

## 2.2.1 - 2.2.2 {#releases-2_2_1-2_2_2}

{% include changes/ce/2.2.1-2.2.2.html %}

## 2.2.0 - 2.2.1 {#releases-2_2_0-2_2_1}

{% include changes/ce/2.2.0-2.2.1.html %}
Expand All @@ -29,5 +33,5 @@ The changes are aggregated into two tables:
<!-- LINK DEFINITIONS -->

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

[@deprecated]: {{page.baseurl}}coding-standards/docblock-standard-general.html#deprecated
15 changes: 9 additions & 6 deletions guides/v2.2/release-notes/changes/ee_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
group: release-notes
version: 2.2
title: Magento Commerce Backward Incompatible Changes
title: Backward incompatible changes in Magento Commerce
github_link: release-notes/changes/ee_changes.md
---

Expand All @@ -16,23 +16,26 @@ To track all changes in {{site.data.var.ee}}, consider [changes in {{site.data.v

The changes are aggregated into two tables:

- that contains backward incompatible changes made to Magento classes
- that contains backward incompatible changes made to the Magento interfaces
1. **Changes in classes** that contains backward incompatible changes made to the Magento classes
2. **Changes in interfaces** that contains backward incompatible changes made to the Magento interfaces

<div class="bs-callout bs-callout-warning" markdown="1">
**Temporary issue**: Added docblock tags like [@api] or [@deprecated] are defined in **How Changed** as _Class was added_ or _Method has been added_.
**Temporary issue**: Added docblock tags like [@deprecated] are defined in **How Changed** as _Class was added_ or _Method has been added_.
</div>

## 2.2.1 - 2.2.2 {#releases-2_2_1-2_2_2}

{% include changes/ee/2.2.1-2.2.2.html %}

## 2.2.0 - 2.2.1 {#releases-2_2_0-2_2_1}

{% include changes/ee/2.2.0-2.2.1.html %}

## 2.1.0 - 2.2.0 {#releases-2_1_0-2_2_0}

{% include changes/ce/2.1.0-2.2.0.html %}
{% include changes/ee/2.1.0-2.2.0.html %}

<!-- LINK DEFINITIONS -->

[changes in {{site.data.var.ce}}]: ./ce_changes.html
[@api]: {{page.baseurl}}coding-standards/docblock-standard-general.html#api
[@deprecated]: {{page.baseurl}}coding-standards/docblock-standard-general.html#deprecated
2 changes: 1 addition & 1 deletion guides/v2.3/release-notes/backward-incompatible-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ You can view the detailed lists of changes generated by the Semantic Version Che

- [{{site.data.var.ce}} changes](https://htmlpreview.github.io/?https://github.com/magento/devdocs/blob/develop/_includes/changes/ce/2.2.0-develop.html)
- [{{site.data.var.ee}} changes](https://htmlpreview.github.io/?https://github.com/magento/devdocs/blob/develop/_includes/changes/ee/2.2.0-develop.html)
- [{{site.data.var.b2b}} changes](https://htmlpreview.github.io/?https://github.com/magento/devdocs/blob/develop/_includes/changes/b2b/1.0-develop.html)
- [{{site.data.var.b2b}} changes](https://htmlpreview.github.io/?https://github.com/magento/devdocs/blob/develop/_includes/changes/b2b/1.0.0-develop.html)

0 comments on commit 8a2fc7b

Please sign in to comment.