Skip to content

Releases: kevinoid/auth-mailbox-joomla

v1.0.11

21 Jan 17:05
v1.0.11
Compare
Choose a tag to compare
  • mailbox.xml: Add es-ES to <languages>
  • mailbox.php: Reject email addresses with empty parts
  • mailbox.xml: Make mail_server and protocol required in configuration
  • mailbox.php: Reduce severity of failed auth logging

v1.0.10

13 Jan 18:23
v1.0.10
Compare
Choose a tag to compare
  • language/es-ES: Add es-ES translation from Manuel Pérez Ayala
  • mailbox.script.php: Check for imap_open in preflight
  • mailbox.php: Drop support for Joomla! 2.5 and earlier
  • mailbox.php: Improved error display and logging
  • mailbox.xml: Use yes/no button groups
  • mailbox.xml: Use Joomla!-provided yes/no translation keys
  • mailbox.xml: Use github.io as update server
  • *.*: Use PHP_CodeSniffer (from Composer) for linting
  • *.*: Add git hooks and CI to check linting