From ef7e522ff4a493f92edf59f155adc8df44435450 Mon Sep 17 00:00:00 2001 From: Thijs van der heijden Date: Fri, 15 Dec 2023 15:13:01 +0100 Subject: [PATCH] Sets the minimum supported WordPress version to 6.3. --- readme.txt | 2 +- yoast-acf-analysis.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 9a1c331..90f4a11 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.2 +Requires at least: 6.3 Tested up to: 6.4 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl.html diff --git a/yoast-acf-analysis.php b/yoast-acf-analysis.php index 4f15d75..7333cc9 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.2 + * Requires at least: 6.3 * Requires PHP: 7.2.5 */