Skip to content

Commit 34a67a3

Browse files
authored
Merge pull request #71 from mailchimp/wp-compat-6.7
Bump WordPress Tested up to version 6.7
2 parents b86c227 + dacfd76 commit 34a67a3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
core:
2626
- {name: 'WP latest', version: 'latest'}
27-
- {name: 'WP minimum', version: 'WordPress/WordPress#6.1'}
27+
- {name: 'WP minimum', version: 'WordPress/WordPress#6.3'}
2828
- {name: 'WP trunk', version: 'WordPress/WordPress#master'}
2929

3030
steps:

mailchimp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Add a Mailchimp signup form block, widget or shortcode to your WordPress site.
66
* Text Domain: mailchimp
77
* Version: 1.6.1
8-
* Requires at least: 6.1
8+
* Requires at least: 6.3
99
* Requires PHP: 7.0
1010
* PHP tested up to: 8.3
1111
* Author: Mailchimp

phpcs-compat.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<exclude-pattern>*/node_modules/*</exclude-pattern>
1313
<exclude-pattern>*/vendor/*</exclude-pattern>
1414

15-
<config name="minimum_supported_wp_version" value="6.1"/>
15+
<config name="minimum_supported_wp_version" value="6.3"/>
1616
<config name="testVersion" value="7.0-"/>
1717
</ruleset>

phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<exclude-pattern>*/tests/*</exclude-pattern>
88

9-
<config name="minimum_supported_wp_version" value="6.1"/>
9+
<config name="minimum_supported_wp_version" value="6.3"/>
1010
<config name="testVersion" value="7.0-"/>
1111

1212
<!-- Exclude the PHPCompatibilityWP ruleset -->

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Mailchimp List Subscribe Form ===
22
Contributors: Mailchimp
33
Tags: mailchimp, email, newsletter, signup, marketing
4-
Tested up to: 6.6
4+
Tested up to: 6.7
55
Stable tag: 1.6.1
66
License: GPL-2.0-or-later
77
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html

0 commit comments

Comments
 (0)