feat: Argon WordPress主题完整版本
- 基于Argon主题的WordPress博客主题 - 支持响应式设计和暗色模式 - 包含完整的文章管理和评论系统 - 集成友情链接管理功能 - 支持多种自定义设置选项 - 优化的用户界面和交互体验
This commit is contained in:
22
theme-update-checker/composer.json
Normal file
22
theme-update-checker/composer.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "yahnis-elsts/plugin-update-checker",
|
||||
"type": "library",
|
||||
"description": "A custom update checker for WordPress plugins and themes. Useful if you can't host your plugin in the official WP repository but still want it to support automatic updates.",
|
||||
"keywords": ["wordpress", "plugin updates", "automatic updates", "theme updates"],
|
||||
"homepage": "https://github.com/YahnisElsts/plugin-update-checker/",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Yahnis Elsts",
|
||||
"email": "whiteshadow@w-shadow.com",
|
||||
"homepage": "http://w-shadow.com/",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"files": ["load-v4p8.php"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user