Skip to content

Q2 2023 - Version 1.4.0

Latest
Compare
Choose a tag to compare
@ccorda ccorda released this 10 Aug 15:10
· 8 commits to main since this release

1.4.0 (2023-08-10)

This is primarily a dependency update release:

  • Bump WP to 6.2
  • Bump Next to 13.4
  • Bump Bootstrap to 5.3

Features

One refactor in this release is to have our WordPress API functions accept options instead of function arguments. This allows flexibility when you need to pass in additional parameters -- something we've used in multilingual and multisite implementations. We also slightly adjusted the syntax of the exports in constants.js to export CONFIG AND THEME objects. These are then retrieved via const SETTINGS = getSettings({});. Again this is paving the way for more advanced configurations.

  • multisite compatible getSettings and API functions (#275) (5a4c3e1)

Bug Fixes

  • don't error if flex section isn't in graphql (#277) (3e148f2)
  • proper staging host in theme (58911bf)