How can I find out which version of Strip extension I am using?
Would you recommend to update to the latest version?
Method 1. With Git.
-
cdto the extension’s folder. - Use the
git describe --tagscommand:

Method 2. With composer.json.
2.1. Manually
Check the version tag value of the extension’s composer.json file.
E.g.:
2.2. Using grep
-
cdto the extension’s folder. - Use the
grep version composer.jsoncommand: