Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_spartacus
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28038/serendipity_event_spartacus
Modified Files:
serendipity_event_spartacus.php
Log Message:
Add s9yVersion property bag attribute to specify minumum s9y version required
Index: serendipity_event_spartacus.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- serendipity_event_spartacus.php 28 Jan 2005 13:42:29 -0000 1.6
+++ serendipity_event_spartacus.php 9 Feb 2005 15:21:06 -0000 1.7
@@ -45,6 +45,7 @@
$propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking');
$propbag->add('version', '1.01');
+ $propbag->add('s9yVersion', '0.8');
$propbag->add('event_hooks', array(
'backend_plugins_sidebar_header' => true,
'backend_plugins_event_header' => true,
|