jeffreyvanrossum/wp-plugin-updater
最新稳定版本:0.0.1
Composer 安装命令:
composer require jeffreyvanrossum/wp-plugin-updater
包简介
Provides a way to check for plugin updates on a alternative host then wordpress.org.
README 文档
README
WP Plugin Updater
Allows you to check for updates for a plugin on a different server then wordpress.org.
🚸 As long as this package is still in development, the API might be subject to change and should not considered stable. Use at your own risk.
Made for a specific use case which may not fit everybody's needs.
Based on the example plugin from LemonSqueezy.
Example
(new Jeffreyvr\WPPluginUpdater\WPPluginUpdater( __FILE__, // plugin file path 'your-plugin/your-plugin.php', 'your-plugin', '1.0', "https://yourpluginsite.test/check-update", "https://yourpluginsite.test/validate-license" ))->setCanCheck(function() { // determine if check can be made }) ->setActions([ // classes should implement Jeffreyvr\WPPluginUpdater\Action interface 'activate-license' => ActivateLicenseAction::class, 'deactivate-license' => DeactivateLicenseAction::class, 'check-license' => CheckLicenseAction::class, 'check-update' => CheckUpdateAction::class ]); new \Jeffreyvr\WPPluginUpdater\Updater($this->updater);
Contributors
License
MIT. Please see the License File for more information.
统计信息
- 总下载量: 49
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-16