Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit c09fc76

Browse files
authored
Merge pull request magento-commerce/devdocs#2584
Q4'22 GA: Update backward incompatible changes
2 parents aaa5d98 + 1e02d45 commit c09fc76

File tree

11 files changed

+70
-0
lines changed

11 files changed

+70
-0
lines changed

src/_includes/backward-incompatible-changes/commerce/2.3.7-2.3.7-p1.md

Whitespace-only changes.

src/_includes/backward-incompatible-changes/commerce/2.3.7-p1-2.3.7-p2.md

Whitespace-only changes.

src/_includes/backward-incompatible-changes/commerce/2.4.3-2.4.3-p1.md

Whitespace-only changes.

src/_includes/backward-incompatible-changes/commerce/b2b-1.1.7-1.1.7-p1.md

Whitespace-only changes.

src/_includes/backward-incompatible-changes/commerce/b2b-1.1.7-p1-1.1.7-p2.md

Whitespace-only changes.

src/_includes/backward-incompatible-changes/commerce/b2b-1.3.2-1.3.2-p1.md

Whitespace-only changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### System changes {#ce-237-237-p1-system}
2+
3+
| What changed | How it changed |
4+
| --- | --- |
5+
| system | A section-node was added |
6+
| system/security | A group-node was added |
7+
| system/security/max\_session\_size\_admin | A field-node was added |
8+
| system/security/max\_session\_size\_storefront | A field-node was added |
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
### Class changes {#ce-237-p1-237-p2-class}
2+
3+
| What changed | How it changed |
4+
| --- | --- |
5+
| Magento\Customer\Model\ResourceModel\Customer::findSessionCutOff | [public] Method has been added. |
6+
| Magento\Customer\Model\ResourceModel\Customer::updateSessionCutOff | [public] Method has been added. |
7+
8+
### Database changes {#ce-237-p1-237-p2-database}
9+
10+
| What changed | How it changed |
11+
| --- | --- |
12+
| customer\_entity/session\_cutoff | Column was added |
13+
| customer\_visitor/created\_at | Column was added |
14+
15+
### Class API membership changes {#ce-237-p1-237-p2-class-api-membership}
16+
17+
| What changed | How it changed |
18+
| --- | --- |
19+
| Magento\Framework\Session\SessionManager | Class was added. |
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
### Class changes {#ce_243-243-p1-class}
2+
3+
| What changed | How it changed |
4+
| --- | --- |
5+
| Magento\Customer\Model\ResourceModel\Customer::findSessionCutOff | [public] Method has been added. |
6+
| Magento\Customer\Model\ResourceModel\Customer::updateSessionCutOff | [public] Method has been added. |
7+
8+
### Database changes {#ce_243-243-p1-database}
9+
10+
| What changed | How it changed |
11+
| --- | --- |
12+
| customer\_entity/session\_cutoff | Column was added |
13+
| customer\_visitor/created\_at | Column was added |
14+
15+
### Class API membership changes {#ce_243-243-p1-class-api-membership}
16+
17+
| What changed | How it changed |
18+
| --- | --- |
19+
| Magento\Framework\Session\SessionManager | Class was added. |

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,22 @@ We expanded documentation coverage of the types of changes in 2.3.5. Previously,
2222
{:.bs-callout-info}
2323
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]({{site.baseurl}}/release/policy/).
2424

25+
## 2.3.7-p1 - 2.3.7-p2
26+
27+
{% include backward-incompatible-changes/open-source/2.3.7-p1-2.3.7-p2.md %}
28+
29+
{% include backward-incompatible-changes/commerce/2.3.7-p1-2.3.7-p2.md %}
30+
31+
{% include backward-incompatible-changes/commerce/b2b-1.1.7-p1-1.1.7-p2.md %}
32+
33+
## 2.3.7 - 2.3.7-p1
34+
35+
{% include backward-incompatible-changes/open-source/2.3.7-2.3.7-p1.md %}
36+
37+
{% include backward-incompatible-changes/commerce/2.3.7-2.3.7-p1.md %}
38+
39+
{% include backward-incompatible-changes/commerce/b2b-1.1.7-1.1.7-p1.md %}
40+
2541
## 2.3.6 - 2.3.7
2642

2743
{% include backward-incompatible-changes/open-source/2.3.6-2.3.7.md %}

0 commit comments

Comments
 (0)