=== DB - Mailchimp API ===
Tags: mailchimp, wp wrapper api
Requires at least: 3.0
Tested up to: 4.3.1
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Contributors: alexvandervegt

WordPress wrapper for the Mailchimp v3 API


== Description ==

The plugin is using version 3 of the Mailchimp API.

The plugin can be used like this:

`$lists = apply_filters( 'dbmc_api_rest', 'lists', 'GET' );`

== Installation ==

1. Upload `db-mailchimp-api` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Click the `Mailchimp API` option in the admin menu


== Changelog ==

= 1.0.1 =
* Changed issue tracker URL

= 1.0.0 =
* Created the plugin