Skip to content

Commit

Permalink
Merge pull request #71 from mailchimp/wp-compat-6.7
Browse files Browse the repository at this point in the history
Bump WordPress Tested up to version 6.7
  • Loading branch information
vikrampm1 authored Nov 11, 2024
2 parents b86c227 + dacfd76 commit 34a67a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
core:
- {name: 'WP latest', version: 'latest'}
- {name: 'WP minimum', version: 'WordPress/WordPress#6.1'}
- {name: 'WP minimum', version: 'WordPress/WordPress#6.3'}
- {name: 'WP trunk', version: 'WordPress/WordPress#master'}

steps:
Expand Down
2 changes: 1 addition & 1 deletion mailchimp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Add a Mailchimp signup form block, widget or shortcode to your WordPress site.
* Text Domain: mailchimp
* Version: 1.6.1
* Requires at least: 6.1
* Requires at least: 6.3
* Requires PHP: 7.0
* PHP tested up to: 8.3
* Author: Mailchimp
Expand Down
2 changes: 1 addition & 1 deletion phpcs-compat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<exclude-pattern>*/node_modules/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>

<config name="minimum_supported_wp_version" value="6.1"/>
<config name="minimum_supported_wp_version" value="6.3"/>
<config name="testVersion" value="7.0-"/>
</ruleset>
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

<config name="minimum_supported_wp_version" value="6.1"/>
<config name="minimum_supported_wp_version" value="6.3"/>
<config name="testVersion" value="7.0-"/>

<!-- Exclude the PHPCompatibilityWP ruleset -->
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Mailchimp List Subscribe Form ===
Contributors: Mailchimp
Tags: mailchimp, email, newsletter, signup, marketing
Tested up to: 6.6
Tested up to: 6.7
Stable tag: 1.6.1
License: GPL-2.0-or-later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
Expand Down

0 comments on commit 34a67a3

Please sign in to comment.