January 17, 2022
General
- Add PHP code linting and associated GitHub action (#22)
- Updated Frost 0.8.1 → 0.8.2
Theme-specific notes are outlined below.
Frost
Current version at time of release: 0.8.2
Enhancements
- Added improved ul/ol styling. (ce8fd0c)
- Removed the hardcoded favicon since favicons can now be set using the Site Icon block. (0816d03)
- Removed the home.html template. (11fe788)
- Removed the
assets
folder and movedstyle-editor.css
to the root directory. (32bc45e)
Bug Fixes
- Added temporary fix for padding bug in pattern previews. (#23)
Code Quality
- Lint all PHP in accordance with WordPress coding standards. (#22)