Skip to content

Releases: wintercms/web-installer

v1.2.5

11 Jun 00:39
1d92fc0
Compare
Choose a tag to compare

Fixes

  • Updated Composer and NPM dependencies due to recently disclosed security vulnerabilities in third-party dependencies.

v1.2.4

29 Dec 07:28
Compare
Choose a tag to compare

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

04 Feb 13:31
Compare
Choose a tag to compare
  • Fixed PHP 8.2 incompatibility.

v1.2.2

22 Jan 11:13
Compare
Choose a tag to compare

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

12 Jan 01:41
Compare
Choose a tag to compare

Changes

  • Updating Node and Composer dependencies.

v1.2.0

01 Aug 08:29
Compare
Choose a tag to compare

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

v1.0.2

26 Apr 01:52
Compare
Choose a tag to compare
  • Updated Node and Composer dependencies due to recent security alerts.

v1.0.1

10 Mar 02:55
Compare
Choose a tag to compare

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

25 Oct 03:09
Compare
Choose a tag to compare

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

08 Oct 03:52
Compare
Choose a tag to compare

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.