---
title: "What's new in Joomla 3.4"
description: "The features outlined to be included in 3.4 have been outlined in detail in this article. Although there is a slideshare which will give you a nice, e"
url: "https://www.tassos.gr/blog/what-s-new-in-joomla-3-4"
date: "2026-05-03T01:53:18+00:00"
language: "en-GB"
---

#  What's new in Joomla 3.4

 ![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 25 2014

 1 min read

 Last updated may 14 2024

 ![What's new in Joomla 3.4](https://www.tassos.gr/media/k2/items/src/c82cc4e14a1d2c8c8ffff9840d24b558.jpg)The features outlined to be included in 3.4 have been outlined in detail in this [article](http://developer.joomla.org/news/583-announcing-joomla-cms-3-4.html). Although there is a slideshare which will give you a nice, easy slide by slide breakdown of what Joomla wants to accomplish with 3.4. by David Hurley

David says that the goal with 3.4 is simple - "Beginning the Transition” with Joomla 3.4 we are going to begin the process of creating a lightweight and powerful application which can be adapted easily for a variety of use cases.

## 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": "What's new in Joomla 3.4",
            "item": "https://www.tassos.gr/blog/what-s-new-in-joomla-3-4"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/what-s-new-in-joomla-3-4"
    },
    "headline": "What's new in Joomla 3.4",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/c82cc4e14a1d2c8c8ffff9840d24b558.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": "2014-11-25T00:00:00+02:00",
    "dateCreated": "2014-11-25T00:00:00+02:00",
    "dateModified": "2024-05-14T10:40:35+03:00"
}
```
