You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixed a bug where Peak\Validation\DataSet::validate won't stop at first error rule
added support of session options from config in Peak\Bedrock\Application\Bootstrap\Session
fixed rare bug where filter_input(INPUT_SERVER, 'REQUEST_URI') return nothing in
Peak\Routing\RequestServerURI (thanks to Mogwy)
added Peak\Bedrock\Application\Bootstrap\RedirectRoutes and Peak\Bedrock\Controller\RedirectionController to handle
routes URLs redirections gracefully
added application config instance to Peak\Bedrock\Controller\ActionController constructor