Skip to content

v5.5.1

Choose a tag to compare

@crynobone crynobone released this 10 Feb 03:08
· 310 commits to master since this release

Added

  • Add Collective\Html\FormBuilder::getModel() method. (@thetar)

Changes

  • Use strict comparison to check selected values when building select options. (@muvasco)
  • Form method of hidden input '_method' is preserved on next request. (@tortuetorche)
  • Allows Illuminate\Http\Request to be optional. (Victor Isadov)
  • Replace + operator with array_merge() method. (@izniburak)
  • Remove PHP_EOL statements from HTML output. (@nickurt)