added missing include, updated event_geo_json to v0.2.2 (#119)

Co-authored-by: surrim <surrim@happyhydro.org>
This commit is contained in:
surrim 2021-01-08 18:32:46 +01:00 committed by GitHub
parent 2cabb764da
commit 2a654db0a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,9 @@
0.2.2:
---
* Added missing include
0.2.1:
---
* convert date, size and catergory ids to int, 3% smaller output
* Convert date, size and catergory ids to int, 3% smaller output

View file

@ -1,4 +1,4 @@
<?php
@define('PLUGIN_EVENT_GEO_JSON_VERSION', '0.2.1');
@define('PLUGIN_EVENT_GEO_JSON_VERSION', '0.2.2');
@define('PLUGIN_EVENT_GEO_JSON_AUTHOR', 'Martin Sewelies');
?>

View file

@ -4,6 +4,7 @@
}
@serendipity_plugin_api::load_language(dirname(__FILE__));
include dirname(__FILE__) . '/plugin_version.inc.php';
class serendipity_event_geo_json extends serendipity_event
{