Releases: weprovide/valet-plus
Releases · weprovide/valet-plus
1.0.18
1.0.17
Patches
- Add PECL fix command to check if pear configuration matches brew pear… #173
- Fix brew throwing a warning when switching to a non-installed php 7.2… #175
- [cleanup] Duplicate memory limit & Whitespace removed #178
- Introduce PECL enabled states #184
Credits
A big thank you going out to @Neodork & @valentin9 for their contributions!
1.0.16
1.0.15
1.0.14
1.0.13
Patches
- Fixed valet fix command only being able to run after install #137
- Fixed geoip not installing and devtools not uninstalling #138
- Fixed error messages being undescriptive in Pecl#replaceIniDefinition() #140
- Add support for Magento 2 error routes #110
Credits
A big thank you to @Neodork & @johnhughes1984 for their contributions!
1.0.12
Patches
- Fixed homebrew/php being deprecated in favor of homebrew/core #130
- Fixed valet domain not being set for valet services #129
- Added multi-site, autocomplete and DOCUMENT_ROOT support to drupal driver #128
- Update n98-magerun2 commands to config:store:set #120
- Update StatamicValetDriver.php #111
- Update CraftValetDriver.php #104
- Added drivers for Neos and TYPO3 #100
- Turn off APCu for now. #98
Credits
Major props to @Neodork, @AidanThreadgold, @simonhamp, @avr, @zelgerj & @SanderAtom!
1.0.11: Added commands to enable/disable xdebug.remote_autostart. (#94)
* Added commands to enable/disable xdebug.remote_autostart. * enable/disableExtension returns if a restart is needed, moved php restart outside of PhpFpm class to correctly determine if a restart is needed, added option --remote_autostart= * Updated the readme with xdebug.remote_autostart option information. * Turn off apcu for now until we can sort this out properly. * Revert "Turn off apcu for now until we can sort this out properly." This reverts commit 2a3812b2aa483b04b828e462f0da9e61435e468f.