Skip to content

1.4.0 RC1

Compare
Choose a tag to compare
@helhum helhum released this 26 Jul 16:12
· 91 commits to main since this release

Changes since 1.3.0:

  • Deprecated config options extensions-in-vendor-dir, prepare-web-dir and setting web-dir to . (since . is still default, not setting web-dir also issues a deprecation warning)
  • Raise minimum required PHP version to 7.0
  • Expose essential paths that are only know at composer build time as environment variables
  • Respect extra -> typo3/cms -> extensionKey in package composer.json to explicitly set the extension key for an extension
  • Added API that packages (especially typo3/cms) can easily hook into composer build time
  • Bugfixes

Full list of changes since 1.3.x