Skip to content
Code-Schnipsel Gruppen Projekte

Update 'next-3.x' with latest changes from 'main'

Zusammengeführt QUIQQER Stabilization schlägt vor, main in next-3.x zu mergen.
  1. Mär 26, 2025
    • Henning Leutz's avatar
      Merge branch 'next-2.x' into 'main' · 9452bd9b
      verfasst von Henning Leutz
      feat: update currency handling
      
      See merge request !28
      9452bd9b
    • Henning Leutz's avatar
      feat: update currency handling · b12cc837
      verfasst von Henning Leutz
      Updated the way how we handle the currency in the system. Now instead of directly getting the
      user's currency or the default one, we use the getRuntimeCurrency() method. This method is likely
      to return the correct currency even if the user did not set it or if there is no default currency
      set in the system. This change is applied in several files including `index.php`,
      `CurrencySwitch.php`, and `LangCurrencySwitch.php`. Additionally, updated `composer.json` to use
      version 2.2 of `quiqqer/currency`. Removed unused code.
      b12cc837