Skip to content

Commit 12ab12f

Browse files
authored
DOCSP-50023: remove eol server version mentions (#3387)
1 parent d6f593e commit 12ab12f

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

docs/compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Compatibility
1515
:class: singlecol
1616

1717
.. meta::
18-
:keywords: laravel 9, laravel 10, laravel 11, laravel 12, 4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 5.3
18+
:keywords: laravel 9, laravel 10, laravel 11, laravel 12, 4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 5.3, 5.4
1919

2020
Laravel Compatibility
2121
---------------------

docs/includes/framework-compatibility-laravel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Laravel 10.x
99
- Laravel 9.x
1010

11-
* - 5.2 to 5.3
11+
* - 5.2 to 5.4
1212
- ✓
1313
- ✓
1414
- ✓

docs/transactions.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,8 @@ This guide contains the following sections:
6060
Requirements and Limitations
6161
----------------------------
6262

63-
To perform transactions in MongoDB, you must use the following MongoDB
64-
version and topology:
65-
66-
- MongoDB version 4.0 or later
67-
- A replica set deployment or sharded cluster
68-
6963
MongoDB Server and the {+odm-short+} have the following limitations:
7064

71-
- In MongoDB versions 4.2 and earlier, write operations performed within a
72-
transaction must be on existing collections. In MongoDB versions 4.4 and
73-
later, the server automatically creates collections as necessary when
74-
you perform write operations in a transaction. To learn more about this
75-
limitation, see :manual:`Create Collections and Indexes in a Transaction </core/transactions/#create-collections-and-indexes-in-a-transaction>`
76-
in the {+server-docs-name+}.
77-
7865
- MongoDB does not support nested transactions. If you attempt to start a
7966
transaction within another one, the extension raises a ``RuntimeException``.
8067
To learn more about this limitation, see :manual:`Transactions and Sessions </core/transactions/#transactions-and-sessions>`

0 commit comments

Comments
 (0)