Skip to content

2.4.0: Forward compatibility, PHP 8.3 fix

Compare
Choose a tag to compare
@thekid thekid released this 22 Jul 09:03
· 37 commits to main since this release
  • Fixed PHP 8.3 compatibility in number helper. This is due to the
    change how negative decimals were handled in number_format(). Before,
    they were simply ignored (which is what we relied on), now they're
    used for rounding, see php/php-src#11487
    (@thekid)
  • Added forward compatibility with xp-forge/frontend version 5.0, see
    xp-forge/frontend#37
    (@thekid)