From 4b93189fd46ddff6fa9e8d5a6aecf985a3cb8eef Mon Sep 17 00:00:00 2001 From: Alejandro Sosa Date: Tue, 3 Jan 2023 16:03:14 +0100 Subject: [PATCH] Release 1.0.42 --- README.md | 6 +++--- docs/en/documentation.html | 4 ++-- wle/Wallee/docs/README.md | 6 +++--- wle/Wallee/docs/install.sql | 1 + wle/Wallee/metadata.php | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4b74168..d500a0d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # OXID 4.10 -v1.0.41, 2022-11 +v1.0.42, 2023-1 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.41/docs/en/documentation.html) +* [English](https://plugin-documentation.wallee.com/wallee-payment/oxid-4.10/1.0.42/docs/en/documentation.html) ## License -Please see the [license file](https://github.com/wallee-payment/oxid-4.10/blob/1.0.41/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.42/LICENSE) for more information. \ No newline at end of file diff --git a/docs/en/documentation.html b/docs/en/documentation.html index 84cdcaf..b73299a 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/docs/README.md b/wle/Wallee/docs/README.md index 4b74168..d500a0d 100644 --- a/wle/Wallee/docs/README.md +++ b/wle/Wallee/docs/README.md @@ -2,7 +2,7 @@ # OXID 4.10 -v1.0.41, 2022-11 +v1.0.42, 2023-1 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.41/docs/en/documentation.html) +* [English](https://plugin-documentation.wallee.com/wallee-payment/oxid-4.10/1.0.42/docs/en/documentation.html) ## License -Please see the [license file](https://github.com/wallee-payment/oxid-4.10/blob/1.0.41/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.42/LICENSE) for more information. \ No newline at end of file diff --git a/wle/Wallee/docs/install.sql b/wle/Wallee/docs/install.sql index 388e225..1c27b40 100644 --- a/wle/Wallee/docs/install.sql +++ b/wle/Wallee/docs/install.sql @@ -83,4 +83,5 @@ CREATE TABLE IF NOT EXISTS `wleWallee_alert` ( INSERT INTO `wleWallee_alert` (`WLEKEY`, `WLEFUNC`, `WLETARGET`, `WLECOUNT`) VALUES ('manual_task', 'manualtask', '_parent', 0); +SET SQL_MODE='ALLOW_INVALID_DATES'; CREATE INDEX idx_wle_oxorder_oxtransstatus ON `oxorder` (`OXTRANSSTATUS`); \ No newline at end of file diff --git a/wle/Wallee/metadata.php b/wle/Wallee/metadata.php index 6df8512..058666e 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.41', + 'version' => '1.0.42', 'author' => 'customweb GmbH', 'url' => 'https://www.customweb.com', 'email' => 'info@customweb.com',