How to update V3?

Hi @Johnny,

I see that there are several new minor revisions to v3 Enterprise since I installed it using the Installation Wizard.

Would you kindly let me know:

  1. The definitive way to verify the version installed
  2. How an update should be performed? I’m assuming it is simpler than going through the wizard again.

Thanks again for all the great work!

Ira

  1. 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…

  1. 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.

Hello @iradave ,

I am glad to inform you that I’ve included the Upgrade dropdown now to the wizard :slight_smile:

Screenshot 2023-10-08 at 8.54.38 AM

You can go step by step from here: User's Page Login

Regards
Johnny