bump version and required version

This commit is contained in:
Garvin Hicking 2016-10-10 12:07:02 +02:00
parent ca65ebd912
commit 40396371d2
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
4.11 S9y 2.0 backend theming changes, marked as required version
4.09 S9y 2.0 serendipity_editor.js reference file fixes
4.08 Fix 2.0 backend template chaining

View file

@ -91,9 +91,9 @@ class serendipity_event_staticpage extends serendipity_event
$propbag->add('page_configuration', $this->config);
$propbag->add('type_configuration', $this->config_types);
$propbag->add('author', 'Marco Rinck, Garvin Hicking, David Rolston, Falk Doering, Stephan Manske, Pascal Uhlmann, Ian, Don Chambers');
$propbag->add('version', '4.10');
$propbag->add('version', '4.11');
$propbag->add('requirements', array(
'serendipity' => '1.3',
'serendipity' => '2.0',
'smarty' => '2.6.7',
'php' => '4.1.0'
));