Closed mcdado closed 9 years ago
Before:
After:
The check was invalidated because $version was a string, checking against the version key would not work. I changed the check to strpos because sometimes there are notes, the whole string wouldn't match.
Good catch, thanks for the PR.
Before:
After:
The check was invalidated because $version was a string, checking against the version key would not work. I changed the check to strpos because sometimes there are notes, the whole string wouldn't match.