Skip to content

Commit 4e2d51d

Browse files
[RELEASE] Release of EXT:warming 2.3.1
1 parent f2a0219 commit 4e2d51d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Documentation/Settings.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[general]
22
project = Warming
3-
release = 2.3.0
3+
release = 2.3.1
44
copyright = since 2021 by Elias Häußler
55
author = Elias Häußler
66

Resources/Private/Frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Private/Frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eliashaeussler/typo3-warming",
33
"description": "Frontend for EXT:warming, an extension for TYPO3 CMS that warms up Frontend caches based on an XML sitemap",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"type": "module",
66
"private": true,
77
"license": "GPL-2.0-or-later",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'title' => 'Warming',
2525
'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.',
2626
'category' => 'be',
27-
'version' => '2.3.0',
27+
'version' => '2.3.1',
2828
'state' => 'stable',
2929
'author' => 'Elias Häußler',
3030
'author_email' => 'elias@haeussler.dev',

0 commit comments

Comments
 (0)