Changelog
1.3.0
Release date: 11.05.2026
Features
- TYPO3 14.x compatibility — the extension now supports TYPO3 14.x in addition to 12.4 and 13.4.
1.2.1
Release date: 04.05.2026
Bug fixes
- Fixed a typo in the TCA column key for the Render Style field: it was registered as
tx_rekai_recnderstyleinstead oftx_rekai_renderstyle, which caused the field to be invisible in the backend form under the Display tab of the Rek.ai Recommendations content element.
1.2.0
Release date: 29.04.2026
Features
- Per-site configuration — extension settings are now stored independently for each TYPO3
site in
config/under thesites/<identifier>/ settings. yaml one_forge_rekaikey. Previously all sites shared a single global configuration inconfig/.system/ settings. php - Site selector dropdown in the backend module: when a TYPO3 installation contains more than one site, a selector appears above the form so administrators can configure each site individually without leaving the module.
Breaking changes
- All public methods of
Reknow require aAi Configuration Service TYPO3CMSCoreargument. Custom code calling the service directly must be updated to pass the relevant site object.Site Entity Site
1.1.0
Release date: 08.04.2026
Features
- Backend module — Non CSS Version toggle: adds
data-allowinlinecss="false"to the injected<script>tag, allowing sites to provide their own styling for Rek.ai widgets instead of using the built-in inline CSS. - Autocomplete integration in the backend module: three modes are available — disabled, default selector-based (with generated initialisation script and live preview), and custom (editor-provided JavaScript block). Supports configurable selector, open-on-click behaviour, current-language filtering, and number of results.
- New ``rekai_qna`` content element (Rek.ai Questions and Answers): renders a
<div class="rek-prediction" data-entitytype="rekai-qna">widget. Supports branch-mode scoping (none / current branch / specific pages / current page only), tag filtering, and configurable link and highlight behaviour. - ``rekai_recommendations`` content element — new Use specific pages source mode: editors
can select individual pages directly as the recommendation source. Selected page UIDs are
resolved to URL slugs and passed as
data-subtreeto the Rek.ai script.
1.0.0
Release date: 23.03.2026
Initial release.
Features
- Backend configuration module under Site > Rek.ai to manage the Rek.ai script URL and the global script injection toggle.
Pagethat injects the Rek.aiRenderer Hook <script defer>tag into every frontend page when enabled.rekai_recommendationscontent element with configurable display options (render style, number of hits, header text) and recommendation source scoping (current page, subpages, page tree level).Rekfor reading and writing extension configuration.Ai Configuration Service Rekaidata processor for passing extension settings to Fluid templates.Settings Processor - Compatible with TYPO3 12.0–13.x and PHP 8.1+.