Last modified by M. Dara Duman - 2 years ago
111 Views
1 min read

How do I update my plugin?

All of our plugins are updated like any other WordPress plugins.

  1. Login to your WordPress dashboard.
  2. Navigate to the plugins list.
  3. Click to update the plugin. Once the update has finished, WordPress will notify that the plugin update was successful, and that the plugin also reactivated successfully.

Alternatively, you can download the new version from your account. A valid license is required. Please follow the steps below:

  1. Download the new version's zip file to your computer.
  2. Deactivate the previous version
  3. Delete the previous version
  4. Install and activate the new version

Get more information on how to manage your plugins

If you're not able to get update notices in Plugins page, make sure:

  • Your license is activated and valid. Go to the settings menu of your plugin and click to Licenses page. The text next to your license key should say "Valid".
  • If you are behind a firewall, the outgoing connection is open.
  • License text is entered without any preceding or trailing space.
  • License text is entered correctly.
  • php-curl module is installed and enabled. When you type in php -m |grep curl in the command line, it will show curl.
  • Type in the command line : curl -s https://emdplugins.com , it should return text
Was this information helpful?