Skip to content

Releases: mailerlite/mailerlite-api-v2-php-sdk

0.3.2

11 Aug 08:29
9fb6b8a
Compare
Choose a tag to compare

PHP 8 support

0.3.1

19 Mar 08:03
71df4c8
Compare
Choose a tag to compare

Added missing methods for woocommerce plugin

v0.3.0 (2020-09-30)

30 Sep 20:44
e473fc3
Compare
Choose a tag to compare
  • Updated HTTP client to support PSR-7 and PSR-18
  • Batch action added
  • Campaign addContent method updated to provide more information about expected data
  • Subscribers get($fields = ['*']) updated to get($fields = ['*'], $type = null) to allow getting subscribers by type
  • PHPUnit version updated

0.2.3: Merge pull request #15 from karlkeefer/urlencode_emails

31 Jan 13:18
2bae0aa
Compare
Choose a tag to compare
urlencode() troublesome url params and consistent camelCase

New methods added

10 Nov 07:35
9edfdb8
Compare
Choose a tag to compare

0.2.1

28 Mar 10:19
Compare
Choose a tag to compare
http changed to https

Fix for Guzzle Client

30 Jan 11:32
Compare
Choose a tag to compare

Fixed an issue associated with usage of Guzzle client when sending PUT & POST requests.

Endpoint for getting the list of campaigns

02 Nov 12:28
Compare
Choose a tag to compare

Default campaign settings

02 Nov 12:26
Compare
Choose a tag to compare

There is no need to provide campaign settings when you want to send it immediately so default value (empty array) is provided.

Improved groupsApi

08 Aug 11:02
Compare
Choose a tag to compare
  • Method importSubscribers($groupId, $subscribers, $options) in MailerliteApi\Api\Groups class has additional parameter $options to define resubscribe and autoresponders boolean parameters.