Skip to content

Commit 0647074

Browse files
s2blinawolfbrotkrueml
authored
[DOCS] Document Fluid versions for TYPO3 versions (#6420)
* [DOCS] Document Fluid versions for TYPO3 versions Original patch: TYPO3/Fluid#1248 * Apply suggestions from code review Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> --------- Co-authored-by: Lina Wolf <48202465+linawolf@users.noreply.github.com> Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com>
1 parent e2d783b commit 0647074

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

Documentation/ApiOverview/Fluid/Index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Fluid is a templating engine commonly used within TYPO3.
1818
UsingFluidInTypo3
1919
DevelopCustomViewhelper
2020
ViewHelper reference <https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/>
21+
Versions
2122

2223
.. _fluid-syntax:
2324
.. _fluid-variables-reserved:
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. include:: /Includes.rst.txt
2+
.. _fluid-versions:
3+
4+
==============
5+
Fluid Versions
6+
==============
7+
8+
Each major TYPO3 version uses a specific Fluid major version. Usually, your
9+
project will always use the latest minor/patch-level version of that Fluid
10+
version. However the versions can be out-of-sync for short periods depending
11+
on your project's update schedule and the release dates of TYPO3 versions.
12+
13+
+-----------------+---------------------------------+
14+
| TYPO3 version | Fluid version |
15+
+=================+=================================+
16+
| TYPO3 v14 | Fluid 5.x |
17+
+-----------------+---------------------------------+
18+
| TYPO3 v13 | Fluid 4.x |
19+
+-----------------+---------------------------------+
20+
| TYPO3 v12 | Fluid 2.x |
21+
+-----------------+---------------------------------+
22+
| TYPO3 v11 | Fluid 2.7.2 |
23+
| | (2.x for Composer-based setups) |
24+
+-----------------+---------------------------------+
25+
26+
An overview of all available Fluid versions is available
27+
`on Packagist <https://packagist.org/packages/typo3fluid/fluid>`_.

0 commit comments

Comments
 (0)