← Back to Followupv1.0.10 (15 releases)

Changelog Followup

Changelog for the planned Followup WooCommerce plugin: updates, fixes and feature development.

v1.0.10
  • Fixed the follow-up email subjects and bodies being stuck in English. The packaged wording lived in a config file rather than in a translatable string, so it never reached the translation files, and the settings screen wrote that English back into the database whenever a field was left blank. A store running in Polish, German or Spanish mailed its customers in English no matter how complete the language pack was.
  • The subject and body fields now ship empty and show the translated default in grey. Leave a field blank and the wording follows your store language as soon as a translation for it exists; type your own and it is used exactly as typed. Translations are delivered by WordPress.org language packs rather than bundled in this download, so a blank field stays English until a pack is published. Wording you had already customised is left alone. A stored template that is still word for word the old English default is cleared on update, so it starts following your store language.
v1.0.9
  • Renamed to Plogins Followup - Follow-Up Emails for WooCommerce so the name leads with the brand rather than a generic word, which is what the WordPress.org plugin review team asks for. The plugin slug is unchanged.
v1.0.8
  • Removed the "Tested up to" header from the main PHP file. It belongs in readme.txt only, where it is already declared; present in both, the header can override the readme and show a compatibility version that was never intended.
v1.0.7
  • Tested against WordPress 7.1. Verified by activating this build on a clean 7.1 install with WooCommerce 11.1, not by editing the header.
v1.0.6
  • Fixed the PRO promo on the settings screen quoting a price in PLN. PRO is priced and charged in EUR, so an admin on a Polish site was shown a zloty amount and then billed in euro, and the zloty figure was a fixed conversion that drifted from the real charge as the rate moved. The promo now shows the euro price that is actually taken.
v1.0.4
  • Translations: completed Polish, German and Spanish for the PRO upgrade panel.
v1.0.3
  • 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.5
  • Renamed to Plogins Followup for WooCommerce for a more distinctive plugin name.
v0.1.4
  • `followup/email_links` filter exposes URLs discovered in the final follow-up body for PRO engagement tracking.
v0.1.3
  • `followup/should_send` filter before a follow-up claims an order, so PRO can defer sends to a chosen hour or weekday.
v0.1.2
  • Fire `followup/email_sent` after a follow-up is accepted by wp_mail for PRO send reporting.
  • Document the `{coupon}` placeholder for Followup Pro coupon blocks.
v0.1.1
  • Add the `followup/sequence_steps` extension filter so add-ons can append custom post-purchase email steps.
v0.1.0
  • Initial release: thank-you and review request follow-up emails with per-type enable, trigger status, delay and templates; idempotent daily sender.