2012-02-23, 02:33:44
Bertrand Wrote:hello
there's a version problem with the squareit-loadtab.php that makes getsimple believe the version is 1.0 due to register plugin
Bertrand
I complained about this in the beta thread.
For some reason it ties the filename of the plugin entry to the plugin in extend, instead of using the plugins registered name.
I imagine its to avoid having to read the file when the plugin is disabled. Of course plugins are enabled by default when you install them and can simply show filenames when disabled. So this implementation makes no sense.
It causes issues with plugins that have more than one root php file in it. Or if you try to rename a plugins filename. Which I do alot for testing and localization.