From b8218b0fa92eb5dbb2cb742e0d36cf8a9d11ec4d Mon Sep 17 00:00:00 2001 From: vSchoener Date: Thu, 27 Oct 2011 15:26:02 +0000 Subject: [PATCH] // update version number of the modules --- modules/cashticket/cashticket.php | 2 +- modules/dibs/dibs.php | 10 +--------- modules/paysafecard/paysafecard.php | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/modules/cashticket/cashticket.php b/modules/cashticket/cashticket.php index 6f1e5f134..475c84708 100644 --- a/modules/cashticket/cashticket.php +++ b/modules/cashticket/cashticket.php @@ -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; diff --git a/modules/dibs/dibs.php b/modules/dibs/dibs.php index aa27f64c0..a628cd287 100644 --- a/modules/dibs/dibs.php +++ b/modules/dibs/dibs.php @@ -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(); diff --git a/modules/paysafecard/paysafecard.php b/modules/paysafecard/paysafecard.php index 2915172fe..722057ebd 100644 --- a/modules/paysafecard/paysafecard.php +++ b/modules/paysafecard/paysafecard.php @@ -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;