rkw / rkw-authors
List and details for authors and employees
Installs: 328
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 1
Type:typo3-cms-extension
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-seo: ~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
- dev-master
- v10.4.3-stable
- v10.4.2-stable
- v10.4.1-stable
- v10.4.0-stable
- v9.5.1004-stable
- v9.5.1003-stable
- v9.5.1002-stable
- v9.5.1001-stable
- v9.5.1000-stable
- v9.5.18-stable
- v9.5.17-stable
- v9.5.16-stable
- v9.5.15-stable
- v9.5.14-stable
- v9.5.13-stable
- v9.5.12-stable
- v9.5.11-stable
- v9.5.10-stable
- v9.5.9-stable
- v9.5.8-stable
- v9.5.7-stable
- v9.5.6-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.30-stable
- v8.7.29-stable
- v8.7.28-stable
- v8.7.27-stable
- v8.7.26-stable
- v8.7.25-stable
- v8.7.24-stable
- v8.7.23-stable
- v8.7.22-stable
- v8.7.21-stable
- v8.7.20-stable
- v8.7.19-stable
- v8.7.18-stable
- v8.7.17-stable
- v8.7.16-stable
- v8.7.15-stable
- v8.7.14-beta
- v8.7.13-beta
- v8.7.12-beta
- v8.7.11-beta
- v8.7.10-beta
- v8.7.9-beta
- v8.7.8-beta
- v8.7.7-beta
- v8.7.6-beta
- v8.7.5-beta
- v8.7.4-beta
- v8.7.3-beta
- v8.7.2-beta
- v8.7.1-beta
- v8.7.0-beta
- v7.6.14-stable
- v7.6.13-stable
- dev-development
- dev-feature/extendingNews
- dev-master9.5
- dev-feature/upgrade9.5
- dev-master8.7
- dev-feature/captchaIntegration
This package is auto-updated.
Last update: 2024-11-23 10:28:37 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";