afragen / git-updater
一个用于自动更新GitHub、Bitbucket、GitLab或Gitea托管插件、主题和语言包的插件。
Requires
- php: >=7.4
- afragen/singleton: dev-master
- afragen/wordpress-plugin-readme-parser: dev-master
- afragen/wp-dependency-installer: ^4
- freemius/wordpress-sdk: ^2.6
Requires (Dev)
- wp-coding-standards/wpcs: ^3.0.0
- dev-develop
- 12.5.0
- 12.4.0
- 12.3.1
- 12.3.0
- 12.2.3
- 12.2.2
- 12.2.1
- 12.2.0
- 12.1.3
- 12.1.2
- 12.1.1
- 12.1.0
- 12.0.4
- 12.0.3
- 12.0.2
- 12.0.1
- 12.0.0
- 11.1.10
- 11.1.9
- 11.1.8
- 11.1.7
- 11.1.6
- 11.1.5
- 11.1.4
- 11.1.3
- 11.1.2
- 11.1.1
- 11.1.0
- 11.0.6
- 11.0.5
- 11.0.4
- 11.0.3
- 11.0.2
- 11.0.1
- 11.0.0
- 10.10.0
- 10.9.0
- 10.8.0
- 10.7.2
- 10.7.1
- 10.7.0
- 10.6.15
- 10.6.14
- 10.6.13
- 10.6.12
- 10.6.11
- 10.6.10
- 10.6.9
- 10.6.8
- 10.6.7
- 10.6.6
- 10.6.5
- 10.6.4
- 10.6.3
- 10.6.2
- 10.6.1
- 10.6.0
- 10.5.2
- 10.5.1
- 10.5.0
- 10.4.2
- 10.4.1
- 10.4.0
- 10.3.4
- 10.3.3
- 10.3.2
- 10.3.1
- 10.3.0
- 10.2.2
- 10.2.1
- 10.2.0
- 10.1.0
- 10.0.2
- 10.0.1
- 10.0.0
- 8.9.0
- 8.8.2
- 8.8.1
- 8.8.0
- 8.7.3
- 8.7.2
- 8.7.1
- 8.7.0
- 8.6.3
- 8.6.2
- 8.6.1
- 8.6.0
- 8.5.2
- 8.5.1
- 8.5.0
- 8.4.2
- 8.4.1
- 8.4.0
- 8.3.1
- 8.3.0
- 8.2.1
- 8.2.0
- 8.1.2
- 8.1.1
- 8.1.0
- 8.0.0
- 7.6.2
- 7.6.1
- 7.6.0
- 7.5.0
- 7.4.4
- 7.4.3
- 7.4.2
- 7.4.1
- 7.4.0
- 7.3.1
- 7.3.0
- 7.2.0
- 7.1.0
- 7.0.0
- 6.3.5
- 6.3.4
- 6.3.3
- 6.3.2
- 6.3.1
- 6.3.0
- 6.2.2
- 6.2.1
- 6.2.0
- 6.1.1
- 6.1.0
- 6.0.0
- 5.6.2
- 5.6.1
- 5.6.0
- 5.5.0
- 5.4.1
- 5.4.0
- 5.3.4
- 5.3.3
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.0
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.1
- 5.0.0
- 4.6.2
- 4.6.1
- 4.6.0
- 4.5.7
- 4.5.6
- 4.5.5
- 4.5.4
- 4.5.3
- 4.5.1
- 4.5.0
- 4.4.0
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.1
- 4.0.0
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.9.0
- dev-master
- dev-log
This package is auto-updated.
Last update: 2024-09-11 17:06:16 UTC
README
- 贡献者: Andy Fragen, 贡献者
- 标签: 插件, 主题, 更新, github, 语言包
- 最低版本要求: 5.9
- PHP版本要求: 7.4
- 稳定标签: master
- 捐赠链接: https://thefragens.com/git-updater-donate
- 许可证: MIT
一个简单的插件,可启用对您GitHub托管WordPress插件、主题和语言包的自动更新。另外还提供了针对Bitbucket、GitLab、Gitea和Gist的API插件。
描述
该插件最初设计用于简单更新任何GitHub托管的WordPress插件或主题。您的插件或主题 必须 在style.css头部或插件头部包含一个标记其在GitHub位置的头部。格式如下。
GitHub Plugin URI: afragen/git-updater
GitHub Plugin URI: https://github.com/afragen/git-updater
或
GitHub Theme URI: afragen/test-child
GitHub Theme URI: https://github.com/afragen/test-child
...其中上述URI指向您主题或插件的 所有者/存储库。URI可以是格式 https://github.com/<所有者>/<repo>
或简短格式 <所有者>/<repo>
。您不需要两者都包含。只需要一个插件或主题URI。您 不应 包含任何扩展名,如 .git
。
API插件
Bitbucket、GitLab、Gitea和Gist的API插件可用。API插件可通过“插件”标签页一键安装。
赞助商
在Git Updater Store购买许可证。一个不限年的许可证非常合理,并允许进行认证的API请求。有一个初始的免费试用期。试用期过后,Git Updater将无法进行认证的API请求。
您可以通过在GitHub上赞助我来帮助持续的开发和支持。
Slack
我们现在有一个Git Updater的Slack团队。请点击此处获取邀请。您将被自动添加到 #general 和 #support 频道。也请查看其他频道。
翻译
如果您是多语言者,我将非常欢迎您对GlotPress for Git Updater的翻译贡献。