Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/version label #2471

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Fix/version label #2471

wants to merge 3 commits into from

Conversation

jbout
Copy link
Contributor

@jbout jbout commented Apr 2, 2020

No description provided.

@boajer boajer self-requested a review April 2, 2020 14:51
}
$this->setVersion('12.2.2');
if ($this->isBetween('0.0.0', '12.2.1')) {
throw new \common_exception_NotImplemented('Updates from versions prior to Tao 3.2 are not longer supported, please update to Tao 3.2 first');
Copy link
Contributor

@boajer boajer Apr 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be this version ranges should be kept in separate sections to giude user better what exactly should he download first to grasefully update to the very latest
$this->isBetween('0.0.0', '2.21.0') for the 3.1 and
$this->isBetween('2.21.0', '12.2.1') for the 3.2 ? ( But I feel there are something wrong with numbers )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants