Drop v11/v12, add TYPO3 v14 support#6
Merged
Conversation
Adds TYPO3 v14 to the supported core constraint in composer.json and the ext_emconf.php depends entry. No code changes — the existing CloudflareClient / ProxyProvider stay API-compatible on v14. Verified against TYPO3 14.3.
5 tasks
Aligns the supported core range with the sister extension b13/proxycachemanager: ^13.4 || ^14.0 only. PHP minimum bumped to ^8.2 to match TYPO3 v13 LTS. No code changes are required — the extension has no v11/v12-specific branches. This is purely a constraint tightening, qualifying for a major version bump (3.0.0).
bmack
approved these changes
May 26, 2026
bmack
approved these changes
May 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
typo3/cms-coreconstraint to^13.4 || ^14.0and PHP minimum to^8.2$GLOBALS['TYPO3_CONF_VARS'], all API-compatible across the supported rangeThis is a backwards-incompatible release (drops v11 / v12 from the constraint), so tag accordingly (3.0.0).
Context
Sister PR over at b13/proxycachemanager#49 — same support window (^13.4 || ^14.0), but with real v14 code adaptations. Both PRs are needed so b13.com (currently on TYPO3 14.3) can wire up the existing TAE-style Cloudflare CDN integration.
Test plan
composer require b13/cloudflare-cdn:dev-feature/typo3-v14-supportresolves on a v14 installEXTENSIONS.cloudflare.zones+CLOUDFLARE_API_TOKEN, trigger a purge, verify Cloudflare logs