Highlights
A documentation maintenance release — no functional code changes since v13.10.0. The headline fix is to the template-override documentation, which was previously wrong in a way that silently prevented custom Fluid templates from taking effect.
Fixed: template-override examples that never worked
The documented override mechanism placed settings.templateRootPaths / partialRootPaths / layoutRootPaths as siblings of preUserFunc — but TYPO3's stdWrap_preUserFunc only forwards $conf['preUserFunc.'] to the callable, so those settings never reached ImageRenderingService::buildTemplatePaths(). Anyone following the old example saw their overrides silently ignored.
Configuration/TypoScript/ImageRendering/setup.typoscript and Documentation/Examples/Template-Overrides.rst now show the correct nested structure, including the matching lib.parseFunc_RTE.externalBlocks.figure.stdWrap.preUserFunc block required to override templates for captioned (figure-wrapped) images. (#845)
Docs: README restructure
The README was restructured for clearer narrative, SEO, and GitHub-UX conventions, and now documents the TYPO3 version-compatibility branch matrix. (#842)
Under the hood (does not ship)
The CI pipeline migrated to the canonical netresearch/.github typo3-extension template (#853) and dev/CI dependencies were updated (Playwright, Vitest, setup-php, actions/checkout, SonarQube scan). These live under .github/, Build/, and Tests/, which are export-ignored — they are not part of the distributed package and have no effect on installs.
Contributors
Thanks to everyone who made this release happen — reporters and code contributors count equally:
- @marekskopal — diagnosed and fixed the broken template-override documentation (the
preUserFuncnesting requirement) (#845) - @CybotTM — README restructure (#842)
Full Changelog: v13.10.0...v13.10.1
Installation
composer require netresearch/rte-ckeditor-imagePublication status
- TER: extensions.typo3.org/extension/rte_ckeditor_image — 13.10.1 verified
- Packagist: packagist.org/packages/netresearch/rte-ckeditor-image — 13.10.1 verified
- Documentation: docs.typo3.org/p/netresearch/rte-ckeditor-image/13.10/en-us/ — render verified
Security
All release artifacts are signed with Sigstore keyless signing.
Verify signatures
cosign verify-blob \
--bundle rte-ckeditor-image-13.10.1.zip.sigstore.json \
--certificate-identity-regexp "https://github.com/netresearch/.*" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
rte-ckeditor-image-13.10.1.zipVerify checksums
sha256sum -c checksums.txtSoftware Bill of Materials (SBOM)
SBOMs are provided in both SPDX and CycloneDX formats for supply chain transparency.