Skip to content

Commit 51cc057

Browse files
committed
Merge branch 'master' into development
2 parents 696edae + 7bc3f0a commit 51cc057

File tree

3 files changed

+60
-12
lines changed

3 files changed

+60
-12
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
Latest release: 7.0.7 (2024/11/11 13:59:48)
1+
Latest release: 7.1.0 (2025/02/27 12:18:18)
22

33
All previous release change logs:
44

5+
* [7.1.0 (2025/02/27)](Documentation/Changelog/7.1.0.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/7.0.7...7.1.0)
56
* [7.0.7 (2024/11/11)](Documentation/Changelog/7.0.7.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/7.0.6...7.0.7)
67
* [7.0.6 (2024/08/08)](Documentation/Changelog/7.0.6.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/7.0.5...7.0.6)
78
* [7.0.5 (2024/08/02)](Documentation/Changelog/7.0.5.md) [Full list of changes](https://github.com/FluidTYPO3/vhs/compare/7.0.4...7.0.5)

Documentation/Changelog/7.1.0.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
## Release: 7.1.0 (2025/02/27 12:18:18)
2+
3+
* 2025-02-26 [BUGFIX] Cast to string before trim (#1934) (Commit 4b779e00 by Christian Hillebrand)
4+
* 2025-02-04 [BUGFIX] Always fetch ContentObject from request in TYPO3v12+ (Commit 99129162 by Christian Weiske)
5+
* 2025-02-05 [BUGFIX] Use addRootLineFields on v12.4 (Commit 41b11dcb by Christian Weiske)
6+
* 2025-02-03 [BUGFIX] Avoid warnings when pages aren't assigned (Commit 63cf450b by Claus Due)
7+
* 2025-01-28 [BUGFIX] Resolve current language from Request (Commit 0b75d611 by Claus Due)
8+
* 2025-01-28 [BUGFIX] Correctly assume LanguageAspect exists (Commit 132d302c by Claus Due)
9+
* 2025-01-28 [BUGFIX] Handle TypeError in v:variable.set (Commit 388420ff by Claus Due)
10+
* 2025-01-28 [BUGFIX] Handle possibly arbitrary argument on v13.4 (Commit 6dd72de0 by Claus Due)
11+
* 2025-01-28 [BUGFIX] Read ContentObjectRenderer from currentContentObject attribute if set (Commit 2c6d40d2 by Claus Due)
12+
* 2025-01-28 [BUGFIX] Only attempt TSFE->sys_language_uid if LanguageAspect not found (Commit cba2d038 by Claus Due)
13+
* 2025-01-28 [BUGFIX] Handle possibly removed no_cache property (Commit e5d8d4f7 by Claus Due)
14+
* 2025-01-27 [BUGFIX] Avoid warning on undefined array key (Commit 8cafb84c by Claus Due)
15+
* 2025-01-26 [BUGFIX] Handle new TS-not-set limitation on v13 (#1928) (Commit e84af96c by Claus Due)
16+
* 2025-01-26 [BUGFIX] Read frontend user instance from request where possible (Commit 2411ce6b by Claus Due)
17+
* 2025-01-26 [BUGFIX] Read cache disable instruction from request where possible (Commit c4a13487 by Claus Due)
18+
* 2025-01-26 [BUGFIX] Ensure string return (Commit 20493232 by Claus Due)
19+
* 2025-01-26 [BUGFIX] Assimilate deprecated and removed method (Commit 13ce63e6 by Claus Due)
20+
* 2025-01-26 [FEATURE] Add compatibility layer to basically all ViewHelpers (Commit 3b68aa8f by Claus Due)
21+
* 2025-01-25 [BUGFIX] Handle ImageResource return types (Commit 39acd859 by Claus Due)
22+
* 2025-01-25 [BUGFIX] Guard against missing record in v:page.resources.fal (Commit 4800e810 by Claus Due)
23+
* 2025-01-25 [BUGFIX] Avoid PDO constants in favor of Connection constants (Commit d7f36f04 by Claus Due)
24+
* 2025-01-25 [BUGFIX] Avoid PDO constants in favor of Connection constants (Commit 98f19aac by Claus Due)
25+
* 2025-01-25 [BUGFIX] Replace all evaluateCondition methods with verdict methods (Commit 0cbb3b3f by Claus Due)
26+
* 2025-01-25 [FEATURE] Declare support for TYPO3 v13 (Commit 0ca5a1c1 by Claus Due)
27+
* 2025-01-25 [BUGFIX] Handle different error type on more recent PHP versions (Commit 3dde0c15 by Claus Due)
28+
* 2025-01-25 [BUGFIX] Use late instancing of ContentObjectRenderer (Commit a388cb0f by Claus Due)
29+
* 2025-01-25 [FEATURE] Introduce ContentObjectFetcher (#1921) (Commit 02c21f3c by Claus Due)
30+
* 2025-01-25 [BUGFIX] Fetch language ISO code through Locale where possible (Commit 933ceec1 by Claus Due)
31+
* 2025-01-24 [BUGFIX] Set Request in UriBuilder wherever it is used (Commit 149bda66 by Claus Due)
32+
* 2025-01-24 [BUGFIX] Avoid addRootLineFields on v13 (Commit 3b972020 by Claus Due)
33+
* 2025-01-24 [BUGFIX] Do not access removed constant on v13 (Commit 29539452 by Claus Due)
34+
* 2025-01-24 [BUGFIX] Handle possibly missing array index (Commit a1e97270 by Claus Due)
35+
36+
Generated by:
37+
38+
```
39+
git log --since="2025/01/24 21:46:04" --until="2025/02/27 12:18:18" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
40+
--date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`
41+
```
42+
43+
Full list of changes: https://github.com/FluidTYPO3/vhs/compare/7.0.7...7.1.0
44+
45+
*Please note: the change list above does not contain any TASK commits since they are considered
46+
infrastructure-only and not relevant to end users. The full list includes these!*
47+

ext_emconf.php

+11-11
Original file line numberDiff line numberDiff line change
@@ -11,42 +11,42 @@
1111
'conflicts' => '',
1212
'priority' => '',
1313
'module' => '',
14-
'state' => 'beta',
14+
'state' => 'stable',
1515
'internal' => '',
1616
'uploadfolder' => 0,
1717
'createDirs' => '',
1818
'modify_tables' => '',
1919
'clearCacheOnLoad' => 0,
2020
'lockType' => '',
21-
'version' => '7.0.7',
22-
'constraints' =>
21+
'version' => '7.1.0',
22+
'constraints' =>
2323
array (
24-
'depends' =>
24+
'depends' =>
2525
array (
2626
'php' => '7.4.0-8.3.99',
2727
'typo3' => '10.4.0-13.4.99',
2828
),
29-
'conflicts' =>
29+
'conflicts' =>
3030
array (
3131
),
32-
'suggests' =>
32+
'suggests' =>
3333
array (
3434
),
3535
),
36-
'suggests' =>
36+
'suggests' =>
3737
array (
3838
),
3939
'_md5_values_when_last_written' => '',
40-
'autoload' =>
40+
'autoload' =>
4141
array (
42-
'psr-4' =>
42+
'psr-4' =>
4343
array (
4444
'FluidTYPO3\\Vhs\\' => 'Classes/',
4545
),
4646
),
47-
'autoload-dev' =>
47+
'autoload-dev' =>
4848
array (
49-
'psr-4' =>
49+
'psr-4' =>
5050
array (
5151
'FluidTYPO3\\Vhs\\Tests\\' => 'Tests/',
5252
),

0 commit comments

Comments
 (0)