Releases: getkirby/composer-installer
Releases · getkirby/composer-installer
Release list
1.2.1
Improvements
- Better error messages on invalid configuration
- Code refactoring thanks to the Psalm static analyzer
Internal
- Switched from Travis CI to GitHub Actions
- Support for PHPUnit 9
- Static code analysis with Psalm
- Tests with the current Composer version are now automatically run every month
1.2.0
1.1.4
- Option to disable the installer for the CMS so it is installed to the
vendordirectory
1.1.3
- Proper support for package updates
- Major refactoring
- More realistic, thorough and updated testing setup
1.1.2
- Delete duplicated
vendordirectory of thegetkirby/cmspackage after installation
1.1.1
- Only run the installer for plugins that support the new Pluginkit setup
(detected for plugins that explicitlyrequirethegetkirby/composer-installerpackage) - Support for plugin updates
- Improvements to the testing setup
1.1.0
- Support for installation of Kirby plugins
- Update
READMEto final Kirby package name - Exclude unneeded files with
.gitattributesfile
1.0.1
Smaller improvements (especially to the build process)