Skip to content

Commit 0d51142

Browse files
authored
Merge pull request #148 from mailchimp/wp-compat-6.8
Bump WordPress Tested up to version 6.8
2 parents 62c1c19 + d625504 commit 0d51142

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
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
core:
2929
- {name: 'WP latest', version: 'latest'}
30-
- {name: 'WP minimum', version: 'WordPress/WordPress#6.3'}
30+
- {name: 'WP minimum', version: 'WordPress/WordPress#6.4'}
3131
- {name: 'WP trunk', version: 'WordPress/WordPress#master'}
3232

3333
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.7.0
8-
* Requires at least: 6.3
8+
* Requires at least: 6.4
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.3"/>
15+
<config name="minimum_supported_wp_version" value="6.4"/>
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.3"/>
9+
<config name="minimum_supported_wp_version" value="6.4"/>
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.7
4+
Tested up to: 6.8
55
Stable tag: 1.7.0
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)