Make WordPress Core

Changes between Version 5 and Version 7 of Ticket #51092


Ignore:
Timestamp:
08/21/2020 05:57:15 PM (5 years ago)
Author:
carike
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51092 – Description

    v5 v7  
    4141               "description": "Please supply the slug, if the code relates to a plugin or a theme.",
    4242               "type": "string"
     43            },
     44            "componentVersion": {
     45               "description": "Please supply the plugin or theme's version number, or the Core version, if the component is Core.",
     46               "type": "string"
    4347            }
    4448         }
     
    97101         }
    98102      },
    99       "APIEndpoints": {
    100          "description": "Please provide a comma-separated list of URLs for any internal API endpoints that are created by the code using example.com as the domain.",
    101          "type": "string"
     103      "openWebParticipation": {
     104         "type": "object",
     105         "properties": {
     106            "APIEndpoints": {
     107               "description": "Please provide a comma-separated list of URLs for any internal API endpoints that are created by the code using example.com as the domain.",
     108               "type": "string"
     109            },
     110            "Feeds": {
     111               "description": "Please provide a comma-separated list of URLs for any internal feeds that are created by the code, using example.com as the domain.",
     112         }
    102113      },
    103114      "clientSideStorage": {
     
    131142            "CreatesCustomTables": {
    132143               "description": "Please indicate TRUE / FALSE as to whether the code creates any custom tables in the database.",
     144               "type": "boolean"
     145            }
     146         }
     147      },
     148      "otherStorage": {
     149         "type": "object",
     150         "properties": {
     151            "writesToTxtLogs": {
     152               "type": "boolean"
     153            },
     154            "altersFileStructure": {
    133155               "type": "boolean"
    134156            }
     
    185207         }
    186208      }
     209   }
     210}