From bec1fcba521c244f20ad96afc37083b2d8e93ec4 Mon Sep 17 00:00:00 2001 From: Brian DiChiara Date: Wed, 16 Oct 2024 09:52:18 -0400 Subject: [PATCH] v1.0.7: Version bump and change log update --- README.md | 6 ++++++ packages.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 406ba43f..7e1f9293 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ ddev delete project-name -O -y && cd ../ && rm -rf project-name ## Changelog +### v1.0.7 +* Added Custom Video Player Component. +* Replaced SVG Support with Safe SVG. +* Fixed issue with deployment script. +* Other post-create-project cleanup. + ### v1.0.6 * Added 2 new breakpoints: `wp-cols` and `mobile-menu`. * Added Full Site Editor style support. diff --git a/packages.json b/packages.json index 56cc5c00..393a5b0b 100644 --- a/packages.json +++ b/packages.json @@ -1,7 +1,7 @@ { "package": { "name": "viget/wordpress-site-starter", - "version": "1.0.6", + "version": "1.0.7", "source": { "url": "/root/path/not/relative/path/to/wordpress-site-starter/.git", "type": "git",