Any changes to the plug-in engine?

rspock / 2012-06-15 13:29:25   

Are there any changement on the plug-in engine?
I wrote a lot of plug-ins and I don't want to pay for the new version and get a not working site.

Thanks.

Vaska A / 2012-06-17 13:27:33   

In the Help section I mention the basic changes around plugins. It's mostly cosmetic...

  1. <plug: -> <plugin:

And, now, calling up the function...

  1. <plugin:myfunction 'vars' />

And, if your plugin is a class

  1. <plugin:class:object 'vars' />

This thread has been closed, thank you.