Releases: rtCamp/snapwp-helper
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.siteIcon
field 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 theVariableRegistry
andGenerator
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
- @mrrobot47 made their first contribution in #98
Full Changelog: 0.2.1...0.2.2
v0.2.1 - 2025-03-10
This patch release fixes a regression where an unset flat
query arg passed to templateByUri.editorBlocks
would return unflattened blocks.
What's changed
- fix: Ensure blocks are flattened if no
flat
query arg is passed totemplateByUri.editorBlocks
. - chore: Update Composer and NPM dev-dependencies to their latest (SemVer-compatible) versions.
Full Changelog: 0.2.0...0.2.1
v0.2.0 - 2025-03-01
This major release aligns the WPGraphQL schema with changes backported upstream to WPGraphQL. Additionally, it fixes an issue when querying for nested editorBlocks
data.
Breaking
- feat!: Change
ScriptModuleDependency.importType
from typeString
toScriptModuleImportTypeEnum
. - feat!: Remove
EnqueuedScript.location
field in favor ofEnqueuedScript.groupLocation
.
Fixed
- fix: Ensure
templateByUri.editorBlocks
respects theflat
query arg.
Misc
- ci: Unmute
WP_DEBUG_DISPLAY
during env creation. - chore: Remove unnecessary WordPress version checks.
- chore: Update Composer and NPM dev-dependencies to their latest (SemVer-compatible) versions.
Full Changelog: 0.1.0...0.2.0
v0.1.0 - 2025-02-19
This release represents the first 0.X release of SnapWP Helper, allowing for future patch releases to be semantically versioned without breaking changes.
There are no breaking changes in this release.
What's Changed
Changed
- chore: Update Admin screen links and latest steps.
Misc
- chore: Update Composer dev-dependencies to their latest versions.
Full Changelog: 0.0.2...0.1.0
v0.0.2 - 2025-02-18
What's Changed
Breaking
- chore!: Bump minimum required
WPGraphQL Content Blocks
version to 4.6.0.
Added
- feat: Add compatibility with
WPGraphQL
v2.0 andWPGraphQL Content Blocks
v4.8. - feat: make generated
NEXT_PUBLIC_URL
andNODE_TLS_REJECT_UNAUTHORIZED
environment variables uncommented by default.
Changed
- dev: Add new
snapwp_helper/admin/capability
filter.
Fixed
- fix: Ensure
WPGraphQL
exists before using inSchemaFilters
. - fix: Use
manage_options
for default admin screen capability.
Docs
- docs: Misc cleanup.
- docs: Add usage docs on querying for
globalStyles
data. - docs: Add Quick Install instructions for
wp-cli
andcomposer
.
Misc
- ci: Enable CodeClimate and Coveralls reporting.
- chore: Update Composer and NPM dependencies to their latest (SemVer-compatible) versions.
- chore: Update PHPStan to v2.0 and remediate new smells.
- chore: lint JS files with ESLint.
Full Changelog: 0.0.1...0.0.2
v0.0.1 - 2025-01-30
This is the initial (public) release of SnapWP Helper
Full Changelog: https://github.com/rtCamp/snapwp-helper/commits/0.0.1