Version 1.0 ()
------------------------------------------------------------------------
+ * Change Spartacus plugin to use new SourceForge URLs (garvinhicking)
+
* Added polish language translation by CoSTa
* Fix media browser sorting by authorid causing trouble in SQLite
$propbag->add('description', PLUGIN_EVENT_SPARTACUS_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking');
- $propbag->add('version', '2.5');
+ $propbag->add('version', '2.6');
$propbag->add('requirements', array(
'serendipity' => '0.9',
'smarty' => '2.6.7',
),
'files' => array(
- 'SourceForge.net',
'Netmirror.org',
+ 'SourceForge.net',
's9y.org',
'BerliOS.de'
)
),
'files' => array(
- 'http://cvs.sourceforge.net/viewcvs.py/*checkout*/php-blog/',
'http://netmirror.org/mirror/serendipity/',
+ 'http://php-blog.cvs.sourceforge.net/*checkout*/php-blog/',
'http://s9y.org/mirror/',
'http://svn.berlios.de/viewcvs/serendipity/'
)
}
@chown($stack, $own[0]);
}
-
-
+
+
return true;
}