v4.1.8-alpha
·
1231 commits
to master
since this release
- Normalize paths to always have a leading slash when comparing against the CSRF blacklist (#775) (possible breaking change for some environments - please see updated docs at https://learn.userfrosting.com/routes-and-controllers/client-input/csrf-guard#blacklisting-routes)
- Set
display_errorstotruefor development configs (#762), move php settings into a commonphpsubkey in config files ShutdownHandlerno longer responsible for logging fatal errors- Set up PHP config values in
Core.phpinstead of inside theconfigservice definition. - Reimplement
Builder::excludeto maintain a list of excluded columns, and then automatically update list of columns to fetch inget() - Deprecate
Model::queryBuilderandModel::export - Update nginx config file from spdy to http2
- Add Pagespeed block (commented out) to nginx config file
- Make fpm-php7.0 the default CGI nginx config file