Users will get the respective module version according to Akaunting version when that module version was released. So basically, we save the current Akaunting version when you release a new version of your module.
Module version released | Akaunting version released | Akaunting version of user | Module version user gets |
---|---|---|---|
1.3.6 | 2.1.9 | 2.1.9 | 1.3.6 |
1.3.7 | 2.1.10 | 2.1.10 | 1.3.7 |
… | 2.1.11 | 2.1.11 | 1.3.7 |
1.3.8 | 2.1.12 | 2.1.12 | 1.3.8 |
1.3.9 | 2.1.13 | 2.1.12 | 1.3.8 |
It also means that users have to update their Akaunting first in order to get the latest version of your module. That brings you the freedom to not have to keep your module backward compatible.