Releases: madewithlove/htaccess-api-client
Releases · madewithlove/htaccess-api-client
v2.3.0
v2.2.0
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
Added
- the
HTTP_USER_AGENT
variable is now accepted as a server variable
v2.0
Breaking changes
- Dropped support for PHP 7.x
- Server variables (like
HTTP_REFERER
andSERVER_NAME
) are no longer passed as individual arguments to thetest()
andshare()
methods, but as part of theServerVariables
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.