Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Documentation/ApiOverview/Fluid/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Fluid is a templating engine commonly used within TYPO3.
AdditionalAttributes
DevelopCustomViewhelper
ViewHelper reference <https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/>
Versions
27 changes: 27 additions & 0 deletions Documentation/ApiOverview/Fluid/Versions.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.. include:: /Includes.rst.txt
.. _fluid-versions:

==============
Fluid Versions
==============

Each major TYPO3 version uses a specific Fluid major version. Usually, your
project will always use the latest minor/patch-level version of that Fluid
version. However the versions can be out-of-sync for short periods depending
on your project's update schedule and the release dates of TYPO3 versions.

+-----------------+---------------------------------+
| TYPO3 version | Fluid version |
+=================+=================================+
| TYPO3 v14 | Fluid 5.x |
+-----------------+---------------------------------+
| TYPO3 v13 | Fluid 4.x |
+-----------------+---------------------------------+
| TYPO3 v12 | Fluid 2.x |
+-----------------+---------------------------------+
| TYPO3 v11 | Fluid 2.7.2 |
| | (2.x for Composer-based setups) |
+-----------------+---------------------------------+

An overview of all available Fluid versions is available
`on Packagist <https://packagist.org/packages/typo3fluid/fluid>`_.