On a project, I composer require silverstripe/newsletter and it pulls in ^0.6.1, which, by default, includes deprecated code, resulting in this warning:
[User Deprecated] extraStatics deprecated. Just define statics on your extension, or use get_extra_config. Called from Object::get_extra_config_sources.
There should be another release to account for this - I note there hasn't been one in a while.
On a project, I
composer require silverstripe/newsletter
and it pulls in^0.6.1
, which, by default, includes deprecated code, resulting in this warning:[User Deprecated] extraStatics deprecated. Just define statics on your extension, or use get_extra_config. Called from Object::get_extra_config_sources.
There should be another release to account for this - I note there hasn't been one in a while.