Remove deprecated processEmailsTask and associated helpers

- Deleted batch email processing logic in favor of individual email jobs
- Updated `mailingJobs` to only register `processEmailJob`
- Simplified LiquidJS initialization check in `MailingService`
- Bumped version to 0.4.13
This commit is contained in:
2025-09-27 11:48:38 +02:00
parent 8b2af8164a
commit c62a364d9c
5 changed files with 4 additions and 97 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@xtr-dev/payload-mailing",
"version": "0.4.12",
"version": "0.4.13",
"description": "Template-based email system with scheduling and job processing for PayloadCMS",
"type": "module",
"main": "dist/index.js",