Skip to content

V3.0.0

Latest
Compare
Choose a tag to compare
@Gandhi11 Gandhi11 released this 06 May 11:00
40414bb

What's Changed

  • ci: composer cache doesn't change anything by @xel1045 in #14
  • build(deps): drop php 8.0 and Laravel 9 support by @xel1045 in #15
  • ci: test PHP 8.3 support and Add Laravel 11 support by @xel1045 in #16
  • feat: rename Html element rendering method in order to avoid conflict with Laravel Collection base method
  • test: migrate phpunit.xml to v10 format
  • build(deps): update phpunit to v10
  • ci: update actions/checkout to v4
  • ci: composer option no-suggest is deprecated

Breaking Changes

Methods select, radio and checkbox were renamed htmlSelect, htmlRadio and htmlCheckbox in order to avoid naming conflict with Laravel Collection new methods. See. laravel/framework#49845

Full Changelog: v2.0.0...V3.0.0