Skip to content

Releases: codewurker/gravitysmtp

1.9.4

21 Jun 10:20
Compare
Choose a tag to compare

Gravity SMTP v1.9.4 Changelog

  • Fixed an issue that can cause some emails to fail to send due to duplicate headers.
  • Fixed an issue that causes some WordFence emails not to send.

1.9.3

04 Jun 10:22
Compare
Choose a tag to compare

Gravity SMTP v1.9.3 Changelog

  • Fixed an issue which can cause emails with invalid reply-to addresses to fail to send.
  • Fixed an issue that can cause calls to strpos to use a deprecated null value.
  • Fixed an issue that causes resends to fail if the original message had a BCC or CC.

1.9.2

09 May 10:20
Compare
Choose a tag to compare

Gravity SMTP v1.9.2 Changelog

  • Fixed a bug where the app will show an integration as not configured when it is activated in the setup wizard.
  • Fixed an issue that causes all SparkPost emails to include List-related headers.
  • Fixed an issue that causes date filters and on the email log to not respect the server timezone settings.
  • Fixed an issue that causes special characters in the From Name value to interfere with SMTP2GO sends.
  • Fixed an issue that causes the encryption settings for Custom SMTP to not be clickable in some cases.
  • Fixed an issue that causes the Integrations Settings page to show outdated configurations statuses for oauth connections.

1.9.1

18 Apr 10:20
Compare
Choose a tag to compare

Gravity SMTP v1.9.1 Changelog

  • Fixed an issue that can cause script conflicts in other applications such as Yoast and Customizer.

1.9.0

17 Apr 10:20
Compare
Choose a tag to compare

Gravity SMTP v1.9.0 Changelog

  • Fixed an issue that causes SMTP2GO to ignore forced from names.
  • Fixed an issue that allows sensitive keys set by constant to display their values in the system report.
  • Fixed an issue that causes the usage analytics constant override to not display its state properly.
  • Fixed an issue that causes the debug log timestamps to always display in UTC.
  • Updated plugin init to a priority of -10 to ensure we run before most other plugins.
  • Updated MailerSend integration description to properly describe the integration.
  • Updated the Microsoft Integration settings to clarify how From Name is handled.
  • Updated the PHPMail Integration to work more reliably in various contexts.

1.8.1

03 Apr 10:20
Compare
Choose a tag to compare

Gravity SMTP v1.8.1 Changelog

  • Added BCC and CC details to the Email Log Detail screen.
  • Fixed an issue that causes emails sent from the Group File Access plugin to fail.
  • Fixed an issue that causes From Name to not be included when using the Elastic Email integration.
  • Fixed an issue that causes messages from Groundhogg to fail to send if sent via the AWS integration.
  • Fixed an issue which can cause some emails to not be logged when their message body exceeds a certain length.
  • Removed an unnecessary X-Mailer header from Mailgun requests.

1.8.0

13 Mar 10:19
Compare
Choose a tag to compare

Gravity SMTP v1.8.0 Changelog

  • Added Mailjet as a connector.
  • Added SparkPost as a connector.
  • Fixed a bug that causes settings locked by a constant to save to the database on various operations.
  • Fixed an issue that causes the Events table on the Dashboard to show events in the incorrect order if they span multiple years.
  • Fixed an issue that causes the events log table to show no results if the date filter is used with a single date for to and from values.

1.7.0

27 Feb 10:19
Compare
Choose a tag to compare

Gravity SMTP v1.7.0 Changelog

  • Added the ability to send a test Alert for all existing Alert types.
  • Added a lock icon tooltip to integration card when the integration is set as primary or backup by a constant.
  • Added Elastic Email as an integration.
  • Added MailerSend as an integration.
  • Added SMTP2GO as an integration.
  • Added migration fields for Elastic Email and SMTP2GO
  • Fixed an issue that can cause Password Reset emails to ignore management settings if Woocommerce is the source.
  • Updated telemetry data for Setup Wizard.

1.6.2

13 Feb 10:18
Compare
Choose a tag to compare

Gravity SMTP v1.6.2 Changelog

  • Added: A Headers section to Email Log Details sent via Custom SMTP.
  • Added: A link to the attached files when viewing Email Log Details.
  • Added: Support for custom file names in attachments.
  • Fixed: An issue that can cause some table pagination to break on custom site setups.
  • Fixed: An issue that causes PHPMail to disregard the Return-Path value.
  • Fixed: An issue that causes tooltip buttons to redirect to a blank page.
  • Fixed: An issue where the drag handle icon for Twilio alerts was not displaying correctly.
  • Fixed: An issue which can cause deferred EDD emails to fail.
  • Fixed: An issue which can cause some failed emails to not trigger an alert.
  • Fixed: An issue which can cause the Primary Connector to be ignored if settings have not been saved a single time.
  • Fixed: An issue which causes some settings defined by constants to not display the correct value.
  • Updated: All dialogs to be vertically centered on the page.
  • Updated: Saving of integration settings to assign the one being saved as Primary if none currently are.

1.6.1

17 Jan 10:17
Compare
Choose a tag to compare

Gravity SMTP v1.6.1 Changelog

  • Added a feature that obfuscates sensitive settings field values if those fields are set via a defined constant.
  • Added resend email button to the activity log.
  • Added support for SQLite in the System Report.
  • Added the ability to set Primary and Backup integrations via the constants GRAVITYSMTP_INTEGRATION_PRIMARY and GRAVITYSMTP_INTEGRATION_BACKUP
  • Fixed a bug that causes warnings or errors due to undefined array keys.
  • Fixed an issue that can cause email sends to fail when providing a BCC or Reply-to address while using the Mailchimp connector.
  • Fixed an issue that causes fatal errors with the Google Integration when there is a token error.
  • Fixed an issue that causes PHP notices if the from name of an email is empty in the Generic Integration.
  • Fixed an issue where the app size was incorrect when the menu is auto folded.
  • Fixed an issue where the tracking pixel url is generated with a slash.
  • Updated the resend email functionality to be confirmed through a confirmation dialog before resending the email.