Skip to content

v0.2.2 - 2025-03-31

Choose a tag to compare

@justlevine justlevine released this 31 Mar 16:31
· 35 commits to main since this release
657ab53

This minor release adds support for the generalSettings.siteIcon field in the schema, and updates the EnvGenerator variables to reflect the latest requirements by the SnapWP Framework.

Note: While there are no breaking changes in this release, the generated .env file is only compatible with the latest version of the SnapWP Framework. If you are using an older version, you will need to set your .env variables manually.

What's changed

  • feat: Expose generalSettings.siteIcon field to the schema.
  • refactor: Update EnvGenerator variables and handling.
  • dev: Deprecate the snapwp_helper_get_env_content() and snapwp_helper_get_env_variables() functions, in favor of using the VariableRegistry and Generator classes directly.
  • chore: Update Composer / NPM dependencies to their latest (SemVer-compatible) versions.
  • chore: Fix readme.txt link syntax.
  • tests: Use IntegrationTestCase for Integration tests.

New Contributors

Full Changelog: 0.2.1...0.2.2