diff --git a/plugins/serendipity_plugin_authors/serendipity_plugin_authors.php b/plugins/serendipity_plugin_authors/serendipity_plugin_authors.php index 76269394..af5da501 100644 --- a/plugins/serendipity_plugin_authors/serendipity_plugin_authors.php +++ b/plugins/serendipity_plugin_authors/serendipity_plugin_authors.php @@ -16,7 +16,7 @@ class serendipity_plugin_authors extends serendipity_plugin $propbag->add('description', AUTHOR_PLUGIN_DESC); $propbag->add('stackable', true); $propbag->add('author', 'Serendipity Team'); - $propbag->add('version', '2.2'); + $propbag->add('version', '2.2'); // NOTE: This plugin is also in the central repository. Commit changes to the core, too :) $propbag->add('configuration', array('image', 'allow_select', 'title', 'showartcount', 'mincount')); $propbag->add('groups', array('FRONTEND_VIEWS')); }