Skip to content

Commit

Permalink
v1.0.9: Version bump and change log update
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Nov 13, 2024
1 parent 423cb4a commit 8bd1f24
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,21 @@ ddev delete project-name -O -y && cd ../ && rm -rf project-name

## Changelog

### v1.0.9
* Alternative method for identifying elements on dark background
* Cleanup Navigation Container component, moved styles into CSS file.
* Remove "Dark" label from colors prefixed with `dark-`
* Added default logo
* Added Icon Only Button Style
* Added more block support in the Navigation Container component (Site Logo, Buttons, Search, Spacer, and Separator)
* Added new filter to unregister core block styles: `acfbt_unregister_block_styles`
* PostInstall Enhancements
* Improvements to the Color Palette feature
* Moved some core functionality from the theme to the MU Plugin
* Block Icon Support for the Read More Block
* Disable the Template Part wrapper div when using Template parts
* Implemented ACF Blocks Toolkit API function `acfbt()` to access functionality from ACF BT.

### v1.0.8
* Allow `core/search` block to be nested within the Navigation Container block.
* Many updates to deployment
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.8",
"version": "1.0.9",
"source": {
"url": "/root/path/not/relative/path/to/wordpress-site-starter/.git",
"type": "git",
Expand Down

0 comments on commit 8bd1f24

Please sign in to comment.