---
title: "Advanced Custom Fields v0.2 released"
description: "This release packs a lot of new custom fields mostly focused on multimedia. With fields like Vimeo, Dailymotion, SoundCloud and an enhanced version"
url: "https://www.tassos.gr/blog/advanced-custom-fields-v0-2-released"
date: "2026-04-30T10:27:11+00:00"
language: "en-GB"
---

#  Advanced Custom Fields v0.2 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)

 Jun 8 2017

 1 min read

 Last updated may 14 2024

 ![Advanced Custom Fields v0.2 released](https://www.tassos.gr/media/k2/items/src/c987a1b31fd3f1f08322280ca0954f48.jpg) This release packs a lot of new custom fields mostly focused on multimedia. With fields like Vimeo, Dailymotion, SoundCloud and an enhanced version of the YouTube field, you can display any video with all the customization options that each of those services provide.

## 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": "Advanced Custom Fields v0.2 released",
            "item": "https://www.tassos.gr/blog/advanced-custom-fields-v0-2-released"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/advanced-custom-fields-v0-2-released"
    },
    "headline": "Advanced Custom Fields v0.2 released",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/c987a1b31fd3f1f08322280ca0954f48.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-06-08T23:37:02+03:00",
    "dateCreated": "2017-06-08T23:37:02+03:00",
    "dateModified": "2024-05-14T10:40:38+03:00"
}
```
