bump sitemap to 0.59

This commit is contained in:
onli 2019-03-01 20:27:42 +01:00
parent 92ad83baf3
commit ca327e3eb2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
0.59:
-----
* Set xmlns for sitemap-news also with gnews_single mode
0.58.2:
-----
* Added serendipity_request_url API method

View file

@ -30,7 +30,7 @@ class serendipity_event_google_sitemap extends serendipity_event {
$propbag->add('name', PLUGIN_EVENT_SITEMAP_TITLE);
$propbag->add('description', PLUGIN_EVENT_SITEMAP_DESC);
$propbag->add('author', 'Boris');
$propbag->add('version', '0.58.3');
$propbag->add('version', '0.59');
$propbag->add('event_hooks', array(
'backend_publish' => true,
'backend_save' => true,