File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ ddev delete project-name -O -y && cd ../ && rm -rf project-name
57
57
58
58
## Changelog
59
59
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
+
60
68
### v1.0.3
61
69
* Fixed README and packages.json to reference correct package.
62
70
* Removed ` vendor ` directory after create-project is complete.
Original file line number Diff line number Diff line change 1
1
{
2
2
"package" : {
3
3
"name" : " viget/wordpress-site-starter" ,
4
- "version" : " 1.0.3 " ,
4
+ "version" : " 1.0.4 " ,
5
5
"source" : {
6
6
"url" : " /root/path/not/relative/path/to/wordpress-site-starter/.git" ,
7
7
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments