Skip to content

Commit 767b716

Browse files
[RELEASE] Release of EXT:warming 0.3.17
1 parent 1957768 commit 767b716

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": "0.3.16",
4+
"version": "0.3.17",
55
"license": "GPL-2.0-or-later",
66
"scripts": {
77
"build": "cross-env NODE_ENV=production webpack",

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' => '0.3.16',
27+
'version' => '0.3.17',
2828
'state' => 'beta',
2929
'clearCacheOnLoad' => true,
3030
'author' => 'Elias Häußler',

0 commit comments

Comments
 (0)