Skip to content

Releases: mitchelldmiller/quick-mail-wp-plugin

Quick Mail 4.0.4

27 Dec 23:07
Compare
Choose a tag to compare

Quick Mail is the easiest way to send email with attachments to WordPress users on your site, or send private replies to comments. Compatible with multisite. Includes WP-CLI command.

What's New in Quick Mail 4.0.4?

  • Fixed jQuery TypeError on cc address validation.
  • Updated readmes, license.
  • Tested with WordPress 5.6.

All Changes

Quick Mail 4.0.2 for jQuery 3

20 Dec 22:31
Compare
Choose a tag to compare

Quick Mail is the easiest way to send email with attachments to WordPress users on your site, or send private replies to comments. Compatible with multisite. Includes WP-CLI command.

What's New in Quick Mail 4.02?

  • Fixed jQuery 3 deprecation warnings.
  • Removed unused variables.
  • Tested with WordPress 5.6.

All Changes

Quick Mail 4.0.1

15 Nov 01:37
Compare
Choose a tag to compare

Quick Mail is the easiest way to send email with attachments to WordPress users on your site, or send private replies to comments. Compatible with multisite. Includes WP-CLI command.

What's New in Quick Mail 4.01

  • New quick_mail_cli_admin_only filter, allows non-admins to send email with WP-CLI.
  • Updated help system.
  • Tested with WordPress 5.5.3.

All Changes

Quick Mail 4.0.0

11 May 06:27
Compare
Choose a tag to compare

Quick Mail is the easiest way to send email with attachments to WordPress users on your site, or send private replies to comments. Compatible with multisite. Includes WP-CLI command.

What's New in Quick Mail 4.00

  • Updated help system.
  • Updated text links.
  • Tested with WordPress 5.4.1

All Changes

Quick Mail 3.5.8

18 Nov 00:45
Compare
Choose a tag to compare

Quick Mail is the easiest way to send email with attachments to WordPress users on your site, or send private replies to comments. Compatible with multisite. Includes WP-CLI command.

Improved in Quick Mail 3.5.8

  • Replaced dead links to WP.org on help, READMEs.
  • Update from Github using Github Updater plugin.

All Changes

Quick Mail 3.5.6

13 Nov 00:58
Compare
Choose a tag to compare

Quick Mail is the easiest way to send email with attachments to WordPress users on your site, or send private replies to comments. Compatible with multisite.

Send a quick email from WordPress Dashboard to WordPress users, or anyone. Adds Quick Mail to Tools menu and comment replies.

Send a Web page, file, or message from the command line with quick-mail command for WP-CLI.

Improved in Quick Mail 3.5.6

  • Added specific CSS to prevent WordPress from changing size of recipient select.
  • Disabled validate email setting when user list is enabled.
  • Reduced input lengths on mobile devices, to improve display.
  • Removed text placeholders from input fields.
  • Selecting Display Commenters disables user selection.

All Changes

Quick Mail 3.5.5 Maintenance Release

08 Oct 18:25
Compare
Choose a tag to compare

Quick Mail is the easiest way to send email with attachments to WordPress users on your site, or send private replies to comments. Compatible with multisite.

Send a quick email from WordPress Dashboard to WordPress users, or anyone. Adds Quick Mail to Tools menu and comment replies.

Send a Web page, file, or message from the command line with quick-mail command for WP-CLI.

New in Quick Mail 3.5.5

  • Fixed JavaScript translation of duplicate email error message.
  • Highlight form fields while entering text.
  • Multiple recipients are reformatted after entry.
  • Removed spurious invalid address warnings, when no address was entered.
  • Simplified JavaScript email validation.
  • Updated FAQ, help.

All Changes

Quick Mail 3.5.4

18 Jun 18:16
Compare
Choose a tag to compare

Quick Mail is the easiest way to send email with attachments to WordPress users on your site, or send private replies to comments. Compatible with multisite.

Send a quick email from WordPress Dashboard to WordPress users, or anyone. Adds Quick Mail to Tools menu and comment replies.

Send a Web page, file, or message from the command line with quick-mail command for WP-CLI.

New in Quick Mail 3.5.4

  • Removed wp-i18n script requirement, to work with WP 4.6.
  • Added IDNA_NONTRANSITIONAL_TO_ASCII to idn_to_ascii() for PHP 7.2+ warning.
  • Trim user input before AJAX email validation.
  • Removed check for login cookie on AJAX email validation.

All Changes

Quick Mail 3.5.3

08 May 14:40
Compare
Choose a tag to compare

Quick Mail is the easiest way to send email with attachments to WordPress users on your site, or send private replies to comments. Compatible with multisite.

Send a quick email from WordPress Dashboard to WordPress users, or anyone. Adds Quick Mail to Tools menu and comment replies.

Send a Web page, file, or message from the command line with quick-mail command for WP-CLI.

New in Quick Mail 3.5.3

  • Display No Role for users without role.
  • Fixed idn_to_ascii() warning on PHP 7.2+.
  • Improved settings help and general help.

All Changes

Quick Mail 3.5.2

06 Mar 19:02
Compare
Choose a tag to compare

Quick Mail is the easiest way to send email with attachments to WordPress users on your site, or send private replies to comments. Compatible with multisite.

Send a quick email from WordPress Dashboard to WordPress users, or anyone. Adds Quick Mail to Tools menu and comment replies.

Send a Web page, file, or message from the command line with quick-mail command for WP-CLI.

New in Quick Mail 3.5.2

  • Added WP-CLI error: Cannot send to all. You are the only user.
  • Added QUICK_MAIL_TESTING for testers to see results without sending mail.
  • Added WP-CLI command option for sending email to all users on site.
  • Count recipients. Cannot send mail to over 100 recipients.
  • Do not apply sanitize_email to WP-CLI recipient address.
  • Do not hide role recipients, if only one recipient.
  • Fixed error on recipient address, when all users and show roles were selected.
  • Fixed: Roles checkbox is always disabled after no roles is checked.
  • New: WP-CLI warning sending to administrators, if user is the only administrator.
  • New: Select recipients for WP-CLI command by role.
  • Removed double quotes on some user names from WP-CLI command.
  • Replaced wp_strip_all_tags with strip_tags on AJAX email check.

All Changes