Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.7.8 #339

Merged
merged 32 commits into from
Aug 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
61f2106
Merge branch 'BWPM-14' into rs-dev
ponddeja Jul 10, 2024
7a2facb
Merge branch 'BWPM-30' into rs-dev
ponddeja Jul 10, 2024
6da54ea
[Fix] Settle function updated to check additional error fields
Jul 11, 2024
22a6f8d
Merge branch 'refs/heads/master' into rs-dev
Jul 18, 2024
8baf2a2
Merge branch 'rs-dev' of https://github.com/reepay/reepay-woocommerce…
ponddeja Jul 18, 2024
5434ccd
Merge branch 'BWSM-29' into rs-dev
ponddeja Jul 23, 2024
96a4608
Merge branch 'BWPM-14' into rs-dev
ponddeja Jul 23, 2024
3fe7712
Fix code standard
ponddeja Jul 23, 2024
6a5b7fb
Update changelog message
ponddeja Jul 23, 2024
13f2272
Merge branch 'BWPM-14' into rs-dev
ponddeja Jul 23, 2024
47df43a
Merge branch 'BWPM-14' into rs-dev
ponddeja Jul 24, 2024
753a324
Disable code change on BWPM-14
ponddeja Jul 24, 2024
e86cc56
Merge branch 'refs/heads/BWPM-40' into rs-dev
Jul 24, 2024
2fab0dc
Fix conflicts merge BWPM-14
ponddeja Jul 24, 2024
15c60f4
Merge remote-tracking branch 'origin/rs-dev' into rs-dev
Jul 24, 2024
7d2a955
Merge remote-tracking branch 'refs/remotes/origin/master' into rs-dev
Aug 2, 2024
696a880
Fix bug calculate amount double from setting skipt order line
ponddeja Aug 14, 2024
b979db8
Fix standard code
ponddeja Aug 14, 2024
0b4c40b
Fix Instant Settle with Setting skip order lines make calculate amoun…
ponddeja Aug 16, 2024
cfbe551
Change patch version 1.7.7.3
ponddeja Aug 16, 2024
46f7431
Update version and changelog message.
ponddeja Aug 19, 2024
f13e72e
Fix change log message
ponddeja Aug 19, 2024
60919a9
Merge branch 'BWSM-32' into rs-dev
ponddeja Aug 19, 2024
cb196fb
Merge branch 'BWSM-32' into rs-dev
ponddeja Aug 19, 2024
2c4782b
Fix code standard and unit test value on function get order items
ponddeja Aug 20, 2024
a6f0680
Fix unit test assertEqualsCanonicalizing get item price
ponddeja Aug 20, 2024
01a91f7
Change version to 1.7.8 and add chengelog message
ponddeja Aug 20, 2024
72e2013
Fix conflicts readme.txt
ponddeja Aug 20, 2024
d1b81a9
Fix code standard
ponddeja Aug 20, 2024
a8c0ba5
Update version 1.7.8 and add change log message
ponddeja Aug 20, 2024
c51d81a
Change version to 1.7.8
ponddeja Aug 20, 2024
ab66db2
Fix change log message
ponddeja Aug 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'refs/remotes/origin/master' into rs-dev
# Conflicts:
#	Readme.txt
ZenTBelL committed Aug 2, 2024
commit 7d2a9551d4752b745f04d2cec98f0ce5b20bad22
12 changes: 8 additions & 4 deletions Readme.txt
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ Tags: billwerk+, visa, mastercard, dankort, mobilepay
Requires at least: 4.0
Tested up to: 6.5.3
Requires PHP: 7.4
Stable tag: 1.7.6.1
Stable tag: 1.7.7
License: GPL
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

@@ -18,9 +18,13 @@ The Billwerk+ Pay plugin extends WooCommerce allowing you to take payments on yo
See installation guide right here: https://docu.billwerk.plus/help/en/apps/woocommerce/setup-woocommerce-plugin.html

== Changelog ==
v 1.7.6.1 -
* [Fix] - The Billwerk+ webhook customer_payment_method_added is missing the payment_method_reference data and create a new rule to address this issue.
* [Improvement] - Add notice when change the status of "Test Mode" (and the keys are different) or if change the "Live Private Key" under settings for the module.
v 1.7.7 -
* [Fix] - Missing payment_method_reference data in the Billwerk+ customer_payment_method_added webhook could cause PHP fatal error.
* [Fix] - WooCommerce Subscriptions had issues with change of payment method where orders got payment authorized but were not automatically captured and set to complete.
* [Fix] - Instant capture didn't work for orders with discount.
* [Fix] - Amounts in order notes were wrong for "Failed to settle" notes and some captures.
* [Improvement] - A WordPress notice appears when the module starts to use another API key. This is because the subscriptions are defined in the Billwerk+ account, and the notice is only showed if the subscription module "Optimize" is installed.
* [Compatibility] - Billwerk+ Optimize version 1.2.7

v 1.7.6 -
* [Fix] - Allow the activation of Santander and enforce a redirect for this payment.
2 changes: 1 addition & 1 deletion reepay-woocommerce-payment.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
* Description: Get a plug-n-play payment solution for WooCommerce, that is easy to use, highly secure and is built to maximize the potential of your e-commerce.
* Author: Billwerk+
* Author URI: http://billwerk.plus
* Version: 1.7.6.1
* Version: 1.7.7
* Text Domain: reepay-checkout-gateway
* Domain Path: /languages
* WC requires at least: 3.0.0
You are viewing a condensed version of this merge commit. You can view the full changes here.