From d4f50bf4500a9d4495df132c8fc6a589a0e95336 Mon Sep 17 00:00:00 2001 From: Nathan Schmidt <91974372+nathan-schmidt-viget@users.noreply.github.com> Date: Thu, 30 May 2024 09:56:08 -0600 Subject: [PATCH] v1.0.4: Version bump and Change log update --- README.md | 8 ++++++++ packages.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a44e2dda..748cc43a 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,14 @@ ddev delete project-name -O -y && cd ../ && rm -rf project-name ## Changelog +### v1.0.4 +* Moving to theme colors to vars to make it easy to update the global accent color +* Add more into to the theme README so it is easy for developer to know how to update/edit items +* Fixing placeholder bug, adding phpcs file for bin/composer-scripts +* Fixing button outline border bug +* Adding admin username as an option to the composer post install +* Moving the deleting of themes and plugins to after DB install + ### v1.0.3 * Fixed README and packages.json to reference correct package. * Removed `vendor` directory after create-project is complete. diff --git a/packages.json b/packages.json index 34935861..53d8ace5 100644 --- a/packages.json +++ b/packages.json @@ -1,7 +1,7 @@ { "package": { "name": "viget/wordpress-site-starter", - "version": "1.0.3", + "version": "1.0.4", "source": { "url": "/root/path/not/relative/path/to/wordpress-site-starter/.git", "type": "git",