Skip to content

2.8.0

Latest
Compare
Choose a tag to compare
@borilyordanov borilyordanov released this 20 Apr 09:10
943d615

Removed

  • Drop support for PHP 5.6

Changed

  • Mark Money::setAmount() as @internal
  • Mark Money::setCurrency() as @internal
  • Mark Money::setAmountInCents() as @internal
  • Mark Money::setAmountInMinorUnits() as @internal
  • Update PHPUnit version
  • Migrate from Travis CI to GitHub Actions

Deprecated

  • Deprecate Money::setAmountInCents() in favor of Money::setAmountInMinorUnits()
  • Deprecate Money::getAmountInCents() in favor of Money::getAmountInMinorUnits()