In order to ensure that when the upgrade wizard runs to install
EXT:compatibility7, it should not have a dependency on indexed_search
which it had until 8.7.1.
A new version (8.7.1) was released to TER to solve the issue.
Change-Id: I0b0cf9eb927cca627ca332f30219fe70f13dd4d9
Resolves: #80590
Releases: master
Reviewed-on: https://review.typo3.org/52296
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
'compatibility7' => [
'title' => 'Compatibility Mode for TYPO3 v7',
'description' => 'Provides an additional backwards-compatibility layer with legacy functionality for sites that haven\'t fully migrated to TYPO3 v8 yet.',
- 'versionString' => '8.7.0',
+ 'versionString' => '8.7.1',
]
];