Project

General

Profile

Actions

Bug #30749

closed

EM always retrieves the latest version of an extension

Added by Xavier Perseguers over 12 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2011-10-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

Yes, this sounds odd but I just found a special use case where this should not be the case :-)

When you install ks_sitemgr, you have this in the dependencies:

    'constraints' => array(
        'depends' => array(
            'be_acl' => '1.3.0-1.3.99',
        ),
        'conflicts' => array(
            'be_acl' => '1.4.0',
        ),
        'suggests' => array(),
),

And EM will effectively download the latest version of be_acl (currently 1.4.3) instead of the very latest version of the 1.3 branch.


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #30750: EM should not suggest upgrade when it leads to conflictClosed2011-10-10

Actions
Related to TYPO3 Core - Feature #43178: Updates: Changelog and chooseable updateClosed2012-11-20

Actions
Related to TYPO3 Core - Bug #50347: ExtensionManager: Overwriting existing extensions with older versions without warningClosed2013-07-23

Actions
Actions

Also available in: Atom PDF