-
Notifications
You must be signed in to change notification settings - Fork 67
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
DOC silverstripe/widgets removed #283
DOC silverstripe/widgets removed #283
Conversation
en/04_Changelogs/5.1.0.md
Outdated
@@ -49,6 +50,10 @@ Read more about [eager loading](/developer_guides/model/relations/#eager-loading | |||
|
|||
- [`BuildTask`](api:SilverStripe\Dev\BuildTask) now has boolean `is_enabled` configuration option which has precedence over the existing `BuildTask::enabled` protected class property. The `BuildTask::enabled` property has been marked as deprecated and will be removed in CMS 6 if favour of using `is_enabled` instead. | |||
|
|||
## Dependency changes | |||
|
|||
- The unsupported module `silverstripe/widgets` was removed from `silverstripe/recipe-blog` after it was accidentally included in the `2.0.0` release of `silverstripe/recipe-blog`. If your project relies on `silverstripe/widgets` which is CMS 5 compatible though unsupported, you can still it to your project manually in your `composer.json` file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should mentioned both modules. Also, try to use simpler/shorter sentences where possible.
- The unsupported module `silverstripe/widgets` was removed from `silverstripe/recipe-blog` after it was accidentally included in the `2.0.0` release of `silverstripe/recipe-blog`. If your project relies on `silverstripe/widgets` which is CMS 5 compatible though unsupported, you can still it to your project manually in your `composer.json` file. | |
- The unsupported modules `silverstripe/widgets` and `silverstripe/content-widget` were removed from `silverstripe/recipe-blog`. They were accidentally included in the `2.0.0` release of `silverstripe/recipe-blog`. The `silverstripe/widgets` and `silverstripe/content-widget` modules are CMS-5-compatible though unsupported. If your project relies on `silverstripe/widgets` or `silverstripe/content-widget`, manually update your project's `composer.json` file to explicitly require these modules. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
148d373
to
9d5b988
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Issue silverstripe/recipe-kitchen-sink#29