From e07802bcf921d2b88f4a7ac2b4ad083c8780588c Mon Sep 17 00:00:00 2001 From: Jacco van der Post Date: Wed, 16 Feb 2022 11:51:48 +0100 Subject: [PATCH] [TASK] Set version to 11.5 stable --- Documentation/ChangeLog/Index.rst | 4 ++++ Documentation/Settings.cfg | 6 +++--- Documentation/Settings.yml | 6 +++--- README.md | 8 +++++--- composer.json | 4 ++-- ext_emconf.php | 2 +- 6 files changed, 18 insertions(+), 12 deletions(-) diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index 17f3311..60eacd3 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -10,6 +10,10 @@ ChangeLog ========= +11.5.0 +""""" +Update to TYPO3 11 LTS + 10.4.1 """"" #. TCA fixes for TYPO3 10.4. (thx to Sven Wappler) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index d5fee60..b32094d 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ [general] project = Frequently Asked Questions -release = 10.4.1 -version = 10.4 -copyright = 2021 +release = 11.5.0 +version = 11.5 +copyright = 2022 [notify] about_new_build = no diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index fa122b6..2bc423f 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -4,10 +4,10 @@ --- conf.py: - copyright: 2021 + copyright: 2022 project: jpFAQ - version: 10.4 - release: 10.4.1 + version: 11.5 + release: 11.5.0 intersphinx_mapping: t3tsref: - http://docs.typo3.org/typo3cms/TyposcriptReference/ diff --git a/README.md b/README.md index be3b765..20654e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# jpfaq ALPHA -Frequently Asked Questions (FAQ) plugin. Optional features: categories, on-the-fly search, customer helpfulness tracking and comments. +# jpfaq +Frequently Asked Questions (FAQ) plugin. -For TYPO3 11 LTS under construction +Optional features: categories, on-the-fly search, customer helpfulness tracking and comments. + +For TYPO3 11 LTS ## Install diff --git a/composer.json b/composer.json index ccc57fd..888b8a4 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "keywords": [ "TYPO3", @@ -27,7 +27,7 @@ "issues": "https://forge.typo3.org/projects/extension-jpfaq/" }, "require": { - "typo3/cms-core": "^9.5 || ^10.4" + "typo3/cms-core": "^11.5" }, "autoload": { "psr-4": { diff --git a/ext_emconf.php b/ext_emconf.php index ddd1bcb..3a6b6ea 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -6,7 +6,7 @@ 'category' => 'plugin', 'author' => 'Jacco van der Post', 'author_email' => 'jacco@id-webdesign.nl', - 'state' => 'beta', + 'state' => 'stable', 'uploadfolder' => false, 'createDirs' => '', 'clearCacheOnLoad' => 0,