---
title: "Engage Box 3.1 released"
description: "Engage Box v3.1 is now available for download/update! This release comes with a number of upgrades and fixes but most importantly you will be glad to"
url: "https://www.tassos.gr/blog/engage-box-3-1-released"
date: "2026-05-19T01:50:20+00:00"
language: "en-GB"
---

#  Engage Box 3.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)

 Nov 9 2016

 1 min read

 Last updated may 14 2024

 ![Engage Box 3.1 released](https://www.tassos.gr/media/k2/items/src/cc947675ce0ac0c98617f27425843c35.jpg)Engage Box v3.1 is now available for download/update! This release comes with a number of upgrades and fixes but most importantly you will be glad to see that you can now handle your boxes through your content editor!

## 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": "Engage Box 3.1 released",
            "item": "https://www.tassos.gr/blog/engage-box-3-1-released"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/engage-box-3-1-released"
    },
    "headline": "Engage Box 3.1 released",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/cc947675ce0ac0c98617f27425843c35.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": "2016-11-09T09:00:52+02:00",
    "dateCreated": "2016-11-09T09:00:52+02:00",
    "dateModified": "2024-05-14T10:40:38+03:00"
}
```
