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.
-
cd
to the extension’s folder. - Use the
git describe --tags
command:
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
-
cd
to the extension’s folder. - Use the
grep version composer.json
command: