rkw/rkw-authors

List and details for authors and employees

Installs: 261

Dependents: 4

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 1

Type:typo3-cms-extension

v9.5.1001-stable 2024-03-22 10:38 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";