Skip to content

1.3.0

Latest

Choose a tag to compare

@wazum wazum released this 04 Jun 19:41
· 3 commits to main since this release

Added

  • A one-line digest after the per-version details, summarizing the releases scanned, security updates with severity totals, and breaking changes.
  • A "missing security fixes" warning when the resolved target lands below newer security releases, listing the versions you would skip.
  • composer typo3:check-updates now takes optional arguments: with none it uses the installed typo3/cms-core version and the latest release in that line; with only the current version it defaults the target to the latest. Auto-detected or defaulted values are confirmed before the check runs.

Changed

  • composer typo3:check-updates validates that both versions exist in the release line: an unknown target offers the latest instead, and an unknown current version is rejected with a hint.

Fixed

  • Compatibility with Composer 2.9 / Symfony Console 8: the typo3:check-updates command no longer relies on the removed setName() / setDescription() methods, so it builds and runs on the latest PHP and Composer.