From 9fd4c701c777585cbc0bc5e9acb619fb6311b146 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 7 Aug 2019 21:21:31 +0200 Subject: [PATCH] [TASK] Prepare the 5.7.27 release (#109) --- CHANGELOG.md | 12 ++++++++++++ Documentation/Index.rst | 2 +- Documentation/Settings.yml | 6 +++--- TestExtensions/aaa/ext_emconf.php | 2 +- TestExtensions/bbb/ext_emconf.php | 2 +- TestExtensions/ccc/ext_emconf.php | 2 +- TestExtensions/ddd/ext_emconf.php | 2 +- TestExtensions/user_phpunittest/ext_emconf.php | 2 +- TestExtensions/user_phpunittest2/ext_emconf.php | 2 +- composer.json | 2 +- ext_emconf.php | 2 +- 11 files changed, 24 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db82d9c4..31784baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/). ## x.y.z +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +## 5.7.27 + ### Added - Run Travis CI with highest and lowest dependencies (#107) - Add option to pass CLI options to PHPUnit (#102) diff --git a/Documentation/Index.rst b/Documentation/Index.rst index c1a1151f..9fb9af72 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -21,7 +21,7 @@ PHPUnit :Extension Key: phpunit :Language: en -:Copyright: `2000-2013, Kasper Ligaard, kasperligaard@gmail.com` +:Copyright: `2000-2019, Kasper Ligaard, kasperligaard@gmail.com` :Maintainer: `Oliver Klee, typo3-coding@oliverklee.de` :License: `CC BY-SA 3.0 `_ :Rendered: |today| diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index b692be39..9da4b75e 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -4,10 +4,10 @@ --- conf.py: - copyright: 2017 + copyright: 2019 project: PHPUnit - version: 5.3 - release: 5.3.5 + version: 5.7 + release: 5.7.27 latex_documents: - - Index - phpunit.tex diff --git a/TestExtensions/aaa/ext_emconf.php b/TestExtensions/aaa/ext_emconf.php index b7262346..6ef9450a 100644 --- a/TestExtensions/aaa/ext_emconf.php +++ b/TestExtensions/aaa/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'AAA', 'description' => 'A test extension used for running the phpunit unit tests.', - 'version' => '5.3.5', + 'version' => '5.7.27', 'category' => 'example', 'constraints' => [ 'depends' => [ diff --git a/TestExtensions/bbb/ext_emconf.php b/TestExtensions/bbb/ext_emconf.php index e6ef4ae8..d6685ee1 100644 --- a/TestExtensions/bbb/ext_emconf.php +++ b/TestExtensions/bbb/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'BBB', 'description' => 'A test extension used for running the phpunit unit tests.', - 'version' => '5.3.5', + 'version' => '5.7.27', 'category' => 'example', 'constraints' => [ 'depends' => [ diff --git a/TestExtensions/ccc/ext_emconf.php b/TestExtensions/ccc/ext_emconf.php index 59cbaf3f..f6dbcc29 100644 --- a/TestExtensions/ccc/ext_emconf.php +++ b/TestExtensions/ccc/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'CCC', 'description' => 'A test extension used for running the phpunit unit tests.', - 'version' => '5.3.5', + 'version' => '5.7.27', 'category' => 'example', 'constraints' => [ 'depends' => [ diff --git a/TestExtensions/ddd/ext_emconf.php b/TestExtensions/ddd/ext_emconf.php index f201e829..d5bc8c48 100644 --- a/TestExtensions/ddd/ext_emconf.php +++ b/TestExtensions/ddd/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'DDD', 'description' => 'A test extension used for running the phpunit unit tests.', - 'version' => '5.3.5', + 'version' => '5.7.27', 'category' => 'example', 'constraints' => [ 'depends' => [ diff --git a/TestExtensions/user_phpunittest/ext_emconf.php b/TestExtensions/user_phpunittest/ext_emconf.php index 59f9b6e1..c91a3d06 100644 --- a/TestExtensions/user_phpunittest/ext_emconf.php +++ b/TestExtensions/user_phpunittest/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Test extension for tx_phpunit', 'description' => 'A test extension used for running the phpunit unit tests.', - 'version' => '5.3.5', + 'version' => '5.7.27', 'category' => 'example', 'constraints' => [ 'depends' => [ diff --git a/TestExtensions/user_phpunittest2/ext_emconf.php b/TestExtensions/user_phpunittest2/ext_emconf.php index ad7359bf..93e207b1 100644 --- a/TestExtensions/user_phpunittest2/ext_emconf.php +++ b/TestExtensions/user_phpunittest2/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Second test extension for tx_phpunit', 'description' => 'A test extension used for running the phpunit unit tests.', - 'version' => '5.3.5', + 'version' => '5.7.27', 'category' => 'example', 'constraints' => [ 'depends' => [ diff --git a/composer.json b/composer.json index 0d050e6b..ebc61a01 100644 --- a/composer.json +++ b/composer.json @@ -98,7 +98,7 @@ }, "extra": { "branch-alias": { - "*": "5.7.x-dev" + "*": "6.0.x-dev" }, "typo3/class-alias-loader": { "class-alias-maps": [ diff --git a/ext_emconf.php b/ext_emconf.php index b023feb0..672061f3 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'PHPUnit', 'description' => 'Unit testing for TYPO3. Includes PHPUnit, Selenium, a CLI test runner and a testing framework.', - 'version' => '5.3.5', + 'version' => '5.7.27', 'category' => 'misc', 'constraints' => [ 'depends' => [