-
Notifications
You must be signed in to change notification settings - Fork 6
Remove deprecated ssl setting #11
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
Remove deprecated ssl setting #11
Conversation
This commit marks the ssl configuration as obsolete. The docs have been updated as well as the tests. This change will be rolled out in a 2.0.0 release which has also been prepped in this work.
a4da16c
to
e514cfe
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 - Over to @karenzone for doc review
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.
On or around line 161, add note/link wrt deprecated settings that have been removed:
"NOTE: As of version 2.0.0
of this plugin, a previously deprecated SSL setting has been removed.
Please check out <<plugins-{type}s-{plugin}-obsolete-options>> for details."
I tweaked the content a bit from the standard to make more sense with only one setting deleted.
ALSO, please check out inline suggestion.
451ac1f
to
e514cfe
Compare
Please also pick up initial suggestion noted in: #11 (review) GitHub doesn't allow suggestions to sections without changes. They're easy to miss. |
Add a note on where to look for obsolete options, fix whitespace.
Sorry, yeah i had an isssue where i committed your suggestion, then when i tried to pull it down locally i ended up on a different local index. I thought i had force pushed it but it was the wrong source<->dest. I think i've got it cleaned up now. Monday problems 😅 |
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
Remove the deprecated
ssl
config option and document how to replace it withssl_enabled
. Prep the 2.0.0 release.