Skip to content

Latest commit

 

History

History
executable file
·
40 lines (25 loc) · 985 Bytes

File metadata and controls

executable file
·
40 lines (25 loc) · 985 Bytes

Compact methods for PHP - ChangeLog

?.?.? / ????-??-??

2.0.0 / 2024-03-24

  • Dropped support for PHP 7.0 - 7.3 - @thekid
  • Dropped support for XP <= 9, see xp-framework/rfc#341 - @thekid
  • Made compatible with XP 12, Compiler version 9.0.0 - @thekid
  • Added PHP 8.4 to the test matrix - @thekid

1.1.2 / 2022-02-24

  • Made compatible with compiler version 8.0.0 - @thekid

1.1.1 / 2021-10-21

  • Made compatible with XP 11, Compiler version 7.0.0 - @thekid

1.1.0 / 2020-11-28

  • Made compatible with XP Compiler version 6.0.0 - @thekid

1.0.0 / 2019-11-30

0.2.0 / 2019-09-10

  • Consistently use "method" instead of "function" - @thekid

0.1.0 / 2019-09-09

  • Hello World! First release - @thekid