staticpage 4.15.5: Parameter fix

See https://github.com/s9y/additional_plugins/pull/126
This commit is contained in:
onli 2021-06-06 19:44:28 +02:00
parent 9c9d9fb148
commit 38e0d1de4d
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
4.15.5: Find pages when additional parameters are set.
Thanks to @hbarel for the patch.
Sidebar plugin: 1.19.2: add missing title
4.15.4: Do not die on install when using sqlite as database

View file

@ -90,7 +90,7 @@ 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.15.4');
$propbag->add('version', '4.15.5');
$propbag->add('requirements', array(
'serendipity' => '2.0',
'smarty' => '2.6.7',