Releases: EtticDevelopment/magicauth
Release list
MagicAuth 1.0.4
Patch release.
Fix
- On the code-entry screen, the in-card language switcher now stays anchored in a divided footer (with the same divider line as the first screen) instead of dangling at the bottom of the card.
Install: download magicauth-1.0.4.zip below and upload via Plugins → Add New → Upload.
MagicAuth 1.0.3
Bug-fix and translation release.
Fix
- Sign-in emails are now sent from an address on your own site domain (configurable local part, default
login@) instead of the WordPress admin address, so they pass SPF/DKIM/DMARC and are far less likely to be flagged as spam. A new Sender email address setting controls the local part.
New
- Full translation support: the login screen, transactional emails, and the entire admin UI (including JavaScript dialogs) are now translatable.
- Bundled translations for Dutch (nl_NL), German (de_DE), and Spanish (es_ES). English remains the default.
Internal
- Text domain loads on
init; ships a.pottemplate plus.mo,.l10n.php(WP 6.5+ fast format), and per-locale JS JSON viawp_set_script_translations.
Install: download magicauth-1.0.3.zip below and upload via Plugins → Add New → Upload.
MagicAuth 1.0.2
Adds a compact, on-brand language switcher in the branded sign-in card footer on multilingual sites: a translate icon plus the current language, with a dropdown to switch. It replaces WordPress's full-width selector that previously rendered detached below the card. A new "Hide language switcher" setting (Settings → MagicAuth → Branding) removes it entirely; the native recovery login at ?magicauth=off always keeps the WordPress default.
MagicAuth 1.0.1
Fixes the weak-salt warning tooltip on the settings screen, which was clipped by the card edge. It now displays in full, and its "!" marker is shown in red for emphasis.