Skip to content

v3.6.0

Compare
Choose a tag to compare
@visto9259 visto9259 released this 22 Aug 18:05
· 37 commits to master since this release
341a0bd

Issues fixed:

#41 PHP 8.2 Deprecation notices

Other updates

  • Updated test suite to remove PHP 8.2 deprecation notices
  • Updated Travis-CI to run test suite for PHP 8.1 and 8.2

Potential BC issue

  • The fix for #41 removed the setting of the dynamic property request in the AdapterChainEvent class which caused the deprecation notice in PHP 8.2. Be aware that usage of this dynamic property in your application will no longer work. Use the request param of the event instead.