Currently experimenting with a lambda-like wrapper for 5.2. At the time of speaking it seems to work for 5.2.0 upwards. The syntax isn't great, and it still suffers from the problems of
A plugin updating system would be grand, actually. And sign me up for per-plugin config files.
As for having plugins be in their own separate folders, that can easily be implemented now without breaking the backend, can't it? Like checking for a
create_function
, but it's at least a step in the right direction for 5.2 closure compatibility.A plugin updating system would be grand, actually. And sign me up for per-plugin config files.
As for having plugins be in their own separate folders, that can easily be implemented now without breaking the backend, can't it? Like checking for a
plugins/your_plugin/index.php
file and loading that if it exists, and reverting to plugins/your_plugin.php
otherwise?