1.0.7: Properly quit once the CSV dump is sent, and not embed this in HTML

This commit is contained in:
Garvin Hicking 2018-05-14 14:56:16 +02:00
parent 666d5eeff3
commit 112ea49de2
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,4 @@
1.0.7: Properly quit once the CSV dump is sent, and not embed this in HTML
1.0.6: Typos, German translation, frontend markup fix
1.0.5: Added ability to export and/or remove comments made by users to comply with the Auskunftsgesuch
1.0.3: Added ability to make themes provide a "legal.txt" with information, and a hard-coded internal array that yields information

View file

@ -23,7 +23,7 @@ class serendipity_event_dsgvo_gdpr extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_DSGVO_GDPR_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Serendipity Team');
$propbag->add('version', '1.0.6');
$propbag->add('version', '1.0.7');
$propbag->add('requirements', array(
'serendipity' => '2.0',
'smarty' => '2.6.7',
@ -406,6 +406,7 @@ class serendipity_event_dsgvo_gdpr extends serendipity_event
}
echo "\n";
}
exit;
}
}
}