From d38797c8d8af08bf95e27967e02179a894be5f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Sun, 23 Jul 2023 11:52:55 +0200 Subject: [PATCH] [RELEASE] Release of EXT:warming 1.0.0 --- 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 681d2908..c679b89d 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Warming -release = 0.5.2 +release = 1.0.0 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 44abde32..e8560fef 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.2", + "version": "1.0.0", "type": "module", "private": true, "license": "GPL-2.0-or-later", diff --git a/ext_emconf.php b/ext_emconf.php index e11d4fc3..7b1f9c80 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.2', + 'version' => '1.0.0', 'state' => 'stable', 'author' => 'Elias Häußler', 'author_email' => 'elias@haeussler.dev',