Update 1.0.3

Upgrade to v1.0.3 - update process:

IMPORTANT! Always backup all your files AND your database before any updates.

Note that updating to version 1.0.3 will overwrite app.css and custom.css and also overwrite language files. Make sure to back these up

IMPORTANT! Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.

  • Step 1: Click on the update button in the Admin Panel.

  • Step 2: Version 1.0.3 has been upgraded to Laravel 11.0. To complete the upgrade, delete the vendor folder from your root directory and download the upgraded vendor file from Google Drive, upload it to the root of your hosting and extract it.

  • Step 3: Go to your terminal, navigate to your root directory and run this command below

composer dump-autoload
  • Step 4: Afterwards type in your browser: your-domain-name/admin/update/now.

  • Step 5: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    GENERAL_SETTINGS_KYC_VERIFICATION=disabled
    GENERAL_SETTINGS_KYC_UPLOAD_MB=5
    GENERAL_SETTINGS_EMAIL_DELAY=30
  • Step 6: IMPORTANT: Clear your browser cache or hard refresh your browser afterwards by pressing Ctrl+F5

  • Step 7: IMPORTANT: Update might clear your cache, make sure to go to Socialswap Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.

  • Step 8: Done.

Last updated