Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 385 Bytes

CHANGELOG.md

File metadata and controls

19 lines (15 loc) · 385 Bytes

Bootstrapper

5.0.0

  • Rewrite application to use facades
  • Require Laravel 4.2 (and thus PHP 5.4)
  • Change test suite to use PHPSpec
  • Update to use PSR-4
  • Remove Form::append* etc in favour of an InputGroup class
  • Remove Form::control_group in favour of a ControlGroup class
  • Rename Progress to ProgressBar

4.0.0

  • Compatibility with Laravel 4
  • more