You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed an update to 1.5.19 from 1.5.18 breaks BC because of the signature change in \EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrueValidator
this does not comply with semantic versioning practices, any way you could reverse the change and/or add a nullable property to the constructor to support both situations?
The text was updated successfully, but these errors were encountered:
I noticed an update to 1.5.19 from 1.5.18 breaks BC because of the signature change in
\EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrueValidator
it was introduced here :
1b3c8ca#diff-868e2d307410dbab0dd4664637452171
this does not comply with semantic versioning practices, any way you could reverse the change and/or add a nullable property to the constructor to support both situations?
The text was updated successfully, but these errors were encountered: