Releases: laravel/homestead
Releases Β· laravel/homestead
v5.3.1
- β¨ π Create SSL certs when creating sites via aliases shortcut commands (#572) @svpernova09
Upgrade Notes
Once you upgrade to this new version you will want to delete your aliases
file and re-run the init.sh
or init.bat
to copy over the new aliases
file. Then run vagrant provision
to update the ~/.bash_aliases
file in vagrant.
v5.3.0
v5.2.4
- Fixing version tagging that was missing v prefix. Sorry for any issues @svpernova09
5.2.3
v5.2.1
- Tagged 5.2.0 before the PR updating the binary file was merged. Oops.
v5.2.0
- Use full path to Homestead config file (#540) @driesvints
- Add support for SPA site types (#537) @iWader
- Fix for apache log dir variable (#536) @padalec
- Fix bash typo in create-certificate.sh (#533) @wturrell
- β¨ π βοΈ Add alias support to run dusk (#532) @svpernova09
- π βοΈ β¬οΈ Use stable version of MariaDB when installing (#531) @svpernova09
- Updates SSL Certificate Generation (#527) @refringe
- Add tests for shell script (#525) @DojoGeekRA
v5.1.0
- π Increase output switch level on Yaml::dump() #523 (@svpernova09)
- Hotfix: Changed directory in init script from src/stub/ to resources #520 (@Pancrisp)
- Move stubs directory to the project root #518 (@DojoGeekRA)
- Preserve the right settings from an example settings file #515 (@DojoGeekRA)
- Refactor some tests and code #511 (@pluxain)
- Fix indentation in flip-webserver script #505 (@DojoGeekRA)
- only reload apache if it is active #504 (@browner12)
- add flip script and alias #502 (@browner12)
- Optimize TravisCI #501 (@DojoGeekRA)
- Allow user to specify their own options for ngrok #499 (@vblinden)
v5.0.1
v5.0.0
- Added unit tests #445 (@ezimuel)
- β¨ β¬οΈ βοΈ π Require PHP 5.6, Move binary to bin/ folder #449 (@svpernova09)
- π‘ π Instead of tracking IN CHANGELOG.md direct to Releases URL #447 (@svpernova09)
- β¬οΈ βοΈ Require box version >=2.0.0 and vagrant >= 1.9.0 #451 (@svpernova09)
- Fix StyleCI issues #458 (@driesvints)
- π₯ Remove HHVM #468 (@svpernova09)
- β¨ βοΈ π‘ β‘οΈ Instead of creating ~/.homestead, just the repo folder instead #467 (@svpernova09)
- Check and warn on nonexistant folders #469 (@bassauer-storms-media)
- β¨ π‘ Add share alias to pass domain to ngrok to publicly share #470 (@svpernova09)
- β¨ Add missing serve aliases and alphabetize alias functions #471 (@svpernova09)
- Add aliases to manager Xdebug on CLI #479 (@dbonner1987)
- Terminate execution if settings file doesn't exists #484 (@DojoGeekRA)
- Creates Homestead.json stub #485 (@DojoGeekRA)
- β¨ Add ability to pass argument to init scripts to pick json format #487 (@svpernova09)
- β¨ π‘ β Add --json flag for Make Command. Add test coverage for make command #489 (@svpernova09)
- refactor make command #492 (@DojoGeekRA)
- use Symfony yaml component instead of yaml PHP extension #496 (@DojoGeekRA)
- Install pecl yaml extension #495 (@sitedyno)
v4.0.5
- β¨ Add support for update_guest_tools in Homestead.yaml defaults to false (Parallels Provider Only) #444 (@svpernova09)