---
title: "MailChimp Auto-Subscribe 4.0.1 released"
description: "After the major overhaul of MailChimp Auto-Subscribe, it's now able to get new functionality which is shared between my other extensions like the p"
url: "https://www.tassos.gr/blog/mailchimp-auto-subscribe-4-0-1-released"
date: "2026-05-02T01:22:07+00:00"
language: "en-GB"
---

#  MailChimp Auto-Subscribe 4.0.1 released

 ![Tassos Marinos](https://www.gravatar.com/avatar/cc4c5cd6974bf2cd8bfa2d6efcc60843?s=48)  Tassos Marinos  [Follow](https://x.com/tassosm)

 Published in [Blog](https://www.tassos.gr/blog)

 Oct 25 2017

 1 min read

 Last updated may 14 2024

 ![MailChimp Auto-Subscribe 4.0.1 released](https://www.tassos.gr/media/k2/items/src/58b053c805beeea9e04dde1724076741.jpg) After the major overhaul of MailChimp Auto-Subscribe, it's now able to get new functionality which is shared between my other extensions like the popular "Smart Tags"!

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Blog",
            "item": "https://www.tassos.gr/blog"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "MailChimp Auto-Subscribe 4.0.1 released",
            "item": "https://www.tassos.gr/blog/mailchimp-auto-subscribe-4-0-1-released"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/mailchimp-auto-subscribe-4-0-1-released"
    },
    "headline": "MailChimp Auto-Subscribe 4.0.1 released",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/58b053c805beeea9e04dde1724076741.jpg"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://x.com/tassosm"
    },
    "datePublished": "2017-10-25T18:39:04+03:00",
    "dateCreated": "2017-10-25T18:39:04+03:00",
    "dateModified": "2024-05-14T10:40:41+03:00"
}
```
