Releases: efficiently/jquery-laravel
Releases · efficiently/jquery-laravel
Support for PHP 8.0 and Laravel 6, 7 and 8 🚀
- And also PHP 7.3, 7.4 support
- Drop PHP 7.0 and 7.1 support (you can use the 2.4 branch for them)
- Drop Laravel 5.5, 5.6 and 5.7 support (you can use the 2.4 branch for them)
Minor fixes
Update Travis CI links [ci skip]
PSR-4 and Fix PHP Deprecation Notice
- Fix this PHP Deprecation Notice:
Unparenthesizeda ?: b ? c : d
is deprecated. Use either(a ?: b) ? c : d
ora ?: (b ? c : d)
- Use PSR-4 for autoloading the classes of this package
Laravel 5.5 support
Update README.md to mention wiki Installation Instructions page [ci skip]
Security fix for jquery-ujs library
Properly check if the request is cross domain
Fix CVE-2015-1840
Last jQuery versions and fix Firefox issues
1.0.8 Fix some button disabled issues with Firefox.
Support Laravel's Paginator
@div_for($articles->getCollection()) as($article)
{{ $article->name }}
@end_div_for
Update button_tag() helper.
To correctly handle the data-confirm
option.