Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
V7.5.24: Support TYPO3 11.4. Cleanup and bug fixes. (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Sep 15, 2021
1 parent ec51cc0 commit 365f341
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ included PHPUnit package.
## x.y.z

### Added
- Add support for TYPO3 11.4 (#266)
- Use generics for accessible mocks (#265)

### Changed

### Deprecated

### Removed

### Fixed

## 7.5.24

### Added
- Add support for TYPO3 11.4 (#266)
- Use generics for accessible mocks (#265)

### Removed
- Drop obsolete screenshots from the manual (#261)

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: 2021
project: PHPUnit
version: 7.5
release: 7.5.23
release: 7.5.24
latex_documents:
- - Index
- phpunit.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' => 'PHPUnit',
'description' => 'Unit testing for TYPO3. Includes PHPUnit and a CLI test runner.',
'version' => '7.5.23',
'version' => '7.5.24',
'category' => 'misc',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit 365f341

Please sign in to comment.