- Updated explicit symfony/polyfill-ctype dependency from 1.22.1 to 1.23.0 to allow Core 8.13.0+ to be installed
- Updated explicit symfony/polyfill-ctype dependency from 1.18.1 to 1.22.1 to allow Core 8.13.0+ to be installed
- Updated explicit symfony/polyfill-ctype dependency from 1.11.0 to 1.18.1 to allow Core 8.11.0+ to be installed
- Updated explicit symfony/polyfill-ctype dependency from 1.10.0 to 1.11.0 to allow Core 8.8.0+ to be installed
- Added explicit symfony/polyfill-ctype dependency to avoid conflicts with Core 8.6.0+
- Fixed not registering updates for packages installed from git
- Removing contents of _init folder before applying new update - ensures that no migrations are left from earlier versions
- Fixed detecting return code of phing task on Windows (was preventing "retry with upgrade" introduced in 1.0.7)
- Removed fake local repository used for source installation as it's not working as should
- Added this change log
- Changed the flow to run phing tasks after autoloader has been created
- Various bugfixes, including one BC break
- Initial release with support installation Claromenti 8 and modules
- Fixed "build.xml doesn't exist" when installing a module for Cla 8
- Changed composer API dependency to be less strict
- Added support for installing modules from source code from git
- Not failing hard if application already installed - trying upgrade instead
- Improved reliability by adding custom error handler to prevent warnings from aborting installation
- First real release