This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
Releases: zendframework/zend-mail
Releases · zendframework/zend-mail
zend-mail 2.6.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #72 re-implements
SmtpPluginManager
as a zend-servicemanagerAbstractPluginManager
, after reports that making it standalone broke important extensibility use cases (specifically, replacing existing plugins and/or providing additional plugins could only be managed with significant code changes).
zend-mail 2.6.0
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #47 updates the component to remove the (soft) dependency on zend-servicemanager, by altering the
SmtpPluginManager
to implement container-interop'sContainerInterface
instead of extending fromAbstractPluginManager
. Usage remains the same, though developers who were adding services to the plugin manager will need to instead extend it now. - #70 updates dependencies to stable, forwards-compatible versions, and removes unused dependencies.