Document changes

This commit is contained in:
Matthias Mees 2016-06-22 11:03:37 +02:00
parent b80cc7d573
commit 3ea9707303
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
0.5:
* Add latin1 lang files (de/en)
* Add ChangeLog
0.4:
* Always have the info button at the end

View file

@ -16,7 +16,7 @@ class serendipity_event_social extends serendipity_event {
$propbag->add('description', PLUGIN_EVENT_SOCIAL_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'onli, Matthias Mees');
$propbag->add('version', '0.4');
$propbag->add('version', '0.5');
$propbag->add('requirements', array(
'serendipity' => '2.0'
));