Skip to content

Commit 46c1bb4

Browse files
committed
[TASK] Release version 5.0.1
1 parent 048c08d commit 46c1bb4

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

Documentation/Settings.cfg

Lines changed: 0 additions & 18 deletions
This file was deleted.

Documentation/guides.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<guides xmlns="https://www.phpdoc.org/guides" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="https://www.phpdoc.org/guides ../vendor/phpdocumentor/guides-cli/resources/schema/guides.xsd"
4+
links-are-relative="true">
5+
<extension class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"
6+
project-home="https://github.com/cobwebch/flush_language_cache"
7+
project-repository="https://github.com/cobwebch/flush_language_cache"
8+
project-issues="https://github.com/cobwebch/flush_language_cache/issues" edit-on-github-branch="master"
9+
edit-on-github="cobwebch/flush_language_cache"
10+
typo3-core-preferred="stable"
11+
interlink-shortcode="cobweb/flush_language_cache"
12+
/>
13+
<project
14+
title="Flush language cache"
15+
release="5.0.1"
16+
copyright="2014-2025"
17+
/>
18+
</guides>

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
}
1818
},
1919
"require": {
20-
"php": "^8.1 || ^8.2 || ^8.3",
21-
"typo3/cms-core": "^12.4 || ^13.1"
20+
"php": "^8.1 || ^8.2 || ^8.3 || ^8.4",
21+
"typo3/cms-core": "^12.4 || ^13.4"
2222
},
2323
"replace": {
2424
"typo3-ter/flush_language_cache": "self.version"

ext_emconf.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
'author' => 'Francois Suter',
99
'author_email' => '[email protected]',
1010
'author_company' => '',
11-
'version' => '5.0.0',
11+
'version' => '5.0.1',
1212
'constraints' => [
1313
'depends' => [
14-
'typo3' => '12.4.0-13.1.99',
15-
'php' => '8.1.0-8.3.99'
14+
'typo3' => '12.4.0-13.4.99',
15+
'php' => '8.1.0-8.4.99'
1616
],
1717
'conflicts' => [],
1818
'suggests' => [],

0 commit comments

Comments
 (0)