Skip to content

Releases: zkwbbr/utils

v2.1.3

03 Aug 10:19

Choose a tag to compare

Fixed

  • Fixed issue with multiselect attribute that causes the "- Select -" placeholder be included in user selection in SelectTag.

v2.1.2

02 Aug 19:46

Choose a tag to compare

Fixed

  • Added "disabled" attribute in the placeholder option tag of SelectTag.
  • Changed multiple="multiple" attribute to just "multiple" in the select tag of SelectTag.

v2.1.1

03 Jun 18:53

Choose a tag to compare

Changed

  • Updated dependency phpstan/phpstan to ^1.0

v2.0.3

23 Jan 13:44

Choose a tag to compare

Fixed

  • Add "Cache-Control: no-store" in Redirect::x() to prevent some browsers from caching the source URL
  • Use a country that does not use daylight savings in AdjustedDateTimeByTimeZone unit tests

v2.0.2

04 Jun 19:51

Choose a tag to compare

Fixed

  • Fix autofill from POST in SelectTag::x().