mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-03 02:48:45 +08:00
Added new service classes: Maintenance, Acceleration, Adblock, Avatar, Database, Fonts, Performance, and related templates and assets. Updated Service/Base.php to conditionally instantiate service classes only if they exist. Improved Service/Memory.php and Service/Monitor.php with better settings handling and update logic. Enhanced Service/Setting.php to simplify framework title usage. These changes modularize features and improve plugin extensibility and reliability.
69 lines
2.5 KiB
JSON
Executable file
69 lines
2.5 KiB
JSON
Executable file
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "46cf14a68ffba471ee1e2f603a301a9c",
|
|
"packages": [
|
|
{
|
|
"name": "yahnis-elsts/plugin-update-checker",
|
|
"version": "v5.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/YahnisElsts/plugin-update-checker.git",
|
|
"reference": "845d65da93bcff31649ede00d9d73b1beadbb7f0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/YahnisElsts/plugin-update-checker/zipball/845d65da93bcff31649ede00d9d73b1beadbb7f0",
|
|
"reference": "845d65da93bcff31649ede00d9d73b1beadbb7f0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": ">=5.6.20"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"load-v5p5.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Yahnis Elsts",
|
|
"email": "whiteshadow@w-shadow.com",
|
|
"homepage": "https://w-shadow.com/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"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.",
|
|
"homepage": "https://github.com/YahnisElsts/plugin-update-checker/",
|
|
"keywords": [
|
|
"automatic updates",
|
|
"plugin updates",
|
|
"theme updates",
|
|
"wordpress"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/YahnisElsts/plugin-update-checker/issues",
|
|
"source": "https://github.com/YahnisElsts/plugin-update-checker/tree/v5.5"
|
|
},
|
|
"time": "2024-10-16T14:25:00+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.6.0"
|
|
}
|