New Plugin API Functions in Geeklog 1.6.0
From GeeklogWiki
Revision as of 10:08, 30 April 2009 by Dirk (talk | contribs) (What's new in the Plugin API in 1.6.0)
Geeklog 1.6.0 introduced several new plugin API functions. The main goals of these additions were to improve interaction between plugins, help separate the bundled plugins from the Geeklog Core and ease plugin installation.
- PLG_pluginStateChange (new: detect state change of other plugins)
- PLG_configChange (new: detect config change of other plugins)
- PLG_getDocumentationUrl (new: provide links to documentation)
- PLG_getItemInfo was extended
- PLG_itemSaved was simplified and
PLG_itemDeleted
was added - Plugin Autoinstall was introduced
- PLG_migrate (new: help with site migrations)