Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V6.0.2: TestingFramework bug fixes for TYPO3 12LTS #1926

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
milestone: 38
milestone: 39

- package-ecosystem: "composer"
directory: "/"
Expand All @@ -24,4 +24,4 @@ updates:
- dependency-name: "typo3/coding-standards"
versions: [ ">= 0.7.0" ]
versioning-strategy: "increase"
milestone: 38
milestone: 39
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Fixed

## 6.0.2: TestingFramework bug fixes for TYPO3 12LTS

### Fixed

- Provide the request with a language for the fake frontend (#1925)
- Set `$GLOBALS['TYPO3_REQUEST']` when creating a fake frontend (#1924)

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conf.py:
copyright: 2024
project: One is Enough Library
version: 6.0
release: 6.0.1
release: 6.0.2
latex_documents:
- - Index
- oelib.tex
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'One is Enough Library',
'description' => 'Useful stuff for TYPO3 extension development: helper functions for unit testing, templating and automatic configuration checks.',
'version' => '6.0.1',
'version' => '6.0.2',
'category' => 'services',
'constraints' => [
'depends' => [
Expand Down