Skip to content

v4.0

Compare
Choose a tag to compare
@peterthomson peterthomson released this 10 Sep 11:35
· 8 commits to master since this release

This release bumps the version numbering to avoid an error where Packagist was automatically supplying Composer with the deprecated version of the package. The version bump also reflects the modernisation of:

  1. Static facade based usage in your php (Controllers, Models, Services, etc) instead of a call to the app container.

  2. Blade component call instead of a magic render function.

The legacy app container method and legacy blade render function remain available to ease the upgrade path.

Full Changelog: v1.4...v4.0