Skip to content

Releases: weprovide/valet-plus

2.4.0-beta4

01 Jul 07:59
Compare
Choose a tag to compare

Support php8.1 (with deprecated suppression)

2.4.0-beta3

22 May 20:04
Compare
Choose a tag to compare
Fix symfony/process version (#587)

2.4.0-beta2

13 Apr 08:14
Compare
Choose a tag to compare
Fix typo

2.4.0-beta1

01 Apr 08:53
Compare
Choose a tag to compare
Set dependencies lower from compatibility with php7.2

2.3.1

08 Feb 15:38
Compare
Choose a tag to compare

Fixed

  • [#596] Fix mysql 8 installation
  • [#595] Fix opening log with dynamic Brew path

Added

  • [#594] Add tailing logs

2.3.0

20 Dec 08:15
Compare
Choose a tag to compare

Fixed

  • [#587] Minimum version of symfony/process causes fatal error
  • [#549] Fix xdebug veriosn 2.9.8 for PHP 7.x

Changed

  • Start highest installed major of Elasticsearch on valet start
  • Use PHP 7.4 as default version

Added

  • [#572] Add support for usage on ARM processors (M1 mac's)
  • [#563] Add support for Xdebug 3
  • Add libyaml as brew devtool
  • Add support for Mysql 8

2.2.1

01 Oct 09:46
Compare
Choose a tag to compare
Fix missing dependencies

2.2.0

01 Oct 07:58
cf78543
Compare
Choose a tag to compare

Possible Mysql 5.7 fix for Unknown table column_statistics mysqldump error (#503)
ioncube-support-for-php-74 +: Add support for ioncube PHP 7.4 (#583)
Install php version with --build-from-source (#581)
Update dependencies for php8 and fix broken (#585)
Use PHP 7.2 as default on install (#561)
Add support for PHP 8.0 (#550)
Auto support elasticsearch versions from Brew (#562)
Fix for Brew 2.7.0 brew list command without arguments is deprecated (#554)
Fix [email protected] not being able to be installed due to symlink error (#559)
Applied nginx changes based on Magento 2 Example NGINX (#517)

2.0.0

07 Feb 09:22
Compare
Choose a tag to compare

Upgrading from 1.0.x

To upgrade from 1.0.x please follow the upgrade guidelines.

Changelog

For a full commit changelog click here.

Removed

  • #393 Major part of the readme, now available in the WIKI
  • #437 Dependency on mysql-utilities because brew has deprecated the use of the formula.

Fixed

  • #401 Installation bug with apcu_bc due to double .so directives getting placed in php.ini.
  • #402 Installation bug with ioncube due to PHP 7.3 not being configured.
  • #403 Installation bug with memcached on MacOS Mojave due to zlib not being installed by default anymore.
  • #408 Installation bug with Elasticsearch due to PECL yaml not being installed.
  • #408 Bug while switching Elasticsearch version by always suffixing the version in the datapath config.
  • #425 Bug in custom PECL extensions throwing errors when no url is set for custom extension.
  • #426 Bug in valet fix command trying to install PHP 7.1 as default.
  • #435 Bug in fix command as all errors needed to be present to fire fix logic.
  • #449 Xdebug not installing on PHP version 7.0 due to new xdebug version which only supports PHP 7.1+.
  • #447 Versioned MySQL (E.G: [email protected]) not being linked upon install.

Changed

  • #399 Existing files to adhere to PSR-2 code style.
  • #414 Magerun to version 1.103.1.
  • #414 Magerun2 to version 3.2.0.

Added

  • #393 Changelog file to keep track of changes.
  • #394 Azure pipelines integration as start for the automated testing setup.
  • #399 PHP_CodeSniffer to project dependencies to ensure code style validation tools.
  • #404 Github issue templates to enforce workflows.
  • #404 Contributor guidelines CONTRIBUTING.md to explain workflows.
  • #425 Added support for switching to PHP 7.4.

1.0.29

14 Aug 10:21
Compare
Choose a tag to compare

Fix Shopware5 Driver
Fix Elasticsearch dependencies
Add support to switch to Elasticsearch 6.8
Load server environment variables for Magento2 static files