From 54892cd9c7d25bc62fc853e1db7818e8866cd81d Mon Sep 17 00:00:00 2001 From: Markus Blaschke Date: Sat, 15 Apr 2017 16:27:41 +0200 Subject: [PATCH] Release 2.0.4 --- README.md | 8 ++++---- composer.json | 2 +- ext_emconf.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a291caa..206ba25 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MetaSEO - Search Engine Optimization for TYPO3 -![stable v2.0.3](https://img.shields.io/badge/stable-v2.0.3-green.svg?style=flat) -![development v2.0.4](https://img.shields.io/badge/development-v2.0.4-red.svg?style=flat) +![stable v2.0.4](https://img.shields.io/badge/stable-v2.0.4-green.svg?style=flat) +![development v2.1.0](https://img.shields.io/badge/development-v2.1.0-red.svg?style=flat) ![License GPL3](https://img.shields.io/badge/license-GPL3-blue.svg?style=flat) @@ -22,13 +22,13 @@ It's a replacement for the "metatag" extension and the successor of the disconti ## Version status -* Version **2.0.3**: +* Version **2.0.4**: + Branch **master** + TYPO3 Version: 6.2.x - 7.6.x + Composer: dev-master -* Version **2.0.4-dev**: +* Version **2.1.0-dev**: + Branch **develop** + TYPO3 Version: 6.2.x - 7.6.x diff --git a/composer.json b/composer.json index f6d7bcf..64044c2 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "license": ["GPL-3.0+"], "keywords": ["TYPO3 CMS"], - "version": "2.0.3", + "version": "2.0.4", "autoload": { "psr-4": { "Metaseo\\Metaseo\\": "Classes/" diff --git a/ext_emconf.php b/ext_emconf.php index c4800eb..bf2d175 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -5,7 +5,7 @@ 'description' => 'Search Engine Optimization (SEO), Indexed Google-Sitemap (TXT- and XML-Sitemap) for all Extensions (pibase, extbase), Metatags, Canonical-URL, Pagetitle manipulations, Crawler verification, Piwik and Google Analytics support and some more... multi-language- and multi-tree-support', 'category' => 'misc', 'shy' => 0, - 'version' => '2.0.3', + 'version' => '2.0.4', 'dependencies' => '', 'conflicts' => '', 'priority' => '',