v2.1.4
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 callingclearCartConditions()afterclear()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/checkoutfrom v6.0.2 to v6.0.3 in CI - @app/dependabot - Bumped
shivammathur/setup-phpfrom 2.37.1 to 2.37.2 in CI - @app/dependabot
Contributors
- @app/dependabot
- @joelwmale