Skip to content

Releases: laravel/homestead

v5.3.1

17 May 02:15
Compare
Choose a tag to compare
  • ✨ πŸš‘ 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

12 May 03:01
Compare
Choose a tag to compare
  • Adding checks about variables (#565) @WaReZzZz
  • Update aliases and after options (#564) @DojoGeekRA
  • πŸš‘ ❄️ 🎨 Code style fixes and add site parameter support to missing site scripts (#567) @svpernova09

v5.2.4

26 Apr 15:44
Compare
Choose a tag to compare
  • Fixing version tagging that was missing v prefix. Sorry for any issues @svpernova09

5.2.3

22 Apr 16:41
Compare
Choose a tag to compare

v5.2.1

10 Apr 23:13
Compare
Choose a tag to compare
  • Tagged 5.2.0 before the PR updating the binary file was merged. Oops.

v5.2.0

10 Apr 23:10
Compare
Choose a tag to compare

v5.1.0

14 Mar 23:53
Compare
Choose a tag to compare
  • πŸ’„ 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

28 Feb 13:27
Compare
Choose a tag to compare
  • Re-implement the nginx sites and shared folders settings #498 (@dojogeekRA)

v5.0.0

28 Feb 01:50
Compare
Choose a tag to compare
  • 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

07 Feb 19:07
Compare
Choose a tag to compare
  • ✨ Add support for update_guest_tools in Homestead.yaml defaults to false (Parallels Provider Only) #444 (@svpernova09)