Skip to content

Commit 117569d

Browse files
committed
Merge branch 'release/7.4.2-beta-1-flags'
2 parents 5a7a814 + d64c1d7 commit 117569d

30 files changed

+7859
-16716
lines changed

.distignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,14 @@ patchwork.json
1616
*.config.*
1717
*.md
1818
gulpfile.js
19+
webpack.config.js
20+
readme.md
1921
changelog.txt
2022
psalm.xml
23+
node_modules/
24+
.babelrc
25+
.composer_compiled_assets
26+
.editorconfig
27+
.env.example
28+
.idea/
29+
.psalm/

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php-versions: ['7.2', '7.3', '7.4', '8.0']
11+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1212

1313
name: PHP ${{ matrix.php-versions }}
1414
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
required: true
88
jobs:
99
create_archive:
10-
uses: inpsyde/reusable-workflows/.github/workflows/build-plugin-archive.yml@main
10+
uses: inpsyde/reusable-workflows/.github/workflows/build-plugin-archive.yml@task/build-plugin-archive-without-dep-dependencies
1111
with:
1212
PLUGIN_VERSION: ${{ inputs.PACKAGE_VERSION }}
1313
PHP_VERSION: 7.2

inc/settings/mollie_advanced_settings.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ class="mollie-settings-advanced-payment-desc-label button button-secondary butto
199199
__('Clear now', 'mollie-payments-for-woocommerce')
200200
) . '</a>)',
201201
],
202+
[
203+
'id' => $pluginName . '_sectionend',
204+
'type' => 'sectionend',
205+
],
202206
];
203207

204208
return apply_filters('inpsyde.mollie-advanced-settings', $mollieAdvancedSettings, $pluginName);

mollie-payments-for-woocommerce.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
* Plugin Name: Mollie Payments for WooCommerce
44
* Plugin URI: https://www.mollie.com
55
* Description: Accept payments in WooCommerce with the official Mollie plugin
6-
* Version: 7.4.1
6+
* Version: 7.5.0
77
* Author: Mollie
88
* Author URI: https://www.mollie.com
99
* Requires at least: 5.0
10-
* Tested up to: 6.3
10+
* Tested up to: 6.4
1111
* Text Domain: mollie-payments-for-woocommerce
1212
* Domain Path: /languages
1313
* License: GPLv2 or later
1414
* WC requires at least: 3.9
15-
* WC tested up to: 8.2
15+
* WC tested up to: 8.5
1616
* Requires PHP: 7.2
1717
*/
1818
declare(strict_types=1);

0 commit comments

Comments
 (0)