Skip to content

Releases: LaravelCollective/html

v5.6.3: [5.6] Validation in select field for boolean value of selected option…

12 Feb 14:20
Compare
Choose a tag to compare

v5.5.3: [5.5] Validation in select field for boolean value of selected option…

12 Feb 14:21
Compare
Choose a tag to compare
… (#490)

* [5.5] Validation in select field for boolean value of selected option

* Adjustment

v5.6.2: [5.6] Form method of hidden input '_method' is preserved on next requ…

08 Feb 19:51
Compare
Choose a tag to compare
…est (#486)

* Form method of hidden input '_method' is preserved on next request

E.G. When you submitted data across a form with a 'PATCH' method and then in a second submit you use a form with a 'DELETE' method, the FormBuilder::getValueAttribute() method use the previous value of the hidden input '_method'.
So the value is replaced by 'PATCH' instead of the 'DELETE' value.

* Drop PHP 7.1 and add PHP 7.2 in Travis CI config

Because Laravel 5.6 require at least PHP 7.1.3

* Fix PHP 7.2 Warning with count()

Otherwise a PHP Warning is thrown:
count(): Parameter must be an array or an object that implements Countable

See http://php.net/manual/en/migration72.incompatible.php#migration72.incompatible.warn-on-non-countable-types

* Bump Mockery version to support PHP 7.2

v5.6.1: [5.6] Form method of hidden input '_method' is preserved on next requ…

08 Feb 18:39
Compare
Choose a tag to compare
…est (#486)

* Form method of hidden input '_method' is preserved on next request

E.G. When you submitted data across a form with a 'PATCH' method and then in a second submit you use a form with a 'DELETE' method, the FormBuilder::getValueAttribute() method use the previous value of the hidden input '_method'.
So the value is replaced by 'PATCH' instead of the 'DELETE' value.

* Drop PHP 7.1 and add PHP 7.2 in Travis CI config

Because Laravel 5.6 require at least PHP 7.1.3

* Fix PHP 7.2 Warning with count()

Otherwise a PHP Warning is thrown:
count(): Parameter must be an array or an object that implements Countable

See http://php.net/manual/en/migration72.incompatible.php#migration72.incompatible.warn-on-non-countable-types

* Bump Mockery version to support PHP 7.2

Laravel 5.6 Support

08 Feb 16:17
Compare
Choose a tag to compare
Added Laravel 5.6 stable support (#484)

* Laravel 5.6 stable support

* fixed bug where opt group attributes where passed to option, added opt group attributes to opt group

* dropped php 7.0 because Laravel minimum requirement is now php 7.1.3

5.5.2

09 Feb 20:30
Compare
Choose a tag to compare
[5.6] Form method of hidden input '_method' is preserved on next requ…

…est (#486)

* Form method of hidden input '_method' is preserved on next request

E.G. When you submitted data across a form with a 'PATCH' method and then in a second submit you use a form with a 'DELETE' method, the FormBuilder::getValueAttribute() method use the previous value of the hidden input '_method'.
So the value is replaced by 'PATCH' instead of the 'DELETE' value.

* Drop PHP 7.1 and add PHP 7.2 in Travis CI config

Because Laravel 5.6 require at least PHP 7.1.3

* Fix PHP 7.2 Warning with count()

Otherwise a PHP Warning is thrown:
count(): Parameter must be an array or an object that implements Countable

See http://php.net/manual/en/migration72.incompatible.php#migration72.incompatible.warn-on-non-countable-types

* Bump Mockery version to support PHP 7.2

Backport bug fix

22 Jun 13:21
Compare
Choose a tag to compare
v5.1.11

remove hhvm

v5.5.1

31 Aug 14:54
Compare
Choose a tag to compare
Merge branch '5.4' into 5.5

Laravel 5.5 Support

31 Aug 14:36
Compare
Choose a tag to compare
Merge pull request #409 from cmizzi/master

Use stable laravel 5.5 version

v5.4.9

31 Aug 14:52
Compare
Choose a tag to compare
Merge branch 'Tettra-5.4' into 5.4