removed get_directory() method from PluginControllerThis method did absolutely nothing and just returned the plugin name.
moved plugin controller to Extension namespace
deprecated trigger_event() in favor of a static method on Event
First go at moving the plugin classes into their own namespace
123