-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update version label on site summary report for CWP #85
Update version label on site summary report for CWP #85
Conversation
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.
Nice. But will wait for dependency to be merged first.
92e038a
to
7d7ce26
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.
Couple of minor changes, looks good though :)
* - Adding CWP | ||
* - Relabelling SS CMS | ||
* | ||
* @param $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.
Missing PHPDoc type
$modules = ['cwp/cwp' => 'CWP'] + $modules; | ||
$modules['silverstripe/cms'] = 'SilverStripe CMS'; | ||
} | ||
} |
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.
PSR-2 mandates an empty line at the end of each 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.
…y" report to display a more appropriate version label
7d7ce26
to
7c86995
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.
Merge when the parent issue is merged
With the new "Site Summary" report being adding in silverstripe-maintenance, this PR updates the version label displayed to show the CWP version instead of the SilverStripe framework version
Related to bringyourownideas/silverstripe-maintenance#35