Any older versions no longer work.
Steam has switched from returning an http profile URL in the signed OpenID fields and instead returns a https URL.
This means the RegEx for validating said field will fail and not accept a valid login. This release updates the RegEx to have optional support for https in the URL.
The API is unchanged.