Skip to content

Commit bb080c8

Browse files
authored
v1.0.17 Prep (#191)
* [N/A] Plop file and README Updates * [N/A] Added missing ACF files * [N/A] Tailwind Adjustments * [N/A] A few more tweaks * v1.0.17: Version bump and Change log updates * [N/A] Minor README Adjustments * [N/A] Latest plugin versions
1 parent d78a9b8 commit bb080c8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+979
-230
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ wp-config.php
235235
# Explicitly Allowed Themes and Plugins
236236
!/wp-content/themes/wp-starter
237237
!/wp-content/plugins/advanced-custom-fields-pro
238+
!/wp-content/plugins/advanced-custom-fields-pro/vendor
238239

239240
# Remove the theme.json file as it is built in the theme with Vite
240241
/wp-content/themes/wp-starter/theme.json

README.md

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

7575
## Changelog
7676

77+
### v1.0.17
78+
79+
* Fixes a bug where ACF Pro was missing files.
80+
* Fixes some bugs with Branding configuration.
81+
* Reorganizes Tailwind config CSS files.
82+
* Updates to the plop templates.
83+
* Updates to the theme README file.
84+
7785
### v1.0.16
7886

7987
* Updated Vite to v7 - Updated build tool and dependencies

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.16",
4+
"version": "1.0.17",
55
"source": {
66
"url": "/root/path/not/relative/path/to/wordpress-site-starter/.git",
77
"type": "git",

wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/3/select2-spinner.gif

100644100755
File mode changed.

wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/3/select2.css

100644100755
File mode changed.

wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/3/select2.js

100644100755
File mode changed.

wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/3/select2.min.js

100644100755
File mode changed.

wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/3/select2.png

100644100755
File mode changed.

wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/3/select2x2.png

100644100755
File mode changed.

wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/4/select2.css

100644100755
File mode changed.

0 commit comments

Comments
 (0)