-
Notifications
You must be signed in to change notification settings - Fork 81
Update loginvalidator.class.php #62
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
base: develop
Are you sure you want to change the base?
Conversation
Change _getErrorMessage() protected into public, to make it available for third party validators (same as I did for FormIt ;-))
|
Thanks got this merged at modxcms/Login |
|
@bertoost i'm trying to decide if is a 'new feature' and bump the version from 1.8.1 to 1.9.0 |
|
just an update I guess? just 1.8.2 then? |
|
Well, i'm trying to follow semver.org as close as possible. If it is a new feature, it would be a minor bump (1.9.0), but if it is a modification to an existing feature it could be a patch (1.8.1) |
|
I understand. I try to do such too. But do what feels right for you. Are there a couple of new features added? or just this one? |
|
This is the changelog right now: I'm trying to decide if error messages are a new feature or a modification to an existing one |
|
I should go for 1.8.1 or such. My change is just from a "protected" to "public" function. It's a little thing. Ps. do you need any Dutch translation? Is there something missing I can help with? |
|
Dutch translations would be great! |
|
There is already right? Updates needed? |
|
I'm not sure, I don't speak Dutch :( I wish i did! I mean my last name is DeVries... |
|
I don't have a fork (yet).. but you know maybe there are differences in keys in the lexicon files? |
|
I'm not sure. But if you submit a new PR can you do it at the new modxcms/Login location? — On Mon, Oct 21, 2013 at 2:15 AM, Bert Oost notifications@github.com
|
Change _getErrorMessage() protected into public, to make it available for third party validators (same as I did for FormIt ;-))