# $Id$
+Version 1.0.3 ()
+------------------------------------------------------------------------
+
+ * Fix PHP 5.2.0 compatibility issue.
+
+ * Some minor 1.1 bug backports:
+
+ - Fix a problem where spartacus did not properly assign configured
+ permissions to downloaded directories, thanks to danilo from
+ the forums!
+
Version 1.0.2 (October 18th, 2006)
------------------------------------------------------------------------
$propbag->add('description', PLUGIN_EVENT_SPARTACUS_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking');
- $propbag->add('version', '2.7');
+ $propbag->add('version', '2.8');
$propbag->add('requirements', array(
'serendipity' => '0.9',
'smarty' => '2.6.7',
$url = $mirror . '/' . $sfloc . '/' . $file . '?rev=1.9999';
$target = $pdir . $file;
@mkdir($pdir . $plugin_to_install);
+ $this->fileperm($pdir . $plugin_to_install, true);
$this->fetchfile($url, $target);
if (!isset($baseDir)) {
$baseDirs = explode('/', $file);