Releases: lorenzo/cakephp-email-queue
Releases · lorenzo/cakephp-email-queue
5.1.0
What's Changed
- Fix incorrect array access by @PhantomWatson in #49
- Upgrade to CakePHP 4.4 by @ishanvyas22 in #50
- Fix deprecation warning due to missing ->all() by @PhantomWatson in #48
New Contributors
- @PhantomWatson made their first contribution in #49
- @ishanvyas22 made their first contribution in #50
Full Changelog: v5.0.0...5.1.0
5.0.0
4.0.0
EmailQueue 3.3.1 Released
- Made the
template
field in the database grow up to 100 chars
EmailQueue 3.3.0 Released
- Made the template_vars column in the database a LONGTEXT
EmailQueue 3.2.0 Released
- Works with Cake >=3.6
EmailQueue 3.1.4 Released
attachment-support and bugfixing (#16) * added attachments-support * send mail bugfix * added null => true in migration
EmailQueue 3.1.3 released
- Mariking some optional columns as nullable in the schema
EmailQueue 3.1.2 released
- Fixed bug in getBatch() getting bigger batches than it should
EmailQueue 3.1.1 released
- Fixed mistake in migration code