From a389cc7adce5aac605f6e98bbd890c7d6a4c7da0 Mon Sep 17 00:00:00 2001 From: Matthew Bucci Date: Sat, 11 Nov 2023 13:03:43 -0800 Subject: [PATCH] Update readme.md Remove note about plugin architecture --- readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 0e79ede..ddb5287 100644 --- a/readme.md +++ b/readme.md @@ -32,9 +32,6 @@ This plugin has been tested on PostgreSQL 14.2 ### Plugin Support -You shouldn't expect any plugin specific code to be integrated into PG4WP except for plugins shipped with WordPress itself (such as Akismet). -PG4WP 2.0 will have a mechanism to add plugin support. - | Plugin | Version | Working | | ----------- | ----------- | --------- | | Debug Bar | 1.1.4 | Confirmed | @@ -86,4 +83,4 @@ PG4WP is licensed under the [GNU GPL](http://www.gnu.org/licenses/gpl.html "GNU ### Contributors Code originally by Hawk__ (http://www.hawkix.net/) -Modifications by @kevinoid and @mattbucci \ No newline at end of file +Modifications by @kevinoid and @mattbucci