From 60620aa789b6171230849807d7c435470e4b623f Mon Sep 17 00:00:00 2001 From: Alejandro Sosa Date: Mon, 7 Nov 2022 09:23:45 +0100 Subject: [PATCH] Release 1.0.40 --- README.md | 6 +++--- docs/en/documentation.html | 4 ++-- wle/Wallee/Application/Model/Alert.php | 11 ----------- wle/Wallee/docs/README.md | 6 +++--- wle/Wallee/metadata.php | 2 +- 5 files changed, 9 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 0916802..ed3c728 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # OXID 4.10 -v1.0.39, 2022-10 +v1.0.40, 2022-11 This repository contains the OXID wallee payment module that enables the shop to process payments with [wallee](https://www.wallee.com). @@ -19,8 +19,8 @@ Support queries can be issued on the [wallee support site](https://app-wallee.co ## Documentation -* [English](https://plugin-documentation.wallee.com/wallee-payment/oxid-4.10/1.0.39/docs/en/documentation.html) +* [English](https://plugin-documentation.wallee.com/wallee-payment/oxid-4.10/1.0.40/docs/en/documentation.html) ## License -Please see the [license file](https://github.com/wallee-payment/oxid-4.10/blob/1.0.39/LICENSE) for more information. \ No newline at end of file +Please see the [license file](https://github.com/wallee-payment/oxid-4.10/blob/1.0.40/LICENSE) for more information. \ No newline at end of file diff --git a/docs/en/documentation.html b/docs/en/documentation.html index 18cf2f1..faf1359 100644 --- a/docs/en/documentation.html +++ b/docs/en/documentation.html @@ -22,7 +22,7 @@

Documentation

  • - + Source
  • @@ -49,7 +49,7 @@

    1. -

      Download the extension.

      +

      Download the extension.

    2. Extract the files and upload them to the modules directory of your store using FTP/SSH.

      diff --git a/wle/Wallee/Application/Model/Alert.php b/wle/Wallee/Application/Model/Alert.php index 3957966..77e33f1 100644 --- a/wle/Wallee/Application/Model/Alert.php +++ b/wle/Wallee/Application/Model/Alert.php @@ -12,7 +12,6 @@ namespace Wle\Wallee\Application\Model; require_once(OX_BASE_PATH . 'modules/wle/Wallee/autoload.php'); -; /** * Class Alert. @@ -44,14 +43,4 @@ public static function loadAll() { $query = "SELECT `WLEKEY`, `WLECOUNT`, `WLEFUNC`, `WLETARGET` FROM `wleWallee_alert`"; return \oxdb::getDb()->getAll($query); } - - /** - * Class constructor. - */ - public function __construct() - { - parent::__construct(); - - $this->init(self::getTableName()); - } } \ No newline at end of file diff --git a/wle/Wallee/docs/README.md b/wle/Wallee/docs/README.md index 0916802..ed3c728 100644 --- a/wle/Wallee/docs/README.md +++ b/wle/Wallee/docs/README.md @@ -2,7 +2,7 @@ # OXID 4.10 -v1.0.39, 2022-10 +v1.0.40, 2022-11 This repository contains the OXID wallee payment module that enables the shop to process payments with [wallee](https://www.wallee.com). @@ -19,8 +19,8 @@ Support queries can be issued on the [wallee support site](https://app-wallee.co ## Documentation -* [English](https://plugin-documentation.wallee.com/wallee-payment/oxid-4.10/1.0.39/docs/en/documentation.html) +* [English](https://plugin-documentation.wallee.com/wallee-payment/oxid-4.10/1.0.40/docs/en/documentation.html) ## License -Please see the [license file](https://github.com/wallee-payment/oxid-4.10/blob/1.0.39/LICENSE) for more information. \ No newline at end of file +Please see the [license file](https://github.com/wallee-payment/oxid-4.10/blob/1.0.40/LICENSE) for more information. \ No newline at end of file diff --git a/wle/Wallee/metadata.php b/wle/Wallee/metadata.php index efdef5d..34902ed 100644 --- a/wle/Wallee/metadata.php +++ b/wle/Wallee/metadata.php @@ -31,7 +31,7 @@ 'en' => 'WLE Wallee Module' ), 'thumbnail' => 'out/pictures/picture.png', - 'version' => '1.0.39', + 'version' => '1.0.40', 'author' => 'customweb GmbH', 'url' => 'https://www.customweb.com', 'email' => 'info@customweb.com',