call Contact
layers TYPO3 Versions

TYPO3 Version and Release Management

An overview of current TYPO3 versions, Long Term Support (LTS), Extended Long Term Support (ELTS), and the role PHP plays in the security of your TYPO3 installation.

history Letzte Änderung: 11.08.2026

Current TYPO3 Releases

Version Status
TYPO3 14.3.6 Free LTS until 2029-06-30
TYPO3 13.4.34 LTS Free LTS until 2027-10-31
TYPO3 12.4.48 Only paid ELTS available
TYPO3 11.5.53 Only paid ELTS available

Always use the latest security patch for your TYPO3 major version.

Release Information

For every (E)LTS version, you can look up:

  • which releases there have been (e.g. 13.4.0, 13.4.1, 13.4.2, etc.)
  • what kind of release it is (maintenance/security)
  • what the release contains ("release notes")

You can find more information on individual major releases here (including download options):

Where Do I Find the Version Numbers?

Alongside the TYPO3 version, the PHP version is also important for your system's security. Your TYPO3 instance should run on at least PHP 8.2 (supported until 2026-12-31), 8.3 (supported until 2027-12-31) or 8.4 (supported until 2028-12-31) – TYPO3 versions 12, 13 and 14 support these PHP versions.

You can find the software versions in use (TYPO3, PHP, database) in the TYPO3 backend via the list icon in the top right. There you'll also see the installation method (Composer or classic mode), the web server, the operating system in use, the scheduler's last run, and any errors that occurred, with a link to the system log. The "application context" indicates whether you're in a test or production environment.

Version Syntax

The TYPO3 Association follows a binding release policy based on the Semantic Versioning ("SemVer") standard – as does Matomo, for example. The classic form is: Major.Minor.Patch

Component Meaning
Major
Breaks compatibility: API or functionality has fundamentally changed
Bricht Kompatibilität: API oder Funktionalität hat sich grundlegend geändert
Minor
New features, without breaking existing functionality
Neue Features, ohne bestehende Funktionen zu brechen
Patch
Bug fixes, no new features, backward-compatible
Fehlerbehebungen, ohne neue Funktionen, rückwärtskompatibel

In TYPO3, you should generally only use long-term versions – these are always the latest minor versions of a major release, i.e. 14.3, 13.4, 12.4, 11.5, and so on. The minor versions below that (e.g. 13.0–13.3) are called sprint releases and aren't suitable for production use. The two most recent major releases each receive Long Term Support (LTS).

Long Term Support (LTS)

LTS versions receive free maintenance and security updates for 1.5 years, and a further 1.5 years of security updates only, also free of charge.

Extended Long Term Support (ELTS)

Extended Long Term Support (ELTS) is a paid support offering from TYPO3 GmbH for TYPO3 versions that drop out of LTS after three years. Typically, ELTS is offered for two major versions at a time – so if v14 and v13 are in LTS, ELTS is offered for v12 and v11. Security updates continue to be delivered as part of this service.

You can learn how to find out about released patches and how to apply them in our article on TYPO3 security updates.

TYPO3 Roadmap

The TYPO3 Association regularly updates its development work via a roadmap. It shows which TYPO3 versions remain in LTS or ELTS status, and for how long: typo3.org/cms/roadmap

More Information on TYPO3 & Security

  • security

    TYPO3 Security Ticker: Everything important about security updates for the TYPO3 core and key extensions.

  • build

    DIY security: You can also apply security updates yourself – we cover what to keep in mind in our article on applying TYPO3 security patches.

  • cookie

    Cookie banner: With our own custom-built TYPO3 cookie banner extension "wcm", you effectively protect your users' privacy.

PHP

What Is PHP?

PHP is a server-side scripting language used to generate dynamic web pages. It runs on the web server and loads and processes content from databases, then sends it to the browser as finished HTML.

What Role Does PHP Play for TYPO3?

PHP is essential for TYPO3, since the entire CMS is built on it. TYPO3 is fully written in PHP – from the core to the backend to the extensions.

Which PHP Version Is Secure?

As of now:

  • check_circle

    PHP 8.4: actively supported, receives bug fixes until 2026-12-31 and security fixes until 2028-12-31

  • warning

    PHP 8.3: receives security fixes only, until 2027-12-31

  • warning

    PHP 8.2: receives security fixes only, until 2026-12-31

  • cancel

    PHP 8.1 and older (7.x, 5.x, …): end of life, no longer receives security updates – no longer safe for production websites

Notes

Make sure that PHP, the programming language TYPO3 runs on, is also updated regularly. Any version below 8.2 should no longer be used. You can find the official PHP roadmap at php.net/supported-versions.php.

Ready for a TYPO3 Update?

We're happy to help you carry out updates – for TYPO3 and PHP.

chat Free Consultation