Skip to content

Releases: silinternational/email-service

allow the "FROM" name to be specified

29 Jun 14:57
3ed2a74
Compare
Choose a tag to compare

Added

  • Added the option to specify the email "FROM" name.

Update dependencies, minor code cleanup

11 May 14:38
c141402
Compare
Choose a tag to compare

Fixed

  • Update dependencies
  • Specify a major version of phpMyAdmin (for local dev use)
  • Document the required API_ACCESS_KEYS needed for tests to pass
  • Remove MAINTAINER line from Dockerfile

PHP8 Upgrade and related tweaks

05 Oct 07:21
f813da6
Compare
Choose a tag to compare
Merge pull request #35 from silinternational/develop

Release 1.8.0 PHP8 Upgrade and related tweaks

PHP 7.4

15 Jun 16:29
bc6e3a6
Compare
Choose a tag to compare

Fixed

  • Update to PHP 7.4
  • Update composer dependencies
  • Use MariaDB:10 official image for test database
  • Record installed versions of direct dependencies
  • Move Roave Security Advisories to be a dev dependency

Combine containers, improve logs

14 Jun 19:16
73e0649
Compare
Choose a tag to compare

Changed

  • Run cron and apache in the same container

Fixed

  • Export log messages immediately
  • Update dependencies
  • Updated encrypted files with rotated credentials
  • Explicitly set Yii's URL Manager to not use a cache (null)

Update Docker credentials

07 Oct 14:09
67ce5e4
Compare
Choose a tag to compare
1.6.1

Merge pull request #28 from silinternational/hotfix/update-docker-cre…

log to stderr/stdout

23 Apr 21:38
a695621
Compare
Choose a tag to compare
Merge pull request #23 from silinternational/develop

Release 1.6.0 - stream logging

Update Yii, improve email validation message

03 Sep 16:03
be89d89
Compare
Choose a tag to compare

Security:

  • Update Yii2 to further protect against CVE-2018-14578 and CVE-2018-19454

Added:

  • Include email address in validation error message
  • Initialize new enableCsrfCookie config to false (since it's a rest API)

don't log an error when a delayed email is found in retry()

10 May 13:05
cf440df
Compare
Choose a tag to compare
Merge pull request #19 from silinternational/develop

don't log an error when a delayed email is found in retry()

Provide ability to delay sending email

03 May 14:33
442d87b
Compare
Choose a tag to compare
Merge pull request #18 from silinternational/develop

Release 1.4.0