Fix flexbox bug in Safari + iOS Safari

This commit is contained in:
Matthias Mees 2016-06-21 17:04:28 +02:00
parent 163fcd75a7
commit 962556a70b
2 changed files with 3 additions and 3 deletions

View file

@ -15,8 +15,8 @@ class serendipity_event_social extends serendipity_event {
$propbag->add('name', PLUGIN_EVENT_SOCIAL_NAME);
$propbag->add('description', PLUGIN_EVENT_SOCIAL_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'onli');
$propbag->add('version', '0.1');
$propbag->add('author', 'onli, Matthias Mees');
$propbag->add('version', '0.2');
$propbag->add('requirements', array(
'serendipity' => '2.0'
));

File diff suppressed because one or more lines are too long