[wp-trac] [WordPress Trac] #30465: Dashboard alert if a plugin/theme was removed from WordPress repo
WordPress Trac
noreply at wordpress.org
Tue Oct 29 07:36:18 UTC 2024
#30465: Dashboard alert if a plugin/theme was removed from WordPress repo
---------------------------------------------+-----------------------
Reporter: sergej.mueller | Owner: (none)
Type: feature request | Status: reopened
Priority: normal | Milestone: 6.8
Component: Security | Version:
Severity: normal | Resolution:
Keywords: dev-feedback security has-patch | Focuses:
---------------------------------------------+-----------------------
Comment (by dd32):
Here's an API request to test with.
{{{
curl https://api.wordpress.org/plugins/update-check/1.2/ --data
'plugins={"plugins":{"oembed-api/oembed-
api.php":{"UpdateURI":"w.org/plugins/oembed-
api","Name":"oEmbed+API","Version":"0.1"},"test-
plugin-4.php":{"UpdateURI":"w.org/plugins/test-
plugin-4","Name":"Test+Plugin+4","Version":"0.1"}}}'
}}}
(Note, two closed plugins included, one of which isn't yet 'public')
Results in:
{{{
{
"plugins": [],
"translations": [],
"no_update": [],
"closed": {
"oembed-api/oembed-api.php": {
"id": "w.org/plugins/oembed-api",
"slug": "oembed-api",
"plugin": "oembed-api/oembed-api.php",
"url": "https://wordpress.org/plugins/oembed-api/",
"closed_on": "2015-10-02",
"closed_reason": "merged-into-core"
}
}
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30465#comment:46>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list