Skip to content

Commit

Permalink
[RELEASE] Release of EXT:warming 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jul 16, 2024
1 parent f6e9461 commit e46dc15
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+--------------------+-------------------------+---------------+
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/Frontend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e46dc15

Please sign in to comment.