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

From GeeklogWiki
Jump to: navigation, search
(What's new in the Plugin API in 1.6.0)
 
(added link to new search engine API)
Line 8: Line 8:
 
* [[Plugin Autoinstall]] was introduced
 
* [[Plugin Autoinstall]] was introduced
 
* [[PLG_migrate]] (new: help with site migrations)
 
* [[PLG_migrate]] (new: help with site migrations)
 +
 +
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]].
  
  
 
[[Category:Plugin Development]]
 
[[Category:Plugin Development]]

Revision as of 07:46, 1 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.