additional_plugins/serendipity_event_geo_json/plugin_version.inc.php
surrim 2a654db0a9
added missing include, updated event_geo_json to v0.2.2 (#119)
Co-authored-by: surrim <surrim@happyhydro.org>
2021-01-08 18:32:46 +01:00

5 lines
123 B
PHP

<?php
@define('PLUGIN_EVENT_GEO_JSON_VERSION', '0.2.2');
@define('PLUGIN_EVENT_GEO_JSON_AUTHOR', 'Martin Sewelies');
?>