v4.0
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:
-
Static facade based usage in your php (Controllers, Models, Services, etc) instead of a call to the app container.
-
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