Introduction
With version 8, the path already taken with version 7 is being consistently pursued. Users, both integrators and editors, are the focus of the new features.
On this page you will find information on the individual sprint releases that have been published on the way to the final LTS version. We will update this page shortly with further information on the final LTS version.
System requirements
- PHP >= 7.0.0
- MySQL 5.5.x - 5.7.x
- PHP-Settings:
- memory_limit >= 128M
- max_execution_time >= 240s
- max_input_vars >= 1500
- The backend requires a modern browser. Internet Explorer 10 or older are no longer supported!
PHP 7.0 is the minimum possible version for TYPO3 8. This version speeds up the entire system significantly. In the frontend, a speed increase of up to 40% compared to PHP 5.5 is measurable. In addition, new PHP 7 features have been integrated into the TYPO3 core.
PHP 7 is available in our hosting packages and can be selected in the domain settings in the customer menu.
Upgrade to TYPO3 8
Direct upgrades are only possible from TYPO3 7. Older versions (4.5, 6.2 etc.) must therefore first be updated to TYPO3 7 LTS.
General procedure
- Check whether the minimum requirements are met (PHP, MySQL etc.)
- Update all extensions to the latest version, ensure compatibility with TYPO3 8!
- Unpack the new TYPO3 source code, adjust the symlink, run the upgrade wizard in the install tool
We will provide more detailed upgrade instructions in due course.
New features in TYPO3 8.5.0 (Sprint Release)
Ext:form becomes a form framework
The system extension form has been massively revised. Its range of functions is now reminiscent of extensions such as Powermail.
Forms can be created via a new backend module and then used multiple times in the installation via the plugin content element.
The form is conveniently created in the new wizard. Multi-page forms are now also possible. Another new feature is an integrated preview of the form in the backend.
The development is not yet finished, further features will follow in the coming weeks.
First version of the CKEditor integrated
The long-standing rich text editor HTMLArea is to be replaced by the more modern CKEditor. A first version is now available. However, the new system extension rte_ckeditor is still marked as "Experimental" and is not activated by default. Many plugins and options have not yet been integrated. However, the integration is sufficient for a first positive impression.
showAccessRestrictedPages now works with special menus
An annoying bug has also been fixed: the TypoScript option showAccessRestrictedPages now also works with the special menus. The links to the access-restricted pages are generated correctly. Of course, the pages are still only accessible after frontend login.
In addition to these obvious innovations, a lot has happened under the hood. New functions have been added, but outdated ones have also been removed.
Detailed information on TYPO3 8.5.0 can be found in the press release and in the changelog.
New features in TYPO3 8.4.0 (Sprint Release)
Responsive backend
The backend has been further optimized for mobile devices and is now "responsive". This means that the backend can now also be fully operated on tablets or smartphones.
The viewport function in the "Display" backend module, which was previously based on ExtJS, has been reprogrammed and is now based on native JavaScript and jQuery.
Doctrine DBAL
All database calls of the TYPO3 core have been converted to Doctrine DBAL. As a result, the previous system extensions dbal and adodb have been marked as obsolete and moved to the TER. If required, these extensions can be installed using an update wizard.
A separate chapter on database access has been added to the documentation: https: //docs.typo3.org/typo3cms/CoreApiReference/Database/
Upgrade analysis in the install tool
In the install tool there is a new section called "Upgrade Analysis". Here you will find (filterable) all changes since TYPO3 8.0.
This is intended to help TYPO3 admins, extension developers and integrators, as relevant information can be found here very quickly.
The whole thing is currently only a first step and will be expanded considerably by TYPO3 8 LTS.
Further changes
This version also has a lot more "under the hood" than is visible at first glance. Details on all changes and new features as well as links to further information can be found in the press release on typo3.org.
New features in TYPO3 8.3 (Sprint Release)
Compatibility with PHP 7.1
Although PHP 7.1 is still in the alpha stage, TYPO3 8.3 already works with it and is therefore ideally equipped for the future.
More detailed information on the new features and further information can be found in the press release on typo3.org.
New features in TYPO3 8.2 (Sprint Release)
There were fewer "obvious" changes and innovations in this version, but a lot has been done under the hood, key words being Doctrine and unit tests.
A list of all changes can be found in the changelog for version 8.2.
Attention

There is still an error in the installation routine in this version. When the database connection is queried at the start of the installation, the installation script already creates the file typo3conf/LocalConfiguration.php and enters the IP 127.0.0.1 as the database server. As we do not have a database server for this IP address, the installation terminates at this point with an error message.
You must therefore edit the LocalConfiguration.php file manually and enter the correct database server here, as found in your customer menu. You can then reload the browser window and the installation will continue.
This error has already been reported and will hopefully be fixed in one of the next Sprint releases.
New features in TYPO3 8.1 (Sprint Release)
Inline backend layout wizard
The wizard for creating new backend layouts has now been integrated into the form and is no longer a separate window.
In addition, you can display the TSConfig of the created backend layout and thus easily transfer it to your own extension, for example. Saving the backend layouts would not be necessary in this case.
New features in TYPO3 8.0 (Sprint Release)
Integration of predefined forms
- The content element of EXT:form now allows the integration of predefined forms
- The integrator can define forms (e.g. within a site package) by using the plugin.tx_form.predefinedForms key
- The editor can place the new content element mailform on a page and select from a list of predefined forms there
- Integrators can create their own forms via TypoScript, which provides more options than would be possible in the form wizard (e.g. by using stdWrap)
This new method has many advantages:
- There is no longer a need for editors to use the form wizard - they can choose from pre-designed forms, which are layout-optimized
- Forms can be reused anywhere
- Forms can be saved outside the database and thus versioned
Further changes
A lot has already happened under the hood:
- The Fluid rendering functionality of TYPO3 CMS has been replaced by a standalone version
- The old Fluid extension has been converted into a so-called Fluid Adapter, which allows TYPO3 CMS to use the standalone Fluid
- New features/possibilities have been added in almost all areas of Fluid
- Fluid now also supports complex conditions with grouping and nesting
- Additionally, f:else has been extended with an "elseif"-like behavior
- Fluid has been equipped with some new ViewHelpers (f:or, f:spaceless)
These are just a few of the most important and noticeable new features.
Many thanks to Patrick Lobacher, who once again took the trouble to document and describe all these changes (and many more) in detail. In his "What's new" PDF you can find even more information and many code examples.