From 5f2a8278827a01f1c7ec9658f1007b97bdc02a21 Mon Sep 17 00:00:00 2001 From: Nikita Hovratov Date: Tue, 15 Oct 2024 10:18:39 +0200 Subject: [PATCH] [TASK] Migrate nhovratov to friendsoftypo3 --- Build/content-blocks-examples/README.md | 2 +- Documentation/YamlReference/Index.rst | 2 +- README.md | 36 ++++++++++++------------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Build/content-blocks-examples/README.md b/Build/content-blocks-examples/README.md index bea16006..8e63693f 100644 --- a/Build/content-blocks-examples/README.md +++ b/Build/content-blocks-examples/README.md @@ -3,7 +3,7 @@ This a TYPO3 extension, which contains examples for the Content Blocks in version 12. It delivers some examples, which you can use to test and play around to get a feeling how it works. -The repository for Content Blocks can be found here: https://github.com/nhovratov/content-blocks +The repository for Content Blocks can be found here: https://github.com/friendsoftypo3/content-blocks ____ ## Installation diff --git a/Documentation/YamlReference/Index.rst b/Documentation/YamlReference/Index.rst index e223f8d8..b675a43d 100644 --- a/Documentation/YamlReference/Index.rst +++ b/Documentation/YamlReference/Index.rst @@ -21,7 +21,7 @@ a custom :yaml:`table` and a :yaml:`labelField` field. Per default all extra features like workspaces, language support, frontend restrictions, etc. are enabled. You can selectively disable each one of them, if you don't use them. -Full examples can be found in the examples repository: https://github.com/nhovratov/content-blocks/tree/main/Build/content-blocks-examples +Full examples can be found in the examples repository: https://github.com/friendsoftypo3/content-blocks/tree/main/Build/content-blocks-examples **Table of Contents** diff --git a/README.md b/README.md index 7dd2953a..31770d12 100644 --- a/README.md +++ b/README.md @@ -8,27 +8,27 @@ Blocks provides a new API to create custom Content Types like Content Elements, Page Types or generic Record Types. Use it now in your TYPO3 v12/v13 project and eventually this will become a Core feature in TYPO3 v13 LTS. -| | URL | -|--------------------|-------------------------------------------------------------------------------------| -| **Repository:** | https://github.com/nhovratov/content-blocks | -| **Documentation:** | https://docs.typo3.org/p/friendsoftypo3/content-blocks/main/en-us/ | -| **TER:** | https://extensions.typo3.org/extension/content_blocks | -| **Packagist:** | https://packagist.org/packages/friendsoftypo3/content-blocks | -| **Examples:** | https://github.com/nhovratov/content-blocks/tree/main/Build/content-blocks-examples | +| | URL | +|--------------------|------------------------------------------------------------------------------------------| +| **Repository:** | https://github.com/friendsoftypo3/content-blocks | +| **Documentation:** | https://docs.typo3.org/p/friendsoftypo3/content-blocks/main/en-us/ | +| **TER:** | https://extensions.typo3.org/extension/content_blocks | +| **Packagist:** | https://packagist.org/packages/friendsoftypo3/content-blocks | +| **Examples:** | https://github.com/friendsoftypo3/content-blocks/tree/main/Build/content-blocks-examples | ## Roadmap 2024 -| Milestone | Date | -|-------------------------------------------------------------------------------------------------------|---------------| -| [Content Blocks v0.6](https://github.com/nhovratov/content-blocks/releases/tag/0.6.0) | 26.02 | -| [Content Blocks v0.7](https://github.com/nhovratov/content-blocks/releases/tag/0.7.0) | 01.04 | -| [Core patch](https://review.typo3.org/c/Packages/TYPO3.CMS/+/83721) | 01.04 - 23.04 | -| [TYPO3 v13.1](https://typo3.org/article/typo3-v131-the-surfers-starterkit) | 23.04 | -| [Review period](https://review.typo3.org/c/Packages/TYPO3.CMS/+/83721/19) | 23.04 - 14.06 | -| [TYPO3 v13.2](https://typo3.org/article/typo3-v132-ready-set-ride) | 02.07 | -| [Content Blocks compatibility v13](https://github.com/nhovratov/content-blocks/releases/tag/0.8.0) | 11.07 | -| [Content Blocks (partly) Core integration](https://typo3.org/article/typo3-v133-prepare-for-the-fun) | 17.09 | -| Content Blocks 1.0 | 15.10 | +| Milestone | Date | +|---------------------------------------------------------------------------------------------------------|---------------| +| [Content Blocks v0.6](https://github.com/friendsoftypo3/content-blocks/releases/tag/0.6.0) | 26.02 | +| [Content Blocks v0.7](https://github.com/friendsoftypo3/content-blocks/releases/tag/0.7.0) | 01.04 | +| [Core patch](https://review.typo3.org/c/Packages/TYPO3.CMS/+/83721) | 01.04 - 23.04 | +| [TYPO3 v13.1](https://typo3.org/article/typo3-v131-the-surfers-starterkit) | 23.04 | +| [Review period](https://review.typo3.org/c/Packages/TYPO3.CMS/+/83721/19) | 23.04 - 14.06 | +| [TYPO3 v13.2](https://typo3.org/article/typo3-v132-ready-set-ride) | 02.07 | +| [Content Blocks compatibility v13](https://github.com/friendsoftypo3/content-blocks/releases/tag/0.8.0) | 11.07 | +| [Content Blocks (partly) Core integration](https://typo3.org/article/typo3-v133-prepare-for-the-fun) | 17.09 | +| Content Blocks 1.0 | 15.10 | ## Installation