Skip to content

Releases: klaviyo/magento2-klaviyo

Release 4.0.11

10 Apr 15:51
764b95b
Compare
Choose a tag to compare

Changed

  • Fixed bug where historical sync wouldn't run for index of 0

Fixed

  • Fixed bug in checkout where shipping information update caused report error if
    email or sms consent where activated
  • Fixed PHP 8.2 incompatability with dynamic properties

Release 4.0.10

02 Mar 16:59
a9b759f
Compare
Choose a tag to compare

Added

  • Continuous integration to validate pre commit, validate our versioned files,
    and prepare for testing
  • Continuous deployment to generate a new release when PRs are merged into the
    'stable/**' release branches.

Changed

  • Added precommit to the repository and formatted all PHP files to PSR12 style.
  • Set the newsletter subscription source to Magento 2

Removed

  • Empty test files

Fixed

  • Fixed bug in NewsletterSubscribeObserver where customers with an unconfirmed
    site account were being unsubscribed

Release 4.0.9

03 Jan 22:03
214fe69
Compare
Choose a tag to compare

Changed - Updated default SMS consent language
Fixed - Fixed bug in logging for truncated payloads in the kl_syncs table.

Release 4.0.8

10 Nov 21:06
ede96ac
Compare
Choose a tag to compare

Fixed

  • Fixed bug where cleanup cron wasn't referencing correct method name.

4.0.7

01 Nov 23:27
0df49ac
Compare
Choose a tag to compare

Added

  • Add a name to the Klaviyo\Reclaim\Block\Initialize block, so it can be moved around via a layout xml

Fixed

  • Fixed bug in Observer/SalesQuoteProductAddAfter.php passing null value to stripslashes
  • Fixed bug in Block/Catalog/Product/ViewedProduct.php passing null value to number_format
  • Fixed issue when Controller/Checkout/Reload.php was loading backend classes on frontend
  • Fixes for Added to Cart: adds error handling to Added to Cart event processing, enforces payload size to 65k characters, adjusts cleanup crons to include failed syncs

4.0.6

19 Sep 19:09
0e8b12b
Compare
Choose a tag to compare

Fixed

  • Updated PHPDoc parameters for productinspector method in Api/ReclaimInterface.php to match signature.

Release v4.0.5

28 Jul 21:30
6ae94a8
Compare
Choose a tag to compare

Fixed

  • Fixed 404 AJAX Request on /cart/reclaim/checkout/reload
  • Fixed newsletter signup on account creation. Users will now be subscribed if they check the checkbox on account registration.

4.0.4 - Various minor fixes

24 May 21:09
3425a52
Compare
Choose a tag to compare
  • Skipped 4.0.3 due to cancelled extension in magento marketplace

Fixed

  • Moved webhooks url to async tier
  • Removed product descriptions from Added to Cart payloads
  • Add indexType to db_schema.xml
  • Added style-src and forms url to csp_whitelist.xml

4.0.2 Updates to Added to Cart

16 Mar 18:37
3498ac4
Compare
Choose a tag to compare

Fixed

  • Updated Added to Cart track request to use POST to accommodate large payloads
  • Initialized observerAtcPayload to fix Undefined property error

Store scoping for ATC requests

02 Feb 00:10
0f25838
Compare
Choose a tag to compare

Fixed

  • Add store scoping to Track Requests for Added to Cart