This repository has been archived by the owner on Nov 7, 2021. It is now read-only.
Version 0.6.0
- Enforce stricter validation of inputs.
- Escape all inputs.
- Added support for sanitization of user inputs.
- Added support for 19 new currencies.
- Set charge bearer of SEPA payments.
Note: This release contains various improvements to the handling of inputs in general. Amongst other things, empty strings are no longer considered valid (pass null
if the argument is optional). In addition, the allowed charset is enforced. You can use {Text,StructuredPostalAddress,UnstructuredPostalAddress}::sanitize()
to remove all invalid characters automatically and trim the inputs to the allowed length.