Skip to content

January 17, 2022

Compare
Choose a tag to compare
@ndiego ndiego released this 17 Jan 15:57
· 492 commits to trunk since this release

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 moved style-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)