Skip to content

v13.10.1

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 10:06
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
v13.10.1
5d7b55c

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 preUserFunc nesting requirement) (#845)
  • @CybotTM — README restructure (#842)

Full Changelog: v13.10.0...v13.10.1

Installation

composer require netresearch/rte-ckeditor-image

Publication status

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.zip

Verify checksums

sha256sum -c checksums.txt

Software Bill of Materials (SBOM)

SBOMs are provided in both SPDX and CycloneDX formats for supply chain transparency.