From 8a7be875e434a50ca6d3b3d1a9f0ea92afefaa74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Mon, 24 Jul 2023 11:53:17 +0200 Subject: [PATCH] [RELEASE] Release of EXT:warming 1.0.1 --- Documentation/Settings.cfg | 2 +- Resources/Private/Frontend/package.json | 2 +- ext_emconf.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index c679b89d..8eda708c 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Warming -release = 1.0.0 +release = 1.0.1 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 e8560fef..bff4302f 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": "1.0.0", + "version": "1.0.1", "type": "module", "private": true, "license": "GPL-2.0-or-later", diff --git a/ext_emconf.php b/ext_emconf.php index 7b1f9c80..92e6f8f9 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' => '1.0.0', + 'version' => '1.0.1', 'state' => 'stable', 'author' => 'Elias Häußler', 'author_email' => 'elias@haeussler.dev',