Release v1.18.0+1
Upgrading
This brings some changes that require a recent PHP container to be used. So you should pull the used images
when you start up your project the next time, using beach start --pull
to update.
What's Changed
- Improve Flow project root detection by @kdambekalns in #84
- Reverse loading order of env files by @kdambekalns in #85
- Make shell used by
beach exec
a login shell by @kdambekalns in #86 - Modernize used Docker Compose files by @kdambekalns in #87
- Update copyright year and unify license header by @kdambekalns in #88
- Update default assets by @kdambekalns in #90
- Drop outdated
BEACH_WAIT_FOR_SYNC
env variable by @kdambekalns in #89 - Fix local_beach being an external network by @kdambekalns in #96
- Various improvements to codebase by @kdambekalns in #91
- Build also for macOS on ARM (Apple Silicon) by @kdambekalns in #92
- Add support for Flow in a subfolder by @kdambekalns in #94
- Bring back the name for the
local_beach
network by @kdambekalns in #98
Full Changelog: v1.17.3+1...v1.18.0+1