mirror of
https://github.com/WenPai-org/wpslug.git
synced 2025-08-03 05:33:19 +08:00
Added the Plugin Update Checker library under lib/plugin-update-checker and integrated it into WPSlug_Core for automatic update checks. This enables update notifications and management for the plugin via a remote JSON metadata file.
5 lines
No EOL
145 B
JSON
5 lines
No EOL
145 B
JSON
{
|
|
"version": "2.0",
|
|
"details_url": "http://example.com/version-2.0-details.html",
|
|
"download_url": "http://example.com/example-theme-2.0.zip"
|
|
} |