- Posts: 14147
- Thank you received: 2568
Ask the community, share ideas, and connect with other LimeSurvey users!
class myPlugin extends PluginBase
class myPlugin extends \ls\pluginmanager\PluginBase
public function __construct(PluginManager $manager, $id) { parent::__construct($manager, $id);
public function init() {
public function __construct(\ls\pluginmanager\PluginManager $manager, $id) { parent::__construct($manager, $id);
use \ls\pluginmanager\PluginBase use \ls\pluginmanager\PluginManager
What is 2.05? Is that a API version or a LS version?DenisChenu wrote: 1st 2.05 and 2.63.0 : it can be great
I already answer : it's 2.05, not 2.6lts.jelo wrote: What is 2.05? Is that a API version or a LS version?
If it is a LS version the confusion is that the current LTS version is called 2.6.X.
Thanks for pointing it out to me.DenisChenu wrote: I already answer : it's 2.05, not 2.6lts.
+1holch wrote: I really think it was an unnecessary move to rename the 2.0x branch to 2.x... totally confusing for "normal" users. But who needs users, right?
LS GmbH is looking for customers, not users. Customers are users which are paying for something.holch wrote: I really think it was an unnecessary move to rename the 2.0x branch to 2.x... totally confusing for "normal" users. But who needs users, right?
No need to say it is your POV. Currently the LimeSurvey OpenSource Project is 100% steered by and depended on the business decisions of LimeSurvey GmbH. Hopefully we won't get into a Mambo/Joomla situation.DenisChenu wrote: Remind : my Point Of View, i didn't (and never) talk for LimeSurvey.
You can't really, else you have to leave some buggy code and hard to maintain code.jelo wrote: ....
I thought a API versioning should be complete independent from the LS version.
...
Buggy and hard to maintain code is the norm.DenisChenu wrote: You can't really, else you have to leave some buggy code and hard to maintain code.