← Zurück zu Recover v1.0.6 (9 Releases)

Changelog Recover

Changelog für das geplanten WooCommerce-Plugin Recover: Updates, Korrekturen und Funktionsentwicklung.

v1.0.6
  • Logged-in customers now receive recovery emails again. With "Require consent" on, their carts were saved but never emailed, even though the consent checkbox is only ever shown to guests.
v1.0.4
  • Translations: completed Polish, German and Spanish for the PRO upgrade panel.
v1.0.3
  • Accessibility improvements to the admin and storefront markup.
  • Fixed low-contrast admin headings under an OS dark-mode preference.
v1.0.2
  • Added bundled Polish, German and Spanish translations for the plugin interface.
v1.0.1
  • First stable release.
v0.1.3
  • Renamed to Plogins Recover for WooCommerce for a more distinctive plugin name.
v0.1.2
  • `recover/email_sent` action after a recovery email is accepted by wp_mail.
  • `recover/cart_recovered` action when a cart is marked recovered.
  • `CartRepository::findById()` for cart lookup by primary key.
v0.1.1
  • Multi-email recovery sequences: `recover/max_emails`, `recover/email_step_delay`,
  • `recover/email/template_args`, and a third `$step` argument on `recover/email/args`.
  • Cron worker increments `emails_sent` and schedules follow-ups from `last_email_at`.
v0.1.0
  • Initial release.