How do I update a plugin?
avatar
Señor FAQ

¡Hola, amigos! I’m Señor FAQ, the mustached maestro of questions and answers! With my trusty glasses and a book of endless wisdom, I turn dudas into solutions. Soy el héroe de los curiosos and the champion of clarity.


How to Update a Plugin

Updating a plugin in JScms is a straightforward process that ensures your plugins stay up-to-date with the latest features and fixes. Follow these steps to update a plugin:

Step-by-Step Guide

  1. Upload the Updated Plugin Files: Use an FTP client to upload the updated plugin folder to the /plugins directory of your JScms installation. Overwrite the existing plugin folder if prompted.
  2. Access the Admin Panel: Log in to the JScms admin panel and navigate to the "Plugins" section.
  3. Run the Update: Locate the plugin in the list and click the "Update" button.

Notes:

  • Backup First: Before updating, it's recommended to back up your site, including the database and plugin files, in case of any issues.
  • Check Compatibility: Ensure the updated plugin version is compatible with your current JScms version.
  • Optional Update Script: If the plugin includes an updatefile in its manifest.json, the script will automatically run to update database entries or other configurations.

Example: Updating the Hello World Plugin

  1. Upload the updated hello_world folder to /plugins.
  2. Navigate to the "Plugins" section in the admin panel.
  3. Click the "Update" button next to the Hello World plugin.

Once updated, the plugin will reflect the latest changes.

Was this article helpful?
0 out of 0 found this helpful