Version 1.7.0
Version 1.7.0
Released on December 3rd 2020
Changed
Registry::isCountryAvailable()
is supposed to be private, you should not rely on it anymore. Thanks to @jschaedl!Iban::getNormalizedIban()
is supposed to be private, useIban::format()
instead. Thanks to @jschaedl!- Marked
RegexConverter
as@internal
, you should not rely on it anymore. Thanks to @jschaedl! - Marked
RegexConverter
as@final
, you should not extend it anymore. Thanks to @jschaedl! - Marked
Registry
as@final
, you should not extend it anymore. Thanks to @jschaedl! - Marked
RegistryLoader
as@final
, you should not extend it anymore. Thanks to @jschaedl! - Marked
CountryInfo
as@final
, you should not extend it anymore. Thanks to @jschaedl! - Marked
Validator
as@final
, you should not extend it anymore. Thanks to @jschaedl! - Marked
Iban
as@final
, you should not extend it anymore. Thanks to @jschaedl! - Changed the PHP version constraint to
>=7.1
to allow PHP 8. Thanks to @chris-doehring!
Deprecated
- Deprecated method
Iban::getCountryCode()
, useIban::countryCode()
instead. Thanks to @jschaedl! - Deprecated method
Iban::getChecksum()
, useIban::checksum()
instead. Thanks to @jschaedl! - Deprecated method
Iban::getBban()
, useIban::bban()
instead. Thanks to @jschaedl! - Deprecated method
Iban::getBbanBankIdentifier()
, useIban::bbanBankIdentifier()
instead. Thanks to @jschaedl! - Deprecated method
CountryInfo::getBbanBankIdentifierStartPos()
, you should not rely on it anymore. Thanks to @jschaedl! - Deprecated method
CountryInfo::getBbanBankIdentifierEndPos()
, you should not rely on it anymore. Thanks to @jschaedl!