From 1a81826f868cc83b94576652230356d8d57a3e07 Mon Sep 17 00:00:00 2001 From: Thijs van der heijden Date: Thu, 23 May 2024 09:54:14 +0200 Subject: [PATCH] Sets the minimum supported WordPress version to 6.4. --- readme.txt | 2 +- yoast-acf-analysis.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 6ba6ede..99c1fbe 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === ACF Content Analysis for Yoast SEO === Contributors: yoast, angrycreative, kraftner, marcusforsberg, viktorfroberg, joostdevalk, atimmer, jipmoors, theorboman Tags: Yoast, SEO, ACF, Advanced Custom Fields, analysis, Search Engine Optimization -Requires at least: 6.3 +Requires at least: 6.4 Tested up to: 6.5 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html diff --git a/yoast-acf-analysis.php b/yoast-acf-analysis.php index 7333cc9..39658fe 100755 --- a/yoast-acf-analysis.php +++ b/yoast-acf-analysis.php @@ -14,7 +14,7 @@ * License: GPL v3 * Text Domain: acf-content-analysis-for-yoast-seo * Domain Path: /languages/ - * Requires at least: 6.3 + * Requires at least: 6.4 * Requires PHP: 7.2.5 */