Skip to content

Commit

Permalink
Bump to version 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
siwane committed Aug 29, 2018
1 parent 57ce90d commit da96119
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions manifest.php
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<?php
/**
/**
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; under version 2
* of the License (non-upgradable).
*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*
* Copyright (c) 2002-2008 (original work) Public Research Centre Henri Tudor & University of Luxembourg (under the project TAO & TAO2);
* 2008-2010 (update and modification) Deutsche Institut für Internationale Pädagogische Forschung (under the project TAO-TRANSFER);
* 2009-2012 (update and modification) Public Research Centre Henri Tudor (under the project TAO-SUSTAIN & TAO-DEV);
*
*
*/

/*
Expand All @@ -33,7 +33,7 @@
'label' => 'Test-taker core extension',
'description' => 'TAO TestTaker extension',
'license' => 'GPL-2.0',
'version' => '3.9.0',
'version' => '3.9.1',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
'requires' => array(
'tao' => '>=19.11.0',
Expand Down Expand Up @@ -63,19 +63,19 @@
'constants' => array(
# actions directory
"DIR_ACTIONS" => $extpath."actions".DIRECTORY_SEPARATOR,

# views directory
"DIR_VIEWS" => $extpath."views".DIRECTORY_SEPARATOR,

# default module name
'DEFAULT_MODULE_NAME' => 'TestTaker',

#default action name
'DEFAULT_ACTION_NAME' => 'index',

#BASE PATH: the root path in the file system (usually the document root)
'BASE_PATH' => $extpath,

#BASE URL (usually the domain root)
'BASE_URL' => ROOT_URL .'taoTestTaker/',
)
Expand Down
4 changes: 2 additions & 2 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* Class Updater
* @package oat\taoTestTaker\scripts\update
*/
class Updater extends \common_ext_ExtensionUpdater
class Updater extends \common_ext_ExtensionUpdater
{
/**
* @param $initialVersion
Expand Down Expand Up @@ -83,6 +83,6 @@ public function update($initialVersion)

$this->setVersion('3.7.0');
}
$this->skip('3.7.0', '3.9.0');
$this->skip('3.7.0', '3.9.1');
}
}

0 comments on commit da96119

Please sign in to comment.