Skip to content

Releases: bayfrontmedia/php-http-response

Version 2.0.3

Choose a tag to compare

@robinsonjohn robinsonjohn released this 26 Dec 19:25

Fixed

  • Fixed bug in send method resetting response

Version 2.0.2

Choose a tag to compare

@robinsonjohn robinsonjohn released this 23 Dec 20:18

Added

  • Tested up to PHP v8.4.
  • Updated GitHub issue templates

Version 2.0.1

Choose a tag to compare

@robinsonjohn robinsonjohn released this 03 Feb 17:51

Fixed

  • Fixed uninitialized typed property for getBody method

Version 2.0.0

Choose a tag to compare

@robinsonjohn robinsonjohn released this 23 Jan 15:06

Added

  • Added support for PHP 8

Version 1.4.0

Choose a tag to compare

@robinsonjohn robinsonjohn released this 23 Jan 15:02

Changed

  • Updated sendJson method to return Content-Type of application/json
  • Miscellaneous code cleanup

Version 1.3.0

Choose a tag to compare

@robinsonjohn robinsonjohn released this 21 Apr 20:50

Added

  • Added support for additional status codes.

Version 1.2.1

Choose a tag to compare

@robinsonjohn robinsonjohn released this 28 Feb 05:39

Fixed

  • Fixed bug in send method where unnecessary exit() was causing destructors not to be called.

Version 1.2.0

Choose a tag to compare

@robinsonjohn robinsonjohn released this 27 Nov 21:38

Added

  • Added removeHeaders method.

Version 1.1.1

Choose a tag to compare

@robinsonjohn robinsonjohn released this 24 Nov 02:51

Fixed

  • Fixed bug in send method where $_SERVER may not be set.

Version 1.1.0

Choose a tag to compare

@robinsonjohn robinsonjohn released this 20 Oct 18:35
  • Added reset method.