Updating your plugin
Managing updates for your plugins is straightforward and automated.
Updating is just like publishing. Simply increment your plugin's version number in your pluginConfig.ts
, package.json
and submit the new package. Our system will recognize it as an update. Then just let us know on Slack or our community forum.
User Notifications & Auto-Updates
Users who have your plugin installed will be notified of available updates. For updates published over 7 days ago, the plugin will update automatically.
No Custom Auto-Update Logic Needed
Our platform handles notifications and automatic updates, so you don't need to implement your own auto-update logic. This simplifies your development process and ensures a consistent update experience for all users.