additional_plugins/serendipity_event_geotag/plugin_version.inc.php
Grischa Brockhaus 27326c3971 geotag:
* Added xml-rpc support
* Deletes geodata now, if article is deleted
* Put db access code into a seperate DB class.
2011-12-27 16:14:17 +01:00

6 lines
185 B
PHP

<?php
// Actual version of both plugins
@define('PLUGIN_EVENT_GEOTAG_VERSION', '1.28');
@define('PLUGIN_EVENT_GEOTAG_AUTHOR', 'Zoran Kovacevic, Grischa Brockhaus, Matthias Gutjahr');