Skip to content

Releases: DripEmail/drip-php

v1.5.1

12 Mar 19:53
61bae58

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

12 Mar 19:48

Choose a tag to compare

Add shopper_activity v3 end points

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.5.0

Version 1.4.2

31 May 15:27

Choose a tag to compare

Just support PHP 8. No code changes.

Version 1.2.0

13 Aug 17:41

Choose a tag to compare

  • #20 - Return error response instead of throwing exception. (@joeldodge79)

Version 1.1.0

13 Aug 17:41

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

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

Choose a tag to compare

  • Introduces Composer

Version 0.0.1

06 Jun 21:43

Choose a tag to compare

  • Initial release