Skip to content

Releases: auraphp/Aura.Accept

4.0.1

20 Jan 12:49
793f21a

Choose a tag to compare

What's Changed

  • Enable PHP 8.2 compat by @koriym in #20
  • Fixed PHP Deprecated Implicitly marking parameter $available as nullable by @StuTheBearded in #21

New Contributors

Full Changelog: 4.0.0...4.0.1

4.0.0

26 Mar 05:27

Choose a tag to compare

  • Fix - Undefined offset notice for name and value in AbstractNegotiator by @gomboc in #14
  • Updated license from BSD to MIT by @koriym in #17
  • Enable PHP 7.2-8.1 compatibility by @koriym in #16
  • Updated scrutinizer config by @harikt in #18

2.2.5

10 Mar 17:42

Choose a tag to compare

  • Fixed bug when quality value was float, the array key was becoming zero.
    Now converted to string #10
  • phpunit added to require-dev of composer. #12

2.2.4

27 Dec 05:40

Choose a tag to compare

  • Fixed undefined offset notice when $_SERVER['HTTP_ACCEPT'] value is *;q=.. and not */*;q=.. format. See issue 8 for more details.

2.2.3

03 Oct 19:34

Choose a tag to compare

This is a hygiene release to update the license year and remove a branch alias.

2.2.2

27 Mar 17:07

Choose a tag to compare

This is a hygiene release to update the documentation and support files.
This release modifies the testing structure and updates other support files.

2.2.1

16 Mar 00:51

Choose a tag to compare

This is a hygiene release to update the documentation and support files.

2.2.0

04 Mar 16:56

Choose a tag to compare

  • ADD: Make AbstractNegotiator::set() and add() public. Fixes #4.

2.1.0

23 Jan 15:24

Choose a tag to compare

  • Allow wildcards as $available values for negotiation; on matching an available wildcard, the available wildcard is returned as the negotiated value.

2.0.0

07 Nov 15:33

Choose a tag to compare

Initial 2.0 stable release.