TYPO3 12.4.19
Release Notes
Release Notes for TYPO3 CMS 12.4.19
This document contains information about TYPO3 CMS 12.4.19 which was released on 15.08.2024.
Get TYPO3 12.4.19 nowNews
This version is a bugfix and maintenance release.
This release aims to address regressions in the previous v12.4.18 release:
- https://forge.typo3.org/issues/104612, potentially issuing a PHP warning when using the Fieldset item of the Form Framework
- https://forge.typo3.org/issues/104622, potentially removing the style attribute from elements when persisted in the Rich Text Editor
Checksums of TYPO3 12.4.19
SHA256
441ef0a446492723b97a8ea7814aa823023dcf561ef9c76bef45e0dcf75a4640 typo3_src-12.4.19.tar.gz 8a5eecc87cf6c1c7b2d2210e67d07c2c947e413958017a90cb1d57199a07c4f4 typo3_src-12.4.19.zip
SHA1
52239d795d0fd3e863c7a6cd923b2ede429d1b95 typo3_src-12.4.19.tar.gz 8d1ad7635e5511814bf13470336680990c5105ca typo3_src-12.4.19.zip
MD5
478cb21e93ae49c3b0b1c03458f8474b typo3_src-12.4.19.tar.gz dacafcef2d4392a0a2ba783897e9cdc7 typo3_src-12.4.19.zip
Package Signatures
TYPO3 Release Packages (the downloadable tarballs and zip files) as well as Git tags are signed using PGP signatures during the automated release process. Besides that, MD5 and SHA2-256 hashes are being generated for these files. Find more details on verifying signatures and hashes in the infrastructure guide.
Download GPG signed release README.md file
Example of verifying integrity of tar.gz package of current release:
wget --content-disposition https://get.typo3.org/12.4.19/tar.gz wget --content-disposition https://get.typo3.org/12.4.19/tar.gz.sig gpg --verify typo3_src-12.4.19.tar.gz.sig typo3_src-12.4.19.tar.gz
Upgrading
The usual upgrading procedure applies. No database updates are necessary. It might be required to clear all caches; the "important actions" section in the TYPO3 Install Tool offers the accordant possibility to do so.
Changes
Here is a list of what was fixed since 12.4.18:
- 2024-08-15 02b7dad1324 [RELEASE] Release of TYPO3 12.4.19 (thanks to Oliver Hader)
- 2024-08-15 64ea7f3ad04 [TASK] Remove reference to jQuery Autocomplete in "External Libraries" (thanks to Andreas Kienast)
- 2024-08-15 9d362db68d7 [TASK] Revert "[TASK] Allow to disable CSP headers for a particular site" (thanks to Oliver Hader)
- 2024-08-15 3647765dddc [TASK] Revert "[BUGFIX] Replace hardcoded attributes for <span> tags" (thanks to Oliver Hader)
- 2024-08-14 e76dc206f59 [TASK] Raise typo3/testing-framework (thanks to Stefan Bürk)
- 2024-08-14 15eccd83bdb [BUGFIX] Allow "Fieldset" form element w/o "fluidAdditionalAttributes" (thanks to Mathias Brodala)
- 2024-08-14 de6fd229d7b [BUGFIX] Fix type cast error in DB Compare for 'default' definition (thanks to Garvin Hicking)
- 2024-08-14 f1dd440828a [TASK] Replace hard-coded tt_content table in page layout partials (thanks to Nikita Hovratov)
- 2024-08-14 008c319a1d2 [BUGFIX] Respect "copy" mode in labels in "Move element" UI (thanks to Andreas Kienast)
- 2024-08-14 56f64089deb [TASK] Allow to disable CSP headers for a particular site (thanks to Oliver Hader)
- 2024-08-13 95f71d85b32 [BUGFIX] Replace method returnWebmounts() with getWebmounts() (thanks to Thomas Hohn)
- 2024-08-13 2dcf77a5926 [TASK] Upgrade eslint to v9.9 (thanks to Andreas Kienast)
- 2024-08-13 5dfb0190bc9 [BUGFIX] Update
psy/psysh
for PHP 8.4 compat (thanks to Andreas Kienast) - 2024-08-13 56b3545bd2d [BUGFIX] Update
symfony/polyfill-php83
for PHP 8.4 compat (thanks to Andreas Kienast) - 2024-08-13 0a8615a1735 [TASK] Set TYPO3 version to 12.4.19-dev (thanks to Oliver Hader)