Skip to content

Commit

Permalink
add compatibility with php >=7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Polomsky committed Dec 3, 2020
1 parent 1b34f90 commit be8db44
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Prerequisites

- [ ] I have my [server set up correctly](https://guides.wirecard.com/shop_plugins:wcs:woocommerce:installation).
- [ ] I am using a [supported version of WooCommerce](https://guides.wirecard.com/shop_plugins:wcs:woocommerce:start).
- [ ] I have my [server set up correctly](https://guides.qenta.com/shop_plugins:wcs:woocommerce:installation).
- [ ] I am using a [supported version of WooCommerce](https://guides.qenta.com/shop_plugins:wcs:woocommerce:start).

### Versions

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/*
woocommerce-qenta-checkout-seamless/vendor/*
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

Qenta Checkout Seamless plugin for WooCommerce.

Our [Online Guides](https://guides.wirecard.com/) provide further information on payment methods and additional features. Please observe our [terms of use](https://guides.wirecard.com/shop_plugins:info#terms_of_use) regarding plugins.
Our [Online Guides](https://guides.qenta.com/) provide further information on payment methods and additional features. Please observe our [terms of use](https://guides.qenta.com/shop_plugins:info#terms_of_use) regarding plugins.

## Installation
Our [Online Guides](https://guides.wirecard.com/shop_plugins:wcs:woocommerce:start "Installation details") also provide technical documentation, installation and configuration instructions for the plugin.
Our [Online Guides](https://guides.qenta.com/shop_plugins:wcs:woocommerce:start "Installation details") also provide technical documentation, installation and configuration instructions for the plugin.

## Qenta Checkout Seamless
Qenta Checkout Seamless is designed to meet the ambitious demands of merchants offering a wide range of payment methods while at the same time fulfilling PCI DSS compliance. The interface is integrated seamlessly into the online shop and allows a customized configuration of the payment process (cross-selling and up-selling) based on your business.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"homepage": "https://www.qenta-cee.at",
"support": {
"email": "support@qenta.com",
"docs": "https://guides.wirecard.com"
"docs": "https://guides.qenta.com"
},
"require": {
"php": "~7.4.0",
"php": ">=7.2.0",
"psr/http-message": "^1.0",
"qenta/checkout-client-library": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/

define( 'WOOCOMMERCE_GATEWAY_WCS_NAME', 'QentaCheckoutSeamless' );
define( 'WOOCOMMERCE_GATEWAY_WCS_VERSION', '2.0.0' );
define( 'WOOCOMMERCE_GATEWAY_WCS_VERSION', '2.0.1' );

/**
* Config class
Expand Down
Empty file.

0 comments on commit be8db44

Please sign in to comment.