Luxa SMTP – Changelog

Last updated on August 3, 2026 · 2 min read

2026-07-12 — Luxa SMTP 1.2.0 Extended the email log’s database table with optional columns (email body, headers, attachments) and a new lxs_maillog_insert_data filter, so a Pro add-on can opt a site into storing full email content for later resending — off by default, core never populates these columns on its own. Added an “Actions” column and a bulk-actions area to the Email Log page, both extensible via new filters for add-ons like Resend From Log and Export CSV/XLSX.

2026-07-12 — Luxa SMTP 1.1.1 Added a lxs_menu_title_suffix filter so an installed Pro add-on can show a small badge next to “Luxa SMTP” in the wp-admin sidebar menu. No visible change without Pro installed.

2026-07-12 — Luxa SMTP 1.1.0 Reworked the admin layout into a pluggable Shell system: the free plugin now ships a plain, native WordPress-style settings screen (PlainShell) instead of a custom dashboard chrome, with a service-container hook (lxs_services_registered) letting an add-on swap in a richer layout. Added a dismissible “enjoying the plugin?” notice pointing to Pro (shown once, only after a week of use, never during an error state). Added a per-add-on enable/disable switch on a new “Add-ons” page, so a Pro add-on’s individual features can be turned on or off independently of the license itself. Added a versioned database migration scaffold and an automated test suite for the plugin’s core logic.

2026-07-12 — Luxa SMTP 1.0.0 Initial release under the LuxaPress brand. Authenticated SMTP sending with six provider presets, a built-in test-email tool with SMTP debug output, a full success/failed email log with filtering and automatic retention cleanup, and OpenSSL-based encryption for the stored SMTP password (replacing the base64 encoding used in an earlier, pre-LuxaPress version of this plugin).

Powered by LuxaDocs