Skip to content

Releases: SimpleITpro/sendy

v6.1.3

27 Oct 01:59

Choose a tag to compare

  • Added support for the latest Hyderabad, Zurich and UAE Amazon SES regions.
  • The words for days and months, eg. Monday, Tuesday.. January, February.. are now translatable for Autoresponder emails.
  • Fixed warning for undefined $app_path in web version script
  • Updated CA bundle to the latest
  • [PHP 8.3+] Fixed PHP Warning: Trying to access array offset on null when signing up to a list using reCAPTCHA
  • [PHP 8.2+] Fixed deprecation errors for ses.php and sns.php classes for
  • Type cast (string) to $name to fix "Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in l.php" error for link tracking (thanks Justin at Libib)
  • Updated geolocation database

v6.1.2

27 Oct 01:46

Choose a tag to compare

  • A convenient 'Show hidden lists' or 'Hide hidden lists' button now appears in the list view. You can now easily hide or unhide hidden lists right from the list view instead of going to the brand’s settings to do so.
  • Removed the 'mailto' option in the List-unsubscribe header while retaining the 'http' option of unsubscribe. The 'mailto' option is not mandatory in the List-Unsubscribe header. Removing the mailto header removes the need to manually unsubscribe users for every unsubscribe email received from ISPs.
  • Fixed a deprecation error that causes some users using PHP 8.1 to not be able to send out campaigns using a cron job ~ Thanks Assaf Dar Sagol for the tip
  • Fixed ‘PHP Deprecated: Creation of dynamic property’ in ‘SimpleEmailService’ class
  • Updated geolocation database

v6.1.1

27 Oct 01:37

Choose a tag to compare

  • Scheduled campaigns now displays their scheduled dates in the 'Sent' column of the campaign item in 'All campaigns'. If you have a bunch of campaigns scheduled for sending later, you can see all scheduled dates at a glance without having to mouse over each campaign's title.
  • The unsubscribe link in the ‘List-unsubscribe’ header will bypass double opt-out even if it is set in the list settings. This is to comply with RFC 8058. Unsubscribe links in the email body will still respect double opt-out if it is set as such. (Thanks James Cridland for the tip)
  • Signing up to a list via the API will no longer update segments to prevent overwhelming the server for users with a large volume of subscribers. Segments should be updated exclusively using a cron job or manually at the segments section.
  • If an email address ‘Bounced’, their subscription status will display as 'Bounced' in the ‘Search all lists’ page regardless of whether they confirmed their subscription previously. This follows the same display behaviour as the subscriber list page.
  • Fixed deprecation warning in the header.php script
  • Fixed fatal error for uncaught type error for some users in tracking script. (Hat tip Mathieu Landry)
  • Fixed deprecation errors in PHP 8.1+ for AbstractModel.php and AbstractRecord.php
  • Updated geolocation database