From b7776906c3df5c15757f9694e3af01080c5645cb Mon Sep 17 00:00:00 2001 From: vlw Date: Tue, 24 Feb 2026 11:05:55 +0100 Subject: [PATCH] docs: add redirection plugin reference to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a14d3c4..ceb93b1 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,9 @@ $post->post_content; // Update the datetime modified for this post $post->post_modified = new DateTimeImmutable(); ``` + +# Plugins +This library also has support for the following plugins: +Plugin|Versions|Reference +--|--|-- +[Redirection](https://wordpress.org/plugins/redirection/)|5.3.10 (limited support)|[Plugins/redirection](/vlw/wp/src/branch/feat/plugin-redirection/src/Plugins/redirection)