diff --git a/CHANGES.md b/CHANGES.md index 7eec41f..c5edb9d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,10 @@ Changelog ========= +1.6.8 +----- +* WooCommerce: Issue with order completion fixed + 1.6.7 ----- * WooCommerce: Switching live/test-modes results in "offer not found" - fixed diff --git a/README.md b/README.md index 7edeb22..4d842de 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ PAYMILL for WordPress * Tags: paymill, creditcard, elv, payment, woocommerce, paybutton, ecommerce, debitcard, subscriptions * Requires at least: 3.9 * Tested up to: 3.9 -* Stable tag: 1.6.6 +* Stable tag: 1.6.8 * License: [GPLv3 or later](http://www.gnu.org/licenses/gpl-3.0.html) With PAYMILL you are able to provide credit card based payments for your customers. diff --git a/lib/integration/woocommerce.inc.php b/lib/integration/woocommerce.inc.php index c416caf..92299c1 100644 --- a/lib/integration/woocommerce.inc.php +++ b/lib/integration/woocommerce.inc.php @@ -639,8 +639,6 @@ public function process_payment($order_id){ // process subscriptions & products if($this->processSubscriptions() && $this->processProducts()){ - var_dump('test'); -die('end'); // success if(method_exists($this->order, 'payment_complete')){ // if order contains subscription, mark payment complete later when webhook triggers succeeded payment diff --git a/paymill.php b/paymill.php index 128b799..2c1e3b6 100644 --- a/paymill.php +++ b/paymill.php @@ -3,7 +3,7 @@ Plugin Name: Paymill Plugin URI: https://www.paymill.com Description: Payments made easy -Version: 1.6.7 +Version: 1.6.8 Author: Matthias Reuter info@straightvisions.com Author URI: http://elbnetz.com */ diff --git a/readme.txt b/readme.txt index 899ab89..4d5ba28 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: Tags: paymill, creditcard, elv, payment, woocommerce, paybutton, ecommerce, debitcard, subscriptions Requires at least: 3.9 Tested up to: 3.9 -Stable tag: 1.6.7 +Stable tag: 1.6.8 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -145,6 +145,10 @@ custom theme file on 'THEME_DIR/paymill/pay_button.php' (it will replace '/paymi == Changelog == += 1.6.8 = + +* WooCommerce: Issue with order completion fixed + = 1.6.7 = * WooCommerce: Switching live/test-modes results in "offer not found" - fixed @@ -285,6 +289,10 @@ WooCommerce support added == Upgrade Notice == += 1.6.8 = + +* WooCommerce: Issue with order completion fixed + = 1.6.7 = * WooCommerce: Switching live/test-modes results in "offer not found" - fixed