Releases: wintercms/web-installer
Releases · wintercms/web-installer
v1.2.5
v1.2.4
Fixes
- Fixed issue where cleanup of install crashes if a particular file / folder that is scheduled for deletion is missing.
- Fixed a misnamed command that crashes the installer if Opcache is enabled but restricted to certain directories.
Changes
- Added MIT license (the software was always intended to be MIT, but wasn't explicitly licensed)
v1.2.3
- Fixed PHP 8.2 incompatibility.
v1.2.2
Bug fixes
- Updated Packager library to fix issue where wildcard versions with aliases or commits couldn't be read and prevented installation.
v1.2.1
Changes
- Updating Node and Composer dependencies.
v1.2.0
What happened to v1.1? To make it clear which version of Winter CMS the web installer is installing, the first two version numbers of the installer will correspond to the branch of Winter CMS being installed - in this case, Winter 1.2. If you still want to install Winter 1.1, you will need to use the Web Installer v1.0.2. Do note that Winter 1.1 is now end-of-life and will only be receiving security fixes.
New features
- The web installer now installs the 1.2 branch of Winter CMS. PHP 8.0 or above is required for this installer to work, as with Winter 1.2.
Changes
- The config writer now uses the Laravel Config Writer utility, created by the Winter CMS maintainers.
v1.0.2
- Updated Node and Composer dependencies due to recent security alerts.
v1.0.1
Changes
- Added a check to prevent installation on servers running PHP 8.1 or above, as the current stable release of Winter CMS does not support PHP 8.1 or above. We will revert this once the Laravel 9 release of Winter is made available.
v1.0.0
First stable, public release of the Web Installer.
New features
- SSL certificate validation errors can now be ignored and installation can proceed at the user's request.
Changes
- Switched to Packager library that is maintained by the Winter team.
- The
dom
extension is now explicitly checked. - The temporary install directory will be deleted and re-created if the Web Installer is re-run - previously, this would throw an error.
Bug fixes
- If Composer throws an exception, it will now be caught and displayed in the install log.
v1.0.0-beta5
Changes
- Updated dependencies, fixing a potential security vulnerability from Composer.
- Remove Composer Merge plugin before install Winter CMS dependencies. This potentially will fix the issue with shared hosts.