Skip to content

11.2.0: I/O exceptions refactoring

Latest

Choose a tag to compare

@thekid thekid released this 21 Jun 16:27
· 1 commit to master since this release
  • Merged PR #7: Refactor I/O exceptions, dropping XP 10 support in the
    doing. See xp-framework/core#363 for a write-up on the reason behind
    this and the plan to move forward.
    (@thekid)
  • Added compatibility with PHP 8.5 and PHP 8.6 by suppressing calls to
    the deprecated imagedestroy() functionality.
    (@thekid)