From 0fa97a5382e9b2a263dffe46fc3343ca5b979180 Mon Sep 17 00:00:00 2001 From: Sumit Bagthariya <67687255+qasumitbagthariya@users.noreply.github.com> Date: Fri, 25 Oct 2024 01:36:44 +0530 Subject: [PATCH 1/2] version bump --- mailchimp.php | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mailchimp.php b/mailchimp.php index d19e900..6a21644 100644 --- a/mailchimp.php +++ b/mailchimp.php @@ -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.5 * Requires PHP: 7.0 * PHP tested up to: 8.3 * Author: Mailchimp diff --git a/readme.txt b/readme.txt index 18e8343..3b6d3fd 100644 --- a/readme.txt +++ b/readme.txt @@ -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 From dacfd76b5ad3565ce27a570ac722455f5a586411 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Thu, 24 Oct 2024 14:50:25 -0600 Subject: [PATCH 2/2] Update minimum version of WP to 6.3 --- .github/workflows/e2e.yml | 2 +- mailchimp.php | 2 +- phpcs-compat.xml | 2 +- phpcs.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9985810..65c8ffa 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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: diff --git a/mailchimp.php b/mailchimp.php index 6a21644..0a77b4a 100644 --- a/mailchimp.php +++ b/mailchimp.php @@ -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.5 + * Requires at least: 6.3 * Requires PHP: 7.0 * PHP tested up to: 8.3 * Author: Mailchimp diff --git a/phpcs-compat.xml b/phpcs-compat.xml index f425f18..5e1f0c0 100644 --- a/phpcs-compat.xml +++ b/phpcs-compat.xml @@ -12,6 +12,6 @@ */node_modules/* */vendor/* - + diff --git a/phpcs.xml b/phpcs.xml index 7463777..477bdbc 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -6,7 +6,7 @@ */tests/* - +