Skip to content

Releases: madewithlove/htaccess-api-client

v2.3.0

03 Jan 07:54
025aef5
Compare
Choose a tag to compare

Fixed

  • The api client now uses the correct domain agian

v2.2.0

29 Oct 07:53
068bf1a
Compare
Choose a tag to compare

ADDED

  • The set of allowed server variables is not limited anymore to a predefined set of variables, just put in everything you want!

v2.1.0

15 Oct 16:56
af69117
Compare
Choose a tag to compare

Added

  • the HTTP_USER_AGENT variable is now accepted as a server variable

v2.0

08 Oct 11:54
b6a5ca7
Compare
Choose a tag to compare

Breaking changes

  • Dropped support for PHP 7.x
  • Server variables (like HTTP_REFERER and SERVER_NAME) are no longer passed as individual arguments to the test() and share() methods, but as part of the ServerVariables collection class. This change will allow for easy addition of supported server variables in the near future. Implementation details can be found in the project's README file.

v1.6.1

08 Oct 08:08
Compare
Choose a tag to compare

Fixed

  • isSupported() method on ResultLine returned incorrect value

v1.6

03 Jun 08:20
81d126b
Compare
Choose a tag to compare

Added

  • HtaccessResult now contains status code