Releases: TYPO3/CmsComposerInstallers
Releases · TYPO3/CmsComposerInstallers
1.4.0 RC4
1.4.0 RC3
1.4.0 RC2
1.4.0 RC1
Changes since 1.3.0:
- Deprecated config options
extensions-in-vendor-dir
,prepare-web-dir
and settingweb-dir
to.
(since.
is still default, not settingweb-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
1.3.0 RC2
1.3.0 RC1
Core and Extension Installer
- The composer installer has been largely rewritten to use current composer plugin API
- TAR Downloading of the TYPO3 CMS Core has been implemented
- Extension Installation has been implemented
Initial release
[FEATURE] CMS Installer for TYPO3 CMS * Ported the Netresearch Composer TYPO3 CMS installers to TYPO3 namespaces * Added a new test (functional update test) * Changed the composer.json to the new package name * Moved the classes and tests to the directories preferred by TYPO3 CGL (src -> Classes, tests -> Tests) * Removed creation of typo3temp, uploads, fileadmin and typo3conf * Changed file docs * Added class docs Resolves: #55916 Releases: 6.2 Change-Id: I4bc97ca93e73927f9c57a8e4a51c3a485280c079