Skip to content

Commit d4f50bf

Browse files
v1.0.4: Version bump and Change log update
1 parent 917f534 commit d4f50bf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ ddev delete project-name -O -y && cd ../ && rm -rf project-name
5757

5858
## Changelog
5959

60+
### v1.0.4
61+
* Moving to theme colors to vars to make it easy to update the global accent color
62+
* Add more into to the theme README so it is easy for developer to know how to update/edit items
63+
* Fixing placeholder bug, adding phpcs file for bin/composer-scripts
64+
* Fixing button outline border bug
65+
* Adding admin username as an option to the composer post install
66+
* Moving the deleting of themes and plugins to after DB install
67+
6068
### v1.0.3
6169
* Fixed README and packages.json to reference correct package.
6270
* Removed `vendor` directory after create-project is complete.

packages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"name": "viget/wordpress-site-starter",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"source": {
66
"url": "/root/path/not/relative/path/to/wordpress-site-starter/.git",
77
"type": "git",

0 commit comments

Comments
 (0)