Skip to content

v2.1.4

Choose a tag to compare

@joelwmale joelwmale released this 13 Jun 04:19
· 49 commits to master since this release
7427ce9

Summary

A targeted bug fix for the database cart driver, preventing a fatal error when clearing cart conditions after calling clear(). Also includes routine CI dependency updates.

Fixed

  • Resolved "Call to a member function save() on array" error thrown when calling clearCartConditions() after clear() with the database driver. clear() was replacing the session object with a plain array, breaking subsequent method calls on the session. - @joelwmale

Changed

  • Bumped actions/checkout from v6.0.2 to v6.0.3 in CI - @app/dependabot
  • Bumped shivammathur/setup-php from 2.37.1 to 2.37.2 in CI - @app/dependabot

Contributors