rkw / rkw-infographics
Extension for displaying infographics
Installs: 111
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
- dev-master
- v10.4.2-stable
- v10.4.1-stable
- v10.4.0-stable
- v9.5.1000-stable
- v9.5.5-stable
- v9.5.4-stable
- v9.5.3-stable
- v9.5.2-stable
- v9.5.1-stable
- v9.5.0-stable
- v8.7.2-beta
- v8.7.1-beta
- v8.7.0-beta
- dev-development
- dev-master9.5
- dev-feature/rework2023
- dev-feature/upgrade9.5
- dev-feature/simplify
- dev-master8.7
This package is auto-updated.
Last update: 2025-07-30 12:37:57 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";