From 12ada723ab7b4a76256c6b65851208783709b412 Mon Sep 17 00:00:00 2001 From: badasswp Date: Sun, 20 Jul 2025 09:41:39 +0100 Subject: [PATCH 1/2] chore: fix setup blog description --- src/plugin/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/plugin/index.js b/src/plugin/index.js index ff032ab..e31c10b 100644 --- a/src/plugin/index.js +++ b/src/plugin/index.js @@ -254,6 +254,10 @@ export const createPluginFiles = async props => { /"WordPress Site"/g, `"${name}"` ); + fileContent = fileContent.replace( + /"A WordPress site for plugin devlopment by Sculpt."/g, + `"${description}"` + ); break; case 'package.json': From 88b297596f3bba572be44ef2c14fe074e206406f Mon Sep 17 00:00:00 2001 From: badasswp Date: Sun, 20 Jul 2025 09:42:26 +0100 Subject: [PATCH 2/2] chore: add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f03f3..27bf886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Fix `brace-expansion` regular expression DOS vulnerability. - Fix `eslint/plugin-kit` regular expression DOS vulnerability. +- Fix `bin/setup.sh` blog description. ## 1.0.8