Skip to content

4.8.0

Latest

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 07 Aug 11:41
· 2 commits to master since this release

Included commits: 4.7.0...4.8.0

Improvements

  • Added CurrencyReaderInterface::findByIsoCode() as a nullable alternative to getByIsoCode(), allowing callers to check currency existence without catching exceptions.
  • Optimized CurrencyReader::getAllStoresWithCurrencies() to load all required currencies in a single query instead of one query per store.
  • Changed CurrencyFacade::findCurrencyByIsoCode() to delegate to CurrencyReader::findByIsoCode() so the internal currency cache is used on repeated lookups.