All notable changes to laravel-newsletter
will be documented in this file
- add
subscribePending
- added support for Laravel 5.5, dropped support for Laravel 5.4
- renamed config file from
laravel-newsletter
tonewsletter
- add
isSubscribed
- fix
lastActionSucceeded
check
- add
getMembers
andgetMemberActivity
- add method to update existing email address
- add support for Laravel 5.4
- add support for connection to MailChimp via http
- add
subscribeOrUpdate
method
- add
delete
method
- when unsubcribing a user the status of that user will be set to
unsubscribed
instead of downright deleting the user
- fix for fail when calling
hasMember
multiple times
- add L5.3 compatiblity
- improvements on handling of emailadresses with capitals
- make has
hasMember
more robust
- fixed the
hasMember
function
##3.0.0 - 2016-04-22
- complete rewrite
- under the hood v3 of the MailChimp API is used
##2.2.0
- add compatibility for Laravel 5.2
##2.1.0
- added functions to create, update, delete campaigns, update subscriber details
##2.0.0
- merge vars can now be specified in the subscribe function.
##1.1.0
- added various configuration options
##1.0.3
- fixed binding of the newsletterinterface in the service provider
##1.0.2
- changed getenv() to Laravel's env() in the config file
##1.0.1
- added a missing binding to the service provider
##1.0.0
- initial release