Releases: xp-framework/logging
Releases · xp-framework/logging
11.2.0: Reflection library
11.1.0: XP 12 compatibility
- Made compatible with XP 12 - @thekid
11.0.0: Drop XP 9, add PHP 8.1, XP 11 compatibility
- Made compatible with PHP 8.1 by replacing calls to the now-deprecated
strftime()
function
(@thekid) - Implemented xp-framework/rfc#341, dropping compatibility with XP 9
(@thekid)
10.0.0: Drop PHP 5 support
- Implemented xp-framework/rfc#334: Drop PHP 5.6:
. Heads up: Minimum required PHP version now is PHP 7.0.0
. Rewrote code base, grouping use statements
. Convertednewinstance
to anonymous classes
(@thekid)
9.1.4: Annotation syntax
- Implemented RFC #335: Remove deprecated key/value pair annotation syntax
(@thekid)
9.1.3: XP10 compatibility
- Made compatible with XP 10 - @thekid