Minor: Line endings CRLF -> LF
This commit is contained in:
parent
345778385c
commit
10404db947
|
|
@ -1,52 +1,52 @@
|
||||||
{
|
{
|
||||||
"name": "My Example Plugin",
|
"name": "My Example Plugin",
|
||||||
"version": "2.0",
|
"version": "2.0",
|
||||||
"download_url": "http://example.com/updates/example-plugin.zip",
|
"download_url": "http://example.com/updates/example-plugin.zip",
|
||||||
|
|
||||||
"homepage": "http://example.com/",
|
"homepage": "http://example.com/",
|
||||||
"requires": "4.5",
|
"requires": "4.5",
|
||||||
"tested": "4.8",
|
"tested": "4.8",
|
||||||
"last_updated": "2017-01-01 16:17:00",
|
"last_updated": "2017-01-01 16:17:00",
|
||||||
"upgrade_notice": "Here's why you should upgrade...",
|
"upgrade_notice": "Here's why you should upgrade...",
|
||||||
|
|
||||||
"author": "Janis Elsts",
|
"author": "Janis Elsts",
|
||||||
"author_homepage": "http://example.com/",
|
"author_homepage": "http://example.com/",
|
||||||
|
|
||||||
"sections": {
|
"sections": {
|
||||||
"description": "(Required) Plugin description. Basic HTML can be used in all sections.",
|
"description": "(Required) Plugin description. Basic HTML can be used in all sections.",
|
||||||
"installation": "(Recommended) Installation instructions.",
|
"installation": "(Recommended) Installation instructions.",
|
||||||
"changelog": "(Recommended) Changelog. <p>This section will be displayed by default when the user clicks 'View version x.y.z details'.</p>",
|
"changelog": "(Recommended) Changelog. <p>This section will be displayed by default when the user clicks 'View version x.y.z details'.</p>",
|
||||||
"custom_section": "This is a custom section labeled 'Custom Section'."
|
"custom_section": "This is a custom section labeled 'Custom Section'."
|
||||||
},
|
},
|
||||||
|
|
||||||
"icons" : {
|
"icons" : {
|
||||||
"1x" : "http://w-shadow.com/files/external-update-example/assets/icon-128x128.png",
|
"1x" : "http://w-shadow.com/files/external-update-example/assets/icon-128x128.png",
|
||||||
"2x" : "http://w-shadow.com/files/external-update-example/assets/icon-256x256.png"
|
"2x" : "http://w-shadow.com/files/external-update-example/assets/icon-256x256.png"
|
||||||
},
|
},
|
||||||
|
|
||||||
"banners": {
|
"banners": {
|
||||||
"low": "http://w-shadow.com/files/external-update-example/assets/banner-772x250.png",
|
"low": "http://w-shadow.com/files/external-update-example/assets/banner-772x250.png",
|
||||||
"high": "http://w-shadow.com/files/external-update-example/assets/banner-1544x500.png"
|
"high": "http://w-shadow.com/files/external-update-example/assets/banner-1544x500.png"
|
||||||
},
|
},
|
||||||
|
|
||||||
"translations": [
|
"translations": [
|
||||||
{
|
{
|
||||||
"language": "fr_FR",
|
"language": "fr_FR",
|
||||||
"version": "4.0",
|
"version": "4.0",
|
||||||
"updated": "2016-04-22 23:22:42",
|
"updated": "2016-04-22 23:22:42",
|
||||||
"package": "http://example.com/updates/translations/french-language-pack.zip"
|
"package": "http://example.com/updates/translations/french-language-pack.zip"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"language": "de_DE",
|
"language": "de_DE",
|
||||||
"version": "5.0",
|
"version": "5.0",
|
||||||
"updated": "2016-04-22 23:22:42",
|
"updated": "2016-04-22 23:22:42",
|
||||||
"package": "http://example.com/updates/translations/german-language-pack.zip"
|
"package": "http://example.com/updates/translations/german-language-pack.zip"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
"rating": 90,
|
"rating": 90,
|
||||||
"num_ratings": 123,
|
"num_ratings": 123,
|
||||||
|
|
||||||
"downloaded": 1234,
|
"downloaded": 1234,
|
||||||
"active_installs": 12345
|
"active_installs": 12345
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "2.0",
|
"version": "2.0",
|
||||||
"details_url": "http://example.com/version-2.0-details.html",
|
"details_url": "http://example.com/version-2.0-details.html",
|
||||||
"download_url": "http://example.com/example-theme-2.0.zip"
|
"download_url": "http://example.com/example-theme-2.0.zip"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue