diff --git a/README.md b/README.md index b3932a5c..726a4c19 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ Please see [/Documentation/Installation/Full.rst](./Documentation/Installation/F The extension is available using the [TYPO3 TER](https://extensions.typo3.org/extension/t3extblog/) or [composer with packagist](https://packagist.org/packages/felixnagel/t3extblog). -* For TYPO3 12.x use the [typo3-12 branch](https://github.com/fnagel/t3extblog/tree/typo3-12) -* For TYPO3 11.x use the [master branch](https://github.com/fnagel/t3extblog/tree/master) [(docs)](https://docs.typo3.org/p/felixnagel/t3extblog/master/en-us/) +* For TYPO3 12.x use the [master branch](https://github.com/fnagel/t3extblog/tree/master) [(docs)](https://docs.typo3.org/p/felixnagel/t3extblog/master/en-us/) +* For TYPO3 11.x use the [7.x branch](https://github.com/fnagel/t3extblog/tree/7.x) [(docs)](https://docs.typo3.org/p/felixnagel/t3extblog/7.2/en-us/) * For TYPO3 10.x use the [6.x branch](https://github.com/fnagel/t3extblog/tree/6.x) [(docs)](https://docs.typo3.org/p/felixnagel/t3extblog/6.2/en-us/) * For TYPO3 9.x use the [5.x branch](https://github.com/fnagel/t3extblog/tree/5.x) [(docs)](https://docs.typo3.org/p/felixnagel/t3extblog/5.1/en-us/) * For TYPO3 8.x use the [4.x branch](https://github.com/fnagel/t3extblog/tree/4.x) [(docs)](https://docs.typo3.org/p/felixnagel/t3extblog/4.2/en-us/) diff --git a/ext_emconf.php b/ext_emconf.php index 62baa2b0..5e139b15 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -20,7 +20,7 @@ 'author_email' => 'info@felixnagel.com', 'author_company' => '', 'state' => 'stable', - 'version' => '8.0.0-dev', + 'version' => '8.0.0', 'constraints' => [ 'depends' => [ 'php' => '8.1.0-8.2.99',