Actions
Feature #54521
closedmake beta-testing simpler
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2013-12-19
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
with version 6.2beta3 it is not possible to install versions that should be compatible
with 6.2. - like core extensions : tstemplate, filemetadata, aboutmodules, ...
the extension manager says "Your TYPO3 version is lower than necessary. You need at least TYPO3 version 6.2.0"
other extensions are only compatible to 6.1.999 which makes sense since 6.2 is not released yet.
but there should be a possibility for developers and testers to circumvent the dependency management
without changing code.
suggestion: add a switch into the extension manager to interpret betas as .0 versions (here 6.2beta3 as 6.2.0)
Actions