Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

I can't upload my plugin

edited March 2018 in Vanilla 2.0 - 2.8

When I try to upload new version I get

This is content of addon.json:
{
"key": "YandexMetrika",
"name": "Yandex Metrika",
"description": "Yandex Metrika Counter",
"Version": "0.3.0",
"type": "addon",
"mobileFriendly": true,
"settingsUrl": "/settings/yandexmetrika",
"settingsPermission": "Garden.Settings.Manage",
"icon": "icon.png",
"authors": [
{
"name": "Ivan Gurin",
"email": "ivan@gurin.su",
"homepage": "https://open.vanillaforums.com/profile/Ivan_Gurin"
}
],
"require": {
"vanilla": ">=2.0.0"
}
}

Comments

  • Options

    Currently the addon.json file is not used while parsing information in the addon section.

    So you still need to define a $PluginInfo array in your main plugin file, unfortunately.

    Working on a fix, but it's rather hard to disentangle the old vs. new system.

Sign In or Register to comment.