Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Update deprecations #60

Merged
merged 2 commits into from
Oct 25, 2022

Conversation

emteknetnz
Copy link
Member

@@ -2,6 +2,7 @@

namespace SilverStripe\VendorPlugin\Console;

use SilverStripe\Dev\Deprecation;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Framework isn't a dependency - does this even work? Same as with recipe-plugin, I'm unsure if this is appropriate or not.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have removed Deprecation::notice() - we cannot use it here because this is a composer plugin. I've added an AC to silverstripe/silverstripe-framework#10501 to ensure that the deprecated code is still removed correctly despite the lack of Deprecation::notice()

@GuySartorelli GuySartorelli merged commit d33a47a into silverstripe:1 Oct 25, 2022
@GuySartorelli GuySartorelli deleted the pulls/1/deprecated branch October 25, 2022 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants