rkw / rkw-authors
List and details for authors and employees
v10.4.9-stable
2025-11-07 11:53 UTC
Requires
- php: >=7.4
- madj2k/t3-ajax-api: ~10.4.0 || ~11.5.0 || ~12.4.0
- madj2k/t3-core-extended: ~10.4.0 || ~11.5.0 || ~12.4.0
- madj2k/t3-dr-serp: ~12.4.0
- madj2k/t3-fe-register: ~10.4.0 || ~11.5.0 || ~12.4.0
- madj2k/t3-media-utils: ~12.4.0
- typo3/cms-core: ~10.4.0
Suggests
- sjbr/sr-freecap: ~2.5.0
This package is auto-updated.
Last update: 2026-06-07 13:18:11 UTC
README
Upgrade to v9.5
Please make sure to execute the following MySQL-statements.
UPDATE tt_content SET list_type = "rkwauthors_main" WHERE list_type = "rkwauthors_rkwauthors";
UPDATE tt_content SET list_type = "rkwauthors_details" WHERE list_type = "rkwauthors_rkwauthorsdetail";
UPDATE tt_content SET list_type = "rkwauthors_headline" WHERE list_type = "rkwauthors_rkwauthorsheadline";
UPDATE tt_content SET list_type = "rkwauthors_contact" WHERE list_type = "rkwauthors_rkwauthorscontactbox";