silverstripe-archive / silverstripe-newsletter

NewsletterAdmin is the CMS class for managing the newsletter system.
BSD 3-Clause "New" or "Revised" License
69 stars 59 forks source link

composer require silverstripe/newsletter pulls in deprecated version #115

Closed andrewandante closed 6 years ago

andrewandante commented 8 years ago

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.

wilr commented 6 years ago

Tagged a 1.0.0. 2.x-dev will have SilverStripe 4 support