---
title: "MailChimp Auto-Subscribe v3.2.1 released"
description: "MailChimp Auto-Subscribe v3.2.1 is now available. This release fixes some backwards compatibility issues related to PHP 5.3 and also adds the full"
url: "https://www.tassos.gr/blog/mailchimp-auto-subscribe-v3-2-1-released"
date: "2026-05-01T22:26:51+00:00"
language: "en-GB"
---

#  MailChimp Auto-Subscribe v3.2.1 released

 ![Sotiris Katsaniotis](https://www.gravatar.com/avatar/1fbc34bb4ccf7b8618a6950402e3d1ef?s=48)  Sotiris Katsaniotis  <a class="text-success authorURL" href="" target="_blank">Follow</a>

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

 Nov 24 2016

 1 min read

 Last updated may 14 2024

 ![MailChimp Auto-Subscribe v3.2.1 released](https://www.tassos.gr/media/template/fallback.png) MailChimp Auto-Subscribe v3.2.1 is now available. This release fixes some backwards compatibility issues related to PHP 5.3 and also adds the full Russian translation.

## 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 v3.2.1 released",
            "item": "https://www.tassos.gr/blog/mailchimp-auto-subscribe-v3-2-1-released"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/mailchimp-auto-subscribe-v3-2-1-released"
    },
    "headline": "MailChimp Auto-Subscribe v3.2.1 released",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "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": "Sotiris Katsaniotis",
        "url": "https://www.tassos.gr/blog/mailchimp-auto-subscribe-v3-2-1-released"
    },
    "datePublished": "2016-11-24T19:55:50+02:00",
    "dateCreated": "2016-11-24T19:55:50+02:00",
    "dateModified": "2024-05-14T10:40:38+03:00"
}
```
