From 065f6a459d42903527fc26aa74920f3320abc870 Mon Sep 17 00:00:00 2001 From: Alejandro Sosa Date: Tue, 3 Jan 2023 16:01:28 +0100 Subject: [PATCH] Release 1.0.42 --- README.md | 6 +++--- docs/README.md | 6 +++--- docs/en/documentation.html | 4 ++-- docs/install.sql | 1 + metadata.php | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5b2f526..06eaa22 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # OXID 6.X -v1.0.41, 2022-11 +v1.0.42, 2023-1 This repository contains the OXID PostFinance Checkout payment module that enables the shop to process payments with [PostFinance Checkout](https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html). @@ -33,8 +33,8 @@ Support queries can be issued on the [PostFinance Checkout support site](https:/ ## Documentation -* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/oxid-6.0/1.0.41/docs/en/documentation.html) +* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/oxid-6.0/1.0.42/docs/en/documentation.html) ## License -Please see the [license file](https://github.com/pfpayments/oxid-6.0/blob/1.0.41/LICENSE) for more information. \ No newline at end of file +Please see the [license file](https://github.com/pfpayments/oxid-6.0/blob/1.0.42/LICENSE) for more information. \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index 5b2f526..06eaa22 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@ # OXID 6.X -v1.0.41, 2022-11 +v1.0.42, 2023-1 This repository contains the OXID PostFinance Checkout payment module that enables the shop to process payments with [PostFinance Checkout](https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html). @@ -33,8 +33,8 @@ Support queries can be issued on the [PostFinance Checkout support site](https:/ ## Documentation -* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/oxid-6.0/1.0.41/docs/en/documentation.html) +* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/oxid-6.0/1.0.42/docs/en/documentation.html) ## License -Please see the [license file](https://github.com/pfpayments/oxid-6.0/blob/1.0.41/LICENSE) for more information. \ No newline at end of file +Please see the [license file](https://github.com/pfpayments/oxid-6.0/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 4666240..4c57eba 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 root directory of your store using FTP/SSH.

      diff --git a/docs/install.sql b/docs/install.sql index bd5c560..c50ca1c 100644 --- a/docs/install.sql +++ b/docs/install.sql @@ -83,4 +83,5 @@ CREATE TABLE IF NOT EXISTS `pfcPostFinanceCheckout_alert` ( INSERT INTO `pfcPostFinanceCheckout_alert` (`PFCKEY`, `PFCFUNC`, `PFCTARGET`, `PFCCOUNT`) VALUES ('manual_task', 'manualtask', '_parent', 0); +SET SQL_MODE='ALLOW_INVALID_DATES'; CREATE INDEX idx_pfc_oxorder_oxtransstatus ON `oxorder` (`OXTRANSSTATUS`); \ No newline at end of file diff --git a/metadata.php b/metadata.php index a876b50..f80d1bc 100644 --- a/metadata.php +++ b/metadata.php @@ -29,7 +29,7 @@ 'en' => 'PFC PostFinanceCheckout 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',