saleor-apps-redis_apl/.changeset/famous-onions-jam.md
Lukasz Ostrowski 23b5c70f51
Extract part of Semver compatibility logic to shared package and implement in Invoices and Taxes (#488)
* 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>
2023-05-23 11:04:52 +02:00

371 B

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