// update version number of the modules

This commit is contained in:
vSchoener
2011-10-27 15:26:02 +00:00
parent 281cb533e3
commit b8218b0fa9
3 changed files with 3 additions and 11 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class CashTicket extends PrepaidServices
{
$this->name = 'cashticket';
$this->tab = 'payments_gateways';
$this->version = '1.3';
$this->version = '1.4';
$this->module_dir = dirname(__FILE__);
$this->certificat_dir = dirname(__FILE__).'/keyring/';
$this->need_instance = 0;
+1 -9
View File
@@ -25,14 +25,6 @@
* International Registered Trademark & Property of PrestaShop SA
*/
function debugLog($content)
{
ob_start();
var_dump($content);
$result = ob_get_clean();
file_put_contents(dirname(__FILE__).'/logTest.log', $result, FILE_APPEND);
}
if (!defined('_PS_VERSION_'))
exit;
@@ -98,7 +90,7 @@ class dibs extends PaymentModule
{
$this->name = 'dibs';
$this->tab = 'payments_gateways';
$this->version = '1.1';
$this->version = '1.2';
$this->author = 'PrestaShop';
parent::__construct();
+1 -1
View File
@@ -58,7 +58,7 @@ class PaysafeCard extends PSCPrepaidServices
{
$this->name = 'paysafecard';
$this->tab = 'payments_gateways';
$this->version = '1.3';
$this->version = '1.4';
$this->module_dir = dirname(__FILE__);
$this->certificat_dir = dirname(__FILE__).'/keyring/';
$this->need_instance = 0;