Skip to content

Releases: sunfoxcz/spayd-php

Released version 2.0.0

18 Dec 20:22
Compare
Choose a tag to compare
v2.0.0

Renamed SlovakiaAccount to SlovakAccount

Released version 2.0.0-alpha1

09 Oct 03:11
Compare
Choose a tag to compare
Pre-release
  • Moved classes from Shoptet to Sunfox namespace
  • Use PSR-4 autoloading
  • Dropped PHP compatibility below 7.4
  • Use strict types
  • Added basic tests and PHPStan
  • Class InvalidParameterException is now final [BR break]
  • Class IbanUtilities is now final [BR break]
  • Method IbanUtilities::computeIbanFromBankAccount() returns null instead of false on failure [BR break]
  • Moved method DefaultAccount::getNumericLanguageCode() to IbanUtilities class and made it final [BR break]
  • Moved variable $localeAlphabet from DefaultAccount to IbanUtilities class [BR break]
  • Removed method __conctruct() from interface Account [BR break]
  • Added method isValid() to interface Acount [BR break]
  • Renamed SlovakiaAccount to SlovakAccount [BR break]
  • Classes CzechAccount and SlovakAccount are now final [BR break]

v1.0.0

30 May 13:03
Compare
Choose a tag to compare
Changes needed for package generation.