Releases: mailerlite/mailerlite-api-v2-php-sdk
Releases · mailerlite/mailerlite-api-v2-php-sdk
0.3.2
0.3.1
Added missing methods for woocommerce plugin
v0.3.0 (2020-09-30)
- Updated HTTP client to support
PSR-7
andPSR-18
- Batch action added
- Campaign
addContent
method updated to provide more information about expected data - Subscribers
get($fields = ['*'])
updated toget($fields = ['*'], $type = null)
to allow getting subscribers bytype
- PHPUnit version updated
0.2.3: Merge pull request #15 from karlkeefer/urlencode_emails
urlencode() troublesome url params and consistent camelCase
New methods added
0.2.1
Fix for Guzzle Client
Fixed an issue associated with usage of Guzzle client when sending PUT & POST requests.
Endpoint for getting the list of campaigns
Added new endpoint:
- GET /campaigns/:status
Read more here: http://developers.mailerlite.com/docs/campaigns-by-type
Default campaign settings
There is no need to provide campaign settings when you want to send it immediately so default value (empty array) is provided.
Improved groupsApi
- Method
importSubscribers($groupId, $subscribers, $options)
inMailerliteApi\Api\Groups
class has additional parameter$options
to defineresubscribe
andautoresponders
boolean parameters.