Skip to content

v0.1.47

Choose a tag to compare

@github-actions github-actions released this 09 Apr 09:47
· 3 commits to main since this release

Fixed

  • abandoned_at_gmt for imported order-backed carts is now always set to the import time so the email scheduler starts counting from capture, not from the original order date.
  • created_at_gmt carries the real order date for display purposes only.
  • Data migration (wccr_db_version 0.1.47) corrects abandoned_at_gmt on rows inserted with the wrong date in v0.1.46.

Changed

  • Cart card label "Abandoned at" renamed to "Abandoned cart created".
  • Cart card now shows "Order date" (created_at_gmt) for imported orders only.
  • Introduced wccr_db_version option to track and gate future data migrations.
  • Added bulk delete: select individual carts or all at once via the checkbox bar and delete them in one action.