1.4.0
Release Notes for 1.4.0
Fixed
-
Passes the
--set-home
flag tosudo
when invoking the QA command, ensuring that any attempts to write to the$HOME
directory resolve to the non-privileged user. -
Ensures that the
php.ini
values are written one per line to thephp.ini
configuration created by the action.
1.4.0
- Total issues resolved: 2
- Total pull requests resolved: 4
- Total contributors: 3
Bug
- 13: Ensure newlines are propagated to php.ini settings thanks to @weierophinney and @gsteel
- 12: Ensure build and push container workflow will work correctly thanks to @weierophinney
- 11: Use non-privileged user home when executing QA command thanks to @weierophinney and @Slamdunk