From 8b716d91fad3c22ec95796a3ec857bd6700df692 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 14 Aug 2021 19:31:16 +0200 Subject: [PATCH] 7.5.23: Add support for TYPO3 11.3 and PHP 8 (#250) --- CHANGELOG.md | 14 ++++++++++++-- Documentation/Settings.yml | 6 +++--- ext_emconf.php | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 075290c6..01362b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ included PHPUnit package. ## x.y.z +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +## 7.5.23 + ### Added - Support TYPO3 11.3 (#244) - Add PHPStan to the CI pipeline (#224) @@ -23,8 +35,6 @@ included PHPUnit package. - Drop the tutorial on testing protected methods (#246) - Drop `_callRef`, `_setRef`, `getStatic`, `setStatic` and `getProtectedProperty` (#237) -### Fixed - ## 7.5.22 ### Added diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 969d7d4c..186c068a 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -4,10 +4,10 @@ --- conf.py: - copyright: 2020 + copyright: 2021 project: PHPUnit version: 7.5 - release: 7.5.22 + release: 7.5.23 latex_documents: - - Index - phpunit.tex @@ -27,4 +27,4 @@ conf.py: t3tsref: - https://docs.typo3.org/typo3cms/TyposcriptReference/ - null -... \ No newline at end of file +... diff --git a/ext_emconf.php b/ext_emconf.php index 31f1bfe7..23528a66 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF['phpunit'] = [ 'title' => 'PHPUnit', 'description' => 'Unit testing for TYPO3. Includes PHPUnit and a CLI test runner.', - 'version' => '7.5.22', + 'version' => '7.5.23', 'category' => 'misc', 'constraints' => [ 'depends' => [