Skip to content

Commit

Permalink
Bugfix release: Multiple fixes (incl. an important one for TYPO3 7.x)…
Browse files Browse the repository at this point in the history
… and link validator support. See upgrade guide in docs.

Changelog: 2.0.0...2.0.1
  • Loading branch information
fnagel committed Jan 25, 2016
1 parent 2f81c0e commit 6be3263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"keywords": ["TYPO3 CMS", "blog"],
"homepage": "https://github.com/fnagel/t3extblog",
"license": "GPL-2.0+",
"version": "2.0.1-dev",
"version": "2.0.1",
"support": {
"issues": "https://github.com/fnagel/t3extblog/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.0.1-dev',
'version' => '2.0.1',
'constraints' => array(
'depends' => array(
'php' => '5.5.0-7.999.999',
Expand Down

0 comments on commit 6be3263

Please sign in to comment.