Releases: userfrosting/framework
Releases · userfrosting/framework
Release list
6.0.1
6.0.0
👀 See the release discussion about UserFrosting 6.0 for more info : https://github.com/orgs/userfrosting/discussions/1326
6.0.0-rc.5
What's Changed
- No changes.
6.0.0-rc.4
6.0.0-rc.3
What's Changed
Fixed
DotenvEditor::save()now preserves existing file permissions when overwriting a file, and creates new files with mode0644instead of the restrictive0600thattempnam()produces. This prevented the web server process (e.g.www-data) from reading a.envfile created or updated viaphp bakery setup:env.
Full Changelog: 6.0.0-rc.2...6.0.0-rc.3
6.0.0-rc.2
6.0.0-rc.1
What's Changed
- Replace
jackiedo/dotenv-editorwith our own implementation to avoid dependency on an unmaintained package.
Full Changelog: 6.0.0-beta.8...6.0.0-rc.1