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.