We'll create fresh WordPress site with Simba Plugin Updates Manager installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This plugin enables you to host updates for plugins from your own WordPress site.
i.e. It provides a service for the availability and download of WordPress plugin updates – just like the wordpress.org plugin repository. This can be for free plugins, or licensed plugins – it includes a full licence manager (and a free class for using it is available).
This is the plugin updates server that has been providing millions of plugin updates to the users of the paid versions of the UpdraftPlus backup/restore/clone WordPress plugin since 2013 (and various other Team Updraft and Simba Hosting plugins).
A paid connector for WooCommerce is also available, allowing WordPress to automatically assign and renew licences when purchases are made; plus other features for coupons and renewal emails (including pre-filled carts); follow this link for more information.
The best way to get a feel for its features is to take a look at the available screenshots.
Manage multiple plugins, both free and paid
Manage user licences – create, renew and delete licence entitlements for non-free plugins
Send renewal reminder emails for licensed plugins
Have multiple different zips (i.e. different plugin versions) available for your plugins
Have sophisticated rules for which zip a particular user gets delivered (e.g. send them an older version if they are on an old version of WordPress or PHP)
Counts plugin downloads, by version – calculate how many active users you have
Shortcode provided for showing users on your website what plugins are available
Shortcode provided for showing plugin changelogs (automatically read from the plugin zip)
Data is included in WordPress’s privacy tools’ output (export / delete)
Import a new zip via WP-CLI: wp plugins-manager import-zip –file=”/path/to/file.zip” –user=”your-WP-user” –add-rule
Update plugins’ supported WordPress versions via WP-CLI:
wp plugins-manager update-versions –user=”WordPress-username-or-email-or-id” –slug=”plugin-slug” –tested-version=”version-number(x.y.z)”
Or
Running an updates and an licensing server are two important parts of providing plugin updates to your users. You will also need to add code in your plugin to point towards that updates server. A popular class used for this purpose with free plugins, that requires you to do nothing more than include it and tell it the updates URL, is available here: https://github.com/YahnisElsts/plugin-update-checker . For licenced plugins, a compatible class is available here: https://github.com/DavidAnderson684/simba-plugin-manager-updater .
Privacy: The plugin does not contact any remote services. It also integrates with WordPress’s privacy tools (4.9.6+) for export/deletion, and removes user data when users are deleted.
Some other plugins you may be interested in: https://www.simbahosting.co.uk/s3/shop/, https://updraftplus.com and https://getwpo.com
This plugin is ready for translations, and we would welcome new translations (please use the wordpress.org translation system).
The MIT License (MIT)
Copyright © 2015- David Anderson, https://www.simbahosting.co.uk
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.