rkw/rkw-authors

List and details for authors and employees

Installs: 365

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

Type:typo3-cms-extension

v10.4.8-stable 2025-08-07 10:06 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";