Releases
v1.0.0
Email Notification extension for Glueful
Compare
Sorry, something went wrong.
No results found
Added
Modern ServiceProvider-based integration (Glueful\\Extensions\\ServiceProvider).
Composer-based provider discovery via extra.glueful.provider.
New config file at config/email-notification.php merged via register().
Symfony Mailer transports with failover and provider bridges.
Changed
Composer metadata updated to reflect Symfony Mailer and modern discovery.
Provider getVersion() now returns 1.0.0.
Minimum Glueful compatibility raised to >=1.0.0 in extra.glueful.requires.
Removed
Legacy manifest.json (replaced by Composer discovery).
Legacy top-level EmailNotification class.
Legacy src/config.php (config moved to config/email-notification.php).
Migration Notes
Ensure your app uses the modern extensions system and runs php glueful extensions:cache after install.
If overriding templates, update paths per README guidance.
Install provider bridge packages as needed (e.g., symfony/brevo-mailer, symfony/sendgrid-mailer).
You can’t perform that action at this time.