Skip to content

Commit 5d7b55c

Browse files
authored
release: v13.10.1 (#856)
## Summary Documentation maintenance release. **No functional code changes** since v13.10.0 — the CI/template-adoption and dev-dependency work in this window (`.github/`, `Build/`, `Tests/`) is `export-ignore`d and does not ship to TER/Packagist. ## Shipped changes (since v13.10.0) - **Corrected template-override TypoScript examples** (#845) — the documented override mechanism was broken: `settings.*RootPaths` placed as siblings of `preUserFunc` never reach `ImageRenderingService::buildTemplatePaths()` (`stdWrap_preUserFunc` only forwards `$conf['preUserFunc.']`). `setup.typoscript` + `Documentation/Examples/Template-Overrides.rst` now show the correct nested structure, including the `externalBlocks.figure.stdWrap.preUserFunc` variant for captioned images. - **README restructured** (#842) — narrative/SEO/GitHub-UX, plus the TYPO3 version-compatibility branch matrix. ## Release mechanics - `ext_emconf.php`: `13.10.0` → `13.10.1` (composer.json has no version field — derived from tag) - CHANGELOG `[13.10.1]` section added - Tag `v13.10.1` to be pushed from `main` HEAD after merge → CI publishes ## Type of Change - [x] Documentation update - [ ] Bug fix / feature / breaking change https://claude.ai/code/session_015Myeo4imGJGskBMto9BVAm
2 parents 99d3b40 + 7fbdc12 commit 5d7b55c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [13.10.1] - 2026-06-18
11+
12+
### Documentation
13+
14+
- **Corrected template-override TypoScript examples** ([#845](https://github.com/netresearch/t3x-rte_ckeditor_image/pull/845)) — the documented override mechanism was broken: `settings.templateRootPaths`/`partialRootPaths`/`layoutRootPaths` placed as siblings of `preUserFunc` never reach `ImageRenderingService::buildTemplatePaths()`, because `stdWrap_preUserFunc` only forwards `$conf['preUserFunc.']` to the callable. The `Configuration/TypoScript/ImageRendering/setup.typoscript` comments and `Documentation/Examples/Template-Overrides.rst` now show the correct nested structure, plus the matching `lib.parseFunc_RTE.externalBlocks.figure.stdWrap.preUserFunc` block required for captioned (figure-wrapped) images.
15+
- **README restructured** ([#842](https://github.com/netresearch/t3x-rte_ckeditor_image/pull/842)) — narrative, SEO, and GitHub-UX conventions, plus a documented TYPO3 version-compatibility branch matrix.
16+
1017
## [13.10.0] - 2026-05-28
1118

1219
### Changed

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'author_email' => 'sebastian.koschel@netresearch.de, sebastian.mendel@netresearch.de, rico.sonntag@netresearch.de',
2121
'author_company' => 'Netresearch DTT GmbH',
2222
'state' => 'stable',
23-
'version' => '13.10.0',
23+
'version' => '13.10.1',
2424
'constraints' => [
2525
'depends' => [
2626
// ext_emconf does not support disjoint ranges. The supported

0 commit comments

Comments
 (0)