Skip to content

Commit

Permalink
Update BIC reference
Browse files Browse the repository at this point in the history
Replace BICs for 2.4.7-2.4.6-betas with 2.4.7-2.4.6 GA
  • Loading branch information
dshevtsov committed Apr 12, 2024
1 parent 4a05865 commit 971eb78
Show file tree
Hide file tree
Showing 7 changed files with 301 additions and 951 deletions.
303 changes: 0 additions & 303 deletions src/_includes/backward-incompatible-changes/b2b/2.4.6-2.4.7-beta1.md

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

34 changes: 7 additions & 27 deletions src/pages/development/backward-incompatible-changes/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,45 +27,25 @@ To view changes in functional tests, refer to [Backward incompatible changes in

Patch releases are primarily focused on delivering security and quality enhancements on a regular basis to help you keep your sites performing at their peak. On an exceptional basis, breaking changes or additional patches or hotfixes may be released to address security or compliance issues and high-impact quality issues. On the module level, these are mostly PATCH-level changes; sometimes MINOR-level changes. See [Release policy](https://experienceleague.adobe.com/docs/commerce-operations/release/policy.html).

## 2.4.6 - 2.4.7-beta2
## 2.4.6 - 2.4.7

### Adobe Commerce

import Ac247b2 from '/src/_includes/backward-incompatible-changes/commerce/2.4.6-2.4.7-beta2.md'
import Ac247 from '/src/_includes/backward-incompatible-changes/commerce/2.4.6-2.4.7.md'

<Ac247b2 />
<Ac247 />

### B2B for Adobe Commerce

import B2b247b2 from '/src/_includes/backward-incompatible-changes/b2b/2.4.6-2.4.7-beta2.md'
import B2b247 from '/src/_includes/backward-incompatible-changes/b2b/2.4.6-2.4.7.md'

<B2b247b2 />
<B2b247 />

### Magento Open Source

import Os247b2 from '/src/_includes/backward-incompatible-changes/open-source/2.4.6-2.4.7-beta2.md'
import Os247 from '/src/_includes/backward-incompatible-changes/open-source/2.4.6-2.4.7.md'

<Os247b2 />

## 2.4.6 - 2.4.7-beta1

### Adobe Commerce

import Ac247b1 from '/src/_includes/backward-incompatible-changes/commerce/2.4.6-2.4.7-beta1.md'

<Ac247b1 />

### B2B for Adobe Commerce

import B2b247b1 from '/src/_includes/backward-incompatible-changes/b2b/2.4.6-2.4.7-beta1.md'

<B2b247b1 />

### Magento Open Source

import Os247b1 from '/src/_includes/backward-incompatible-changes/open-source/2.4.6-2.4.7-beta1.md'

<Os247b1 />
<Os247 />

## 2.4.5 - 2.4.6

Expand Down

0 comments on commit 971eb78

Please sign in to comment.