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

Commit 151c0ec

Browse files
authored
Merge branch 'master' into db_guild
2 parents 4273d2a + db10d11 commit 151c0ec

File tree

33 files changed

+483
-48
lines changed

33 files changed

+483
-48
lines changed

src/_data/core-releases.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"2.4": {
33
"releases": [
4+
{
5+
"publishedAt": "2021-10-12T14:41:27Z",
6+
"tagName": "2.4.3-p1"
7+
},
48
{
59
"publishedAt": "2021-08-10T16:44:14Z",
610
"tagName": "2.4.3"
@@ -38,6 +42,10 @@
3842
},
3943
"2.3": {
4044
"releases": [
45+
{
46+
"publishedAt": "2021-10-12T14:41:22Z",
47+
"tagName": "2.3.7-p2"
48+
},
4149
{
4250
"publishedAt": "2021-08-10T16:44:05Z",
4351
"tagName": "2.3.7-p1"

src/_data/mde.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ extensions:
505505
name: Product Recommendations
506506
versions:
507507
-
508-
name: 3.3.3
508+
name: 3.3.5
509509
support:
510510
2.3.0: supported
511511
2.3.1: supported
@@ -519,6 +519,21 @@ extensions:
519519
2.4.1: supported
520520
2.4.2: supported
521521
2.4.3: supported
522+
-
523+
name: 3.3.3
524+
support:
525+
2.3.0: compatible
526+
2.3.1: compatible
527+
2.3.2: compatible
528+
2.3.3: compatible
529+
2.3.4: compatible
530+
2.3.5-p1: compatible
531+
2.3.6: compatible
532+
2.3.7: compatible
533+
2.4.0: compatible
534+
2.4.1: compatible
535+
2.4.2: compatible
536+
2.4.3: compatible
522537
-
523538
name: 3.3.2
524539
support:

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. |

0 commit comments

Comments
 (0)