Skip to content

4.13.0

Compare
Choose a tag to compare
@spryker-release-bot spryker-release-bot released this 25 May 15:21
· 17 commits to master since this release

Included commits: 4.12.0...4.13.0

Improvements

  • Adjusted SessionHandlerCouchbase::open() so it has return type to avoid deprecations in PHP 8.1.
  • Adjusted SessionHandlerCouchbase::close() so it has return type to avoid deprecations in PHP 8.1.
  • Adjusted SessionHandlerCouchbase::read() so it has return type to avoid deprecations in PHP 8.1.
  • Adjusted SessionHandlerCouchbase::write() so it has return type to avoid deprecations in PHP 8.1.
  • Adjusted SessionHandlerCouchbase::destroy() so it has return type to avoid deprecations in PHP 8.1.
  • Adjusted SessionHandlerCouchbase::gc() so it has return type to avoid deprecations in PHP 8.1.
  • Adjusted SessionHandlerMysql::open() so it has return type to avoid deprecations in PHP 8.1.
  • Adjusted SessionHandlerMysql::close() so it has return type to avoid deprecations in PHP 8.1.
  • Adjusted SessionHandlerMysql::read() so it has return type to avoid deprecations in PHP 8.1.
  • Adjusted SessionHandlerMysql::write() so it has return type to avoid deprecations in PHP 8.1.
  • Adjusted SessionHandlerMysql::destroy()so it has return type to avoid deprecations in PHP 8.1.
  • Adjusted SessionHandlerMysql::gc() so it has return type to avoid deprecations in PHP 8.1.