-
Notifications
You must be signed in to change notification settings - Fork 96
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
Cleanup PR for 3.5.2 #391
Cleanup PR for 3.5.2 #391
Conversation
joshcanhelp
commented
Feb 5, 2018
- Fixing convertCertToPem static error (Non-static method WP_Auth0_Api_Client::convertCertToPem() should not be called statically #380)
- Fixing admin notices when saving settings
- readme.txt spelling and complete changelog with reference to main one maintained here
- Incorrect closing tag in the Setup Wizard
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.
Can remove the older method, it's internal.
lib/WP_Auth0_Api_Client.php
Outdated
* | ||
* @return string | ||
*/ | ||
protected static function convert_cert_to_pem( $cert ) { |
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.
Not sure we need to bother retiring this method and adding an alternative, it does not say public so we shouldn't have to worry about it. Also it is a very new addition so doubt anyone is using it.
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.
Why does WP coding guide go against PSR-2? 😢
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.
@cocojoe - Reverted.
- Improve redirect_login error logging, JWT leeway [Github PR 317](https://github.com/auth0/wp-auth0/pull/317) - [cocojoe](https://github.com/cocojoe) | ||
[Details](https://github.com/auth0/wp-auth0/blob/master/CHANGELOG.md#3221-2017-06-14) | ||
|
||
= 3.2.5 = |
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.
It's nice to have a complete log. However, I'm not sure it adds any value going back before 3.0. Typically you only care about latest and greatest or at least back a few minors when you upgrade.
It can link off to changelog? for historical <3.x ?
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.
@cocojoe - removed
@@ -13,9 +13,6 @@ PLUGIN_DESCRIPTION | |||
|
|||
This plugin gives WordPress a new Login Widget (powered by [Auth0](https://auth0.com)) that enables: | |||
|
|||
- Easy setup | |||
+ 5 minutes installation |
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.
😆