From dbd21fcaa27597958311a221efe6394ac2ffc086 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:37:31 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..edde63c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## 1.0.0 (2023-10-03) + + +### Features + +* add example custom blocks ([d7856bb](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/d7856bbc2e93796ea15491c814d7603f2ec80610)) +* add pantheon deployment workflow ([914f7d1](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/914f7d14f0f1f97858eafcad3d661273fbb09d8f)) +* filter out password protected pages from listing pages ([c3ee959](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/c3ee95912a6f3fab76c5b6120121d9e47b756af0)) +* remove ie11 JS ([07aec0b](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/07aec0b0588ad1b92222dedb607fc1916a6f1177)) +* simplify JavaScript ([34db3bd](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/34db3bdfd06507137251e942848328ecbbd6af81)) +* support password protection for single pages ([a969116](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/a969116f5fd1e6b5c1120856e885e4d4ad532a72)) + + +### Bug Fixes + +* force create plugin folder on pantheon deploy ([3148ae5](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/3148ae51103fbeb44d49910ba3a442ffbcfa6c2e)) +* install plugin dependencies in deployment workflow ([7be22cb](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/7be22cbef0d65a2bf93222153847947b324b7d4a)) +* minor accessibility issues ([826dfe5](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/826dfe50b896d97c18a967c53d6b49820834233f)) +* Set engine to a minimum version ([8f7219e](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/8f7219e273c7eff4c4e240e58de2944b56cc1114)) +* use 'get_post_class' for classnames ([27889f4](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/27889f4e026a71d29056315d69992c622ccecafb))