MPWA Gateway | Multi Device Version | Latest : 10.xx

Log and how to update v7


Log and how to update v7

🔄 Update Log 10.0

  • Updated the core library to the latest stable version

  • Refactored the entire dashboard UI to be cleaner and more elegant

  • Fixed memory connection leaks

  • Added message ID recording to the database

  • Fixed minor bugs

  • Redesigned the system architecture to prepare for more awesome features in future updates

In this latest version (v10), there are many changes to the codebase and project structure. We strongly recommend performing a fresh installation.

If you have data from a previous version, you can back it up and re-import it into the latest version. There are no significant database changes, only the addition of the keyId column in the blasts and message_histories tables.

However, if you still want to perform an update instead of a fresh install, please follow these short steps:

  1. Stop the currently running Node.js process

  2. Update as usual via Admin Panel → Update

  3. After updating, the website may temporarily break due to the new structure. Simply run composer install again via terminal if you are using a VPS.
    If you are using shared hosting, re-upload the vendor folder (available in the source code package) to your project directory. The website should then work normally again.

  4. Regenerate SSL from Admin Panel → Server Settings (VPS only)

  5. Run npm install again

  6. Start the Node.js process again