=== WooCommerce Systempay Payment ===
Contributors: Lyra Network, Alsacréations
Donate link: 
Tags: payment, Systempay, gateway, checkout, credit card, bank card, e-commerce
Requires at least: 3.5
Tested up to: 4.1
Stable tag: 1.2.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This plug-in links your WordPress WooCommerce shop to the Systempay Payment platform.

== Description ==

The payment plug-in has the following features:
* Compatible with WooCommerce version 2.0.0 and above.
* Management of the single and the installment payment.
* Possibility to define many types of installment payments (2 installments, 3 installments...).
* Automatic redirection to the shop at the end of the payment.
* Setting of a minimum/maximum amount for a credit card payment,
* Selective 3D-Secure depending on the order amount.
* Recording of every order after the payment through a silent URL (Instant Payment Notification).
* Multi language compatibility.
* Multi currencies compatibility.
* Possibility to enable module logs.

== Installation ==

1. Upload the folder `woocommerce-systempay` to the `/wp-content/plugins/` directory
2. Activate the plug-in through the `Plugins` menu in WordPress
3. To configure the plug-in, go to the `Woocommerce > Settings` menu in WordPress then choose `Checkout` tab.

== Screenshots ==

1. Systempay general configuration.
2. Systempay one-time payment configuration.
3. Systempay payment in several times configuration.
4. Systempay payment options in checkout page.

== Changelog ==

= 1.2.2 =
* Bug fix : automatic redirection to payment platform not working with some themes (not use JS window.onload property, use addEventListener/attachEvent functions instead).
* Bug fix : saving order correctly on IPN URL call in multisite mode.
* Replace deprecated code (that gets redirection to platform URL) to avoid notices in log file. 

= 1.2.1 =
* Not use jquery in frontend to avoid redirection problems in some sites.
* Trim spaces from data before sending form to payment platform. 

= 1.2 =
* Single and multi payment in the same plug-in.
* Bug fix when returning back to store on payment error or cancel.
* Improvement of text translations.
* Bug fix : avoid a warning displayed on HTTPS sites.
* Compatibility with WooCommerce version 2.3.

= 1.1a =
* Compatibility with WooCommerce version 2.1

= 1.1 =
* Add the parameter minimum amount to enable selective 3DS.
* Reorganization of the configuration screen in module backend.
* Compatibility with the Systempay multi payment plug-in.

= 1.0a =
* Use hooks to avoid the modification of WooCommerce files on the plug-in (re)install.