Skip to content

Releases: efficiently/jquery-laravel

Support for PHP 8.0 and Laravel 6, 7 and 8 🚀

08 Dec 12:40
e2bc9b4
Compare
Choose a tag to compare
  • 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

08 Dec 12:34
d440f3a
Compare
Choose a tag to compare
Update Travis CI links

[ci skip]

PSR-4 and Fix PHP Deprecation Notice

02 Sep 14:45
7bb7d9e
Compare
Choose a tag to compare
  • Fix this PHP Deprecation Notice:
    Unparenthesized a ?: b ? c : d is deprecated. Use either (a ?: b) ? c : d or a ?: (b ? c : d)
  • Use PSR-4 for autoloading the classes of this package

Laravel 5.5 support

26 Jan 14:03
Compare
Choose a tag to compare
Update README.md to mention wiki Installation Instructions page

[ci skip]

Security fix for jquery-ujs library

19 Jun 08:05
Compare
Choose a tag to compare

Properly check if the request is cross domain

Fix CVE-2015-1840

Last jQuery versions and fix Firefox issues

18 May 12:43
Compare
Choose a tag to compare
1.0.8

Fix some button disabled issues with Firefox.

Support Laravel's Paginator

12 Nov 10:43
Compare
Choose a tag to compare
  @div_for($articles->getCollection()) as($article)
    {{ $article->name }}
  @end_div_for

Update button_tag() helper.

16 Aug 11:41
Compare
Choose a tag to compare

To correctly handle the data-confirm option.