Skip to content

Fix TER publish and prepare 1.3.0 release - #6

Merged
davidsteeb merged 1 commit into
masterfrom
task/ter-constraint-and-version
Jul 30, 2026
Merged

Fix TER publish and prepare 1.3.0 release#6
davidsteeb merged 1 commit into
masterfrom
task/ter-constraint-and-version

Conversation

@davidsteeb

Copy link
Copy Markdown
Contributor

Problem

The TER publish pipeline (tailor ter:publish) fails:

Validation of `ext_emconf.php` file failed due to the following errors:
  * No TYPO3 version constraint configured in `ext_emconf.php` file.

Tailor requires a constraints block in ext_emconf.php, which the extension never had.

Fix

  • Add the constraints block to ext_emconf.php with depends.typo3 = 12.4.0-14.99.99 (matching the composer requirement ^12.4 || ^13.0 || ^14.0).
  • Bump the version to 1.3.0 in ext_emconf.php and composer.json for the p/span header type feature (Complete README and clean up extension #5).

Release steps after merge

  1. Merge this PR.
  2. Tag master as 1.3.0 — the publish workflow then runs tailor ter:publish on the tag.

Verified locally: php -l ext_emconf.php and composer validate --strict pass.

The TER publish pipeline failed because tailor rejects an ext_emconf.php
without a TYPO3 version constraint:

    No TYPO3 version constraint configured in `ext_emconf.php` file.

Adds the required `constraints` block (typo3 12.4.0-14.99.99, matching
the composer requirement) so ter:publish validates, and raises the
version to 1.3.0 for the "p"/"span" header type feature.
@davidsteeb
davidsteeb merged commit 6ab47b6 into master Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant