Actions
Bug #39900
closedBug #39726: Add new extension manager to the core
version number improvement
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2012-08-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
/**
* @return array
*/
public function getNumericTypo3VersionNumberDataProvider() {
return array(
array(
'1.2.3-sandbox',
'1.2.3'
),
);
}
this should work, too.
Actions