
* Extract semver compatibility logic to shared package and implement it in taxes * Move semver checking package to packages/shared * Update lock * Apply suggestions from code review Co-authored-by: Adrian Pilarczyk <admin@peelar.dev> * Improve error message * Fix lockfile --------- Co-authored-by: Adrian Pilarczyk <admin@peelar.dev>
9 lines
No EOL
371 B
Markdown
9 lines
No EOL
371 B
Markdown
---
|
|
"saleor-app-taxes": minor
|
|
---
|
|
|
|
Set minimum Saleor version where app can be installed (3.9).
|
|
|
|
Previously, app could have been installed in any Saleor, but if required taxes APIs were missing, app would crash
|
|
|
|
Now, Saleor will reject installation if possible. If Saleor can't do it, App will check Saleor version during installation and fail it if version doesn't match |