Skip to content

Releases: DripEmail/drip-php

v1.5.1

Choose a tag to compare

@BenSandeen BenSandeen released this 12 Mar 19:53
61bae58

What's Changed

New Contributors

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

v1.5.0

Choose a tag to compare

@BenSandeen BenSandeen released this 12 Mar 19:48

Add shopper_activity v3 end points

What's Changed

New Contributors

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

Version 1.4.2

Choose a tag to compare

@will-in-wi will-in-wi released this 31 May 15:27

Just support PHP 8. No code changes.

Version 1.2.0

Choose a tag to compare

@will-in-wi will-in-wi released this 13 Aug 17:41
  • #20 - Return error response instead of throwing exception. (@joeldodge79)

Version 1.1.0

Choose a tag to compare

@will-in-wi will-in-wi released this 13 Aug 17:41
  • #15 - Added \Drip\Client#create_or_update_subscribers method (@j831)
  • #17 - Make private methods protected so that people can subclass

Version 1.0.0

Choose a tag to compare

@will-in-wi will-in-wi released this 06 Jun 21:42
c6830d4
  • 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

Choose a tag to compare

@will-in-wi will-in-wi released this 06 Jun 21:43
38d2928
  • Introduces Composer

Version 0.0.1

Choose a tag to compare

@will-in-wi will-in-wi released this 06 Jun 21:43
  • Initial release