Skip to content

Releases: DripEmail/drip-php

Version 1.4.2

31 May 15:27
Compare
Choose a tag to compare

Just support PHP 8. No code changes.

Version 1.2.0

13 Aug 17:41
Compare
Choose a tag to compare
  • #20 - Return error response instead of throwing exception. (@joeldodge79)

Version 1.1.0

13 Aug 17:41
Compare
Choose a tag to compare
  • #15 - Added \Drip\Client#create_or_update_subscribers method (@j831)
  • #17 - Make private methods protected so that people can subclass

Version 1.0.0

06 Jun 21:42
c6830d4
Compare
Choose a tag to compare
  • Set up composer package
  • Make PSR-4 compatible
  • Move to namespace \Drip\Client
  • Pass account_id into client constructor (matches semantics of Ruby API client better)
  • Remove some client methods to reduce abstraction leakage:
    • \Drip\Client#make_request
    • \Drip\Client#get_request_info
    • \Drip\Client#get_error_message
    • \Drip\Client#get_error_code
    • \Drip\Client#_parse_error
  • Switch to Guzzle HTTP Client
  • Allow setting of API endpoint
  • Return response object instead of array.
  • Fairly complete test suite
  • Code coverage metrics
  • Linter

Version 0.0.2

06 Jun 21:43
38d2928
Compare
Choose a tag to compare
  • Introduces Composer

Version 0.0.1

06 Jun 21:43
Compare
Choose a tag to compare
  • Initial release