Skip to content
  • con's avatar
    Allow optional plugin dependencies. · 4116504c
    con authored
    Adds a 'type' attribute to the 'dependency' tag, with possible values
    'required' and 'optional'.
    Optional dependencies may not be linked against. You'll need to use the
    new dynamic methods in plugin manager (retrieving objects and calling
    methods by name) if you want to access functionality of optional
    dependencies.
    4116504c