Skip to content

Commit

Permalink
v1.0.4: Version bump and Change log update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-schmidt-viget committed May 30, 2024
1 parent 917f534 commit d4f50bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d4f50bf

Please sign in to comment.