v0.2.2 - 2025-03-31
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.siteIconfield to the schema. - refactor: Update EnvGenerator variables and handling.
- dev: Deprecate the
snapwp_helper_get_env_content()andsnapwp_helper_get_env_variables()functions, in favor of using theVariableRegistryandGeneratorclasses directly. - chore: Update Composer / NPM dependencies to their latest (SemVer-compatible) versions.
- chore: Fix readme.txt link syntax.
- tests: Use
IntegrationTestCasefor Integration tests.
New Contributors
- @mrrobot47 made their first contribution in #98
Full Changelog: 0.2.1...0.2.2