From e46dc15b142b53bbc2d8f3cc76af66c828f0c8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Tue, 16 Jul 2024 16:50:36 +0200 Subject: [PATCH] [RELEASE] Release of EXT:warming 0.5.5 --- Documentation/Installation/Index.rst | 4 +++- Documentation/Settings.cfg | 2 +- Resources/Private/Frontend/package.json | 2 +- ext_emconf.php | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Documentation/Installation/Index.rst b/Documentation/Installation/Index.rst index 442d1f3b..56621801 100644 --- a/Documentation/Installation/Index.rst +++ b/Documentation/Installation/Index.rst @@ -36,7 +36,9 @@ Version matrix +--------------------+-------------------------+---------------+ | Extension versions | TYPO3 versions | PHP versions | +====================+=========================+===============+ -| **since 0.5.0** | **10.4 LTS - 11.5 LTS** | **7.4 - 8.3** | +| **since 0.5.5** | **10.4 LTS - 11.5 LTS** | **7.4 - 8.3** | ++--------------------+-------------------------+---------------+ +| 0.5.0 - 0.5.4 | **10.4 LTS - 11.5 LTS** | **7.4 - 8.2** | +--------------------+-------------------------+---------------+ | 0.3.14 - 0.4.8 | 10.4 LTS - 11.5 LTS | 7.1 - 8.1 | +--------------------+-------------------------+---------------+ diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 7bdb658b..a9aaa832 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Warming -release = 0.5.4 +release = 0.5.5 copyright = since 2021 by Elias Häußler author = Elias Häußler diff --git a/Resources/Private/Frontend/package.json b/Resources/Private/Frontend/package.json index 0de87122..f16b3ece 100644 --- a/Resources/Private/Frontend/package.json +++ b/Resources/Private/Frontend/package.json @@ -1,7 +1,7 @@ { "name": "@eliashaeussler/typo3-warming", "description": "Frontend for EXT:warming, an extension for TYPO3 CMS that warms up Frontend caches based on an XML sitemap", - "version": "0.5.4", + "version": "0.5.5", "license": "GPL-2.0-or-later", "scripts": { "build": "cross-env NODE_ENV=production webpack", diff --git a/ext_emconf.php b/ext_emconf.php index 8c0b96a7..1600353e 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -24,7 +24,7 @@ 'title' => 'Warming', 'description' => 'Warms up Frontend caches based on an XML sitemap. Cache warmup can be triggered via TYPO3 backend or using a console command. Supports multiple languages and custom crawler implementations.', 'category' => 'be', - 'version' => '0.5.4', + 'version' => '0.5.5', 'state' => 'beta', 'author' => 'Elias Häußler', 'author_email' => 'elias@haeussler.dev',