v3beta4 plugin dependancy not met for PHPDevShell

Bug #688980 reported by jsherk
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PHPDevShell
Invalid
Undecided
Unassigned

Bug Description

I have this in my plugin.config.xml file:
<dependencies>
  <dependence plugin="PHPDevShell" version="0" />
</dependencies>

This worked in v3beta3 but I just upgrade to beta4 and I get the following on the plugin manager page for my plugin:
Dependency not met!
Missing class call -> () from plugin -> (PHPDevShell)

Revision history for this message
TitanKing (titan-phpdevshell) wrote :

Plugin dependency is not according to plugin anymore but class, this makes for a more reliable method for checking dependency. Look at the ExamplePlugin for an example (plugin name can appear multiple times):

  <dependencies>
   <dependence class="controlPanel" plugin="ControlPanel" />
   <dependence class="views" plugin="Smarty" />
   <dependence class="fileManager" plugin="FileMan" />
   <dependence class="imaging" plugin="PHPThumbs" />
   <!-- <dependence class="someOtherCall" plugin="Smarty" /> -->
  </dependencies>

Changed in phpdevshell:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.