Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/PIWOO-289
Browse files Browse the repository at this point in the history
  • Loading branch information
inpsyde-maticluznar committed Oct 29, 2024
2 parents 1f470cd + 6096a71 commit a245017
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mollie-payments-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Mollie Payments for WooCommerce
* Plugin URI: https://www.mollie.com
* Description: Accept payments in WooCommerce with the official Mollie plugin
* Version: 7.8.1-beta
* Version: 7.8.2
* Author: Mollie
* Author URI: https://www.mollie.com
* Requires at least: 5.0
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,11 @@ Automatic updates should work like a charm; as always though, ensure you backup

== Changelog ==

= 7.8.1-beta - 01-09-2024 =
= 7.8.2 - 08-09-2024 =

* Fixed - Subscription renewal status on-hold instead of active

= 7.8.1 - 07-09-2024 =

* Feature Flag - Initiative - Swish payment method.
* Fixed - Unable to make PayPal payments when surcharge is enabled on product and cart pages.
Expand Down
3 changes: 2 additions & 1 deletion scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
'Automattic',
'^WooCommerce',
'Inpsyde\Assets',
'Mollie'
'Mollie',
], // list<string|regex>
'exclude-constants' => array_merge($wp_constants, [
'WC_VERSION',
Expand All @@ -66,6 +66,7 @@
'exclude-classes' => array_merge($wp_classes, [
'WooCommerce',
'/^WC_/',
'\WCS_Retry_Manager'
]), // list<string|regex>
'exclude-functions' => array_merge($wp_functions, [
'/^wc/',
Expand Down

0 comments on commit a245017

Please sign in to comment.