The definitive way to verify the version installed
You can simply check the change log file in: “vendor\grocery-crud\enterprise\change-log.txt” or the composer.json file (same folder). I don’t know if this is the ‘definitive’ way…
How an update should be performed? I’m assuming it is simpler than going through the wizard again.
Simply put the GCE .zip file in the ‘artifacts’ folder and then run:
composer update
php spark publish
Regards.
PS.: I’m supposing here that you are using CodeIgniter (framework) and composer (php dependency manager) in your project.