From f17110f6a209c46fea1e6a9bef4c55f304bdddd2 Mon Sep 17 00:00:00 2001 From: Huzaifa Al Mesbah Date: Tue, 10 Oct 2023 20:12:13 +0600 Subject: [PATCH 1/2] Add Plugin Developer Tools --- data/wordpress-plugin-development.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/wordpress-plugin-development.json b/data/wordpress-plugin-development.json index 5736f25d9..166c15f9f 100644 --- a/data/wordpress-plugin-development.json +++ b/data/wordpress-plugin-development.json @@ -718,6 +718,14 @@ }, { "code": "https://wordpress.org/plugins/debug-bar-actions-and-filters-addon/" + }, + { + "definition": "Plugin Readme Generator", + "code": "https://generatewp.com/plugin-readme/" + }, + { + "definition": "Readme Validator ", + "code": "https://wordpress.org/plugins/developers/readme-validator/" } ] } From 73fd69973d3259ef76e1d44d1ebddd8a0c75ab15 Mon Sep 17 00:00:00 2001 From: Huzaifa Al Mesbah Date: Tue, 10 Oct 2023 23:05:54 +0600 Subject: [PATCH 2/2] remove space --- data/wordpress-plugin-development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/wordpress-plugin-development.json b/data/wordpress-plugin-development.json index 166c15f9f..716ecfcfc 100644 --- a/data/wordpress-plugin-development.json +++ b/data/wordpress-plugin-development.json @@ -724,7 +724,7 @@ "code": "https://generatewp.com/plugin-readme/" }, { - "definition": "Readme Validator ", + "definition": "Readme Validator", "code": "https://wordpress.org/plugins/developers/readme-validator/" } ]