Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.

Commit

Permalink
Release version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed Dec 30, 2016
1 parent f22e6c4 commit dc1e785
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MetaSEO - Search Engine Optimization for TYPO3

![stable v2.0.1](https://img.shields.io/badge/stable-v2.0.1-green.svg?style=flat)
![stable v2.0.2](https://img.shields.io/badge/stable-v2.0.3-green.svg?style=flat)
![development v2.0.2](https://img.shields.io/badge/development-v2.0.2-red.svg?style=flat)
![License GPL3](https://img.shields.io/badge/license-GPL3-blue.svg?style=flat)

Expand All @@ -22,7 +22,7 @@ It's a replacement for the "metatag" extension and the successor of the disconti

## Version status

* Version **2.0.1**:
* Version **2.0.2**:

+ Branch **master**
+ TYPO3 Version: 6.2.x - 7.6.x
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": ["GPL-3.0+"],
"keywords": ["TYPO3 CMS"],
"version": "2.0.1",
"version": "2.0.2",
"autoload": {
"psr-4": {
"Metaseo\\Metaseo\\": "Classes/"
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.1',
'version' => '2.0.2',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand Down

0 comments on commit dc1e785

Please sign in to comment.