diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..389d28f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,43 @@ +# Changelog + +## 1.0.0 (2024-03-01) + + +### Features + +* add example custom blocks ([d7856bb](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/d7856bbc2e93796ea15491c814d7603f2ec80610)) +* add generator for reusable patterns ([#96](https://github.com/sparkbox/sparkpress-wordpress-starter/issues/96)) ([0b1078c](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/0b1078c9ed1498210257133184dc7f22b9a056f2)) +* add generators for custom blocks ([4e20e0e](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/4e20e0e1008779fb14cf9bd65161489ee5b62590)) +* add pantheon deployment workflow ([914f7d1](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/914f7d14f0f1f97858eafcad3d661273fbb09d8f)) +* add srcset for post image ([41163d6](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/41163d6abacce5d8c128d48b29957abe0030b54c)) +* bring example custom post type in line with default posts ([64745eb](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/64745eb6716e6a4f4e263f79622ae4628a8a5674)) +* filter out password protected pages from listing pages ([c3ee959](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/c3ee95912a6f3fab76c5b6120121d9e47b756af0)) +* improve pagination ([9562853](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/95628538c9eabbe33c8f13463c7d2ea1f5a822a3)) +* remove ie11 JS ([07aec0b](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/07aec0b0588ad1b92222dedb607fc1916a6f1177)) +* remove redundant default labels ([50de92f](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/50de92f5fd9c20a7f4c31684df6f9d282dd1296b)) +* replace boilerplate CSS with simpler styles ([43639f8](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/43639f80b96cbca1388b851ee7f89f77a8415c48)) +* replace example code with generators ([287859b](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/287859b6ab656497582b6f3472d81ccc32b78118)) +* simplify JavaScript ([34db3bd](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/34db3bdfd06507137251e942848328ecbbd6af81)) +* support comments ([0f71a0c](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/0f71a0c9d759a8dcd1b345de44ce2b05cbe56ac4)) +* support featured image ([caeb1b7](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/caeb1b738ed0916e137442ee7221d2dd25445ee9)) +* support generating meta boxes ([e297181](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/e2971818870d847bafa0fe2be712e12489068e44)) +* support multiple sidebars ([#82](https://github.com/sparkbox/sparkpress-wordpress-starter/issues/82)) ([4108f61](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/4108f617814570012a6c0ea0dcac698e8678f171)) +* support password protection for single pages ([a969116](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/a969116f5fd1e6b5c1120856e885e4d4ad532a72)) + + +### Bug Fixes + +* adjust widget formatting ([a9ef666](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/a9ef666caac09ce9236c8ca4e41c16bb64f3ab72)) +* allow custom taxonomy to be set in the editor ([e9625ab](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/e9625abd6c4634e64175c7614f8dae4cec7f5beb)) +* custom permalink structures break pagination ([fda4aa5](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/fda4aa595e553825db0a2c03942dd2f05fb1fc11)) +* exit deployment process early if nothing to commit ([774b6bf](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/774b6bf1e43efc1bee004a5d52f5b93d6a1d8e23)) +* 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)) +* prevent <img> render if no img src ([2826c6a](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/2826c6ae67eca6c9677e97300811a84b23884705)) +* prevent container from exiting from linting ([593840a](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/593840ab32eca8c34e8c300b499ba021a555968d)) +* Set engine to a minimum version ([8f7219e](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/8f7219e273c7eff4c4e240e58de2944b56cc1114)) +* support custom post types in default archive queries ([481c68a](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/481c68a71ac8f9f8afb2f4dd3f7a093261e02ef5)) +* template routing for single posts ([b5b38d0](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/b5b38d0b5c4acf6ca7a903a834f1efce695d649d)) +* update menu usage ([#78](https://github.com/sparkbox/sparkpress-wordpress-starter/issues/78)) ([c55c5bc](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/c55c5bc9fb577a8889d8b99c095bde3827e6a12d)) +* use 'get_post_class' for classnames ([27889f4](https://github.com/sparkbox/sparkpress-wordpress-starter/commit/27889f4e026a71d29056315d69992c622ccecafb))