Skip to content

Commit 3fbb73e

Browse files
committed
Merge branch 'release/7.9.0'
2 parents 6096a71 + 9459640 commit 3fbb73e

File tree

87 files changed

+2339
-1836
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+2339
-1836
lines changed

.distignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resources/
66
!vendor/mollie/mollie-api-php/Resources
77
vendor/**/test*
88
vendor/mollie/mollie-api-php/examples/
9-
languages/*.po
9+
languages/
1010
bin/
1111
*.lock
1212
composer.json

.idea/WooCommerce.iml

Lines changed: 56 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.psalm/stubs.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ function as_unschedule_action($string) {}
44
function mollieWooCommerceIsCheckoutContext() {}
55
function wcs_get_subscriptions($subs) {}
66
function mollieWooCommerceFormatCurrencyValue($value, $currency){}
7-
function mollieDeleteWPTranslationFiles(){}
87
function mollieWooCommerceIsPayPalButtonEnabled($page){}
98
function mollieWooCommerceIsApplePayDirectEnabled($page){}
109
function mollieWooCommerceCheckIfNeedShipping($product){}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"ext-intl": "*",
2121
"ext-json": "*",
2222
"mollie/mollie-api-php": "^v2.40",
23-
"inpsyde/modularity": "^1.3.0",
24-
"psr/container": "1.0.0",
23+
"inpsyde/modularity": "^1.7.4",
24+
"psr/container": "1.1.0",
2525
"psr/log":"^1.1.4",
2626
"sniccowp/php-scoper-wordpress-excludes": "^6.6"
2727
},

0 commit comments

Comments
 (0)