From fec31a27957cbe2a7494ce607483443dce615b7a Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 7 Nov 2024 14:33:43 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da22f91..4ce45fa 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Yes! However, if you are using a subfolder installation it will only work for th ## Requirements * Requires PHP 7.4+. -* Requires WordPress 6.4+. +* Requires WordPress 6.5+. * Ad blockers may break syntax highlighting and pre-save error checking on the edit screen. See [#20](https://github.com/10up/ads-txt/issues/20). * Rewrites need to be enabled. Without rewrites, WordPress cannot know to supply `/ads.txt` when requested. * Your site URL must not contain a path (e.g. `https://example.com/site/` or path-based multisite installs). While the plugin will appear to function in the admin, it will not display the contents at `https://example.com/site/ads.txt`. This is because the plugin follows the IAB spec, which requires that the ads.txt file be located at the root of a domain or subdomain.