Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Releases: xp-forge/nsca

7.0.0: Drop PHP 5 support

11 Apr 09:27
Compare
Choose a tag to compare
  • 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
    (@thekid)

6.0.1: XP10 compatibility

04 Apr 19:49
Compare
Choose a tag to compare
  • Made compatible with XP 10 - @thekid

6.0.0: XP9 Compatiblity

10 Oct 18:09
Compare
Choose a tag to compare
  • Heads up: Drop PHP 5.5 support! - @thekid
  • Added compatibility with XP9, PHP 7.2 - @thekid
  • Dropped dependency on xp-framework/security - @thekid

5.1.2: Networking library compat

18 Apr 21:28
Compare
Choose a tag to compare
  • Added compatibility with xp-framework/networking 8.x - @thekid

5.1.1: NscaClient constructor fix

01 Oct 17:05
Compare
Choose a tag to compare

5.1.0: XP8 Compatibility

28 Aug 22:21
Compare
Choose a tag to compare
  • Added forward compatibility with XP 8.0.0 - @thekid

5.0.1: Exception handling fixes

22 Apr 12:56
Compare
Choose a tag to compare
  • Fixed exception handling in HeartBeat and NscaClient classes - @kiesel

5.0.0: XP7 compatibility

21 Feb 20:14
Compare
Choose a tag to compare
  • Added version compatibility with XP 7 - @thekid

4.0.1: XP7 Forward compatibility

23 Jan 22:54
Compare
Choose a tag to compare

4.0.0: Welcome XP 6.5, PHP 5.5

20 Dec 10:51
Compare
Choose a tag to compare
  • Heads up: Dropped PHP 5.4 support. Note: As the main source is not
    touched, unofficial PHP 5.4 support is still available though not tested
    with Travis-CI
    .