Difference between revisions of "New Plugin API Functions in Geeklog 1.6.0"

From GeeklogWiki
Jump to: navigation, search
(added link to new search engine API)
(hook up Plugin API page)
 
Line 1: Line 1:
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.
+
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_pluginStateChange]] (new: detect state change of other plugins)

Latest revision as of 17:46, 23 May 2009

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.

Additionally, the new search engine comes with a new API that is recommended for use in plugins to make the most of the new search functionality in Geeklog 1.6.0. For details, please see Using Geeklog's Improved Search Engine.