Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 
NameReleases Count
In-Portal80
Modules 
In-Link74
In-News70
In-Bulletin74
In-Commerce69
Custom43
Themes
Default35
Simple34
Advanced43

...

Definitely such version madness can't be continued any longer.

Solution

  1. instead of specifying exact module dependencies (e.g. 5.2.1) we need to specify version constraint (e.g. ~5.2.1 which means any "5.2.*" version larger and including 5.2.1)
  2. locate all JIRA issues, that has more then 1 commit (would usually mean commit to In-Portal and other module) and see if change made to module would work without change made to In-Portal:
    1. if it wouldn't then update In-Portal version constrain for that module
    2. if it would then maybe try to figure out minimal module version with which that module can work

Related Tasks