rkw / rkw-infographics
Extension for displaying infographics
Installs: 89
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.4
- madj2k/t3-accelerator: ~10.4.0 || ~11.5.0 || ~12.4.0
- madj2k/t3-core-extended: ~10.4.0 || ~11.5.0 || ~12.4.0
- typo3/cms-core: ~10.4.0
This package is auto-updated.
Last update: 2024-10-30 15:01:09 UTC
README
Upgrade to v9.5
Please make sure to execute the following MySQL-statements.
UPDATE tt_content SET list_type = "rkwinfographics_main" WHERE list_type = "rkwinfographics_infographics";
UPDATE tt_content SET list_type = "rkwinfographics_infographictitle" WHERE list_type = "rkwinfographics_title";
UPDATE tt_content SET list_type = "rkwinfographics_infographiccover" WHERE list_type = "rkwinfographics_cover";