Skip to content

Version 1.7.0

Compare
Choose a tag to compare
@jschaedl jschaedl released this 03 Dec 11:34
· 12 commits to 1.x since this release
9b5811e

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, use Iban::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(), use Iban::countryCode() instead. Thanks to @jschaedl!
  • Deprecated method Iban::getChecksum(), use Iban::checksum() instead. Thanks to @jschaedl!
  • Deprecated method Iban::getBban(), use Iban::bban() instead. Thanks to @jschaedl!
  • Deprecated method Iban::getBbanBankIdentifier(), use Iban::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!