Skip to content

Releases: rtCamp/snapwp-helper

v0.2.2 - 2025-03-31

31 Mar 16:31
657ab53
Compare
Choose a tag to compare

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

v0.2.1 - 2025-03-10

10 Mar 18:18
175692a
Compare
Choose a tag to compare

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 to templateByUri.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

01 Mar 22:34
362ee46
Compare
Choose a tag to compare

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 type String to ScriptModuleImportTypeEnum.
  • feat!: Remove EnqueuedScript.location field in favor of EnqueuedScript.groupLocation.

Fixed

  • fix: Ensure templateByUri.editorBlocks respects the flat 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

19 Feb 16:12
8e49111
Compare
Choose a tag to compare

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

18 Feb 20:18
16f5680
Compare
Choose a tag to compare

What's Changed

Breaking

  • chore!: Bump minimum required WPGraphQL Content Blocks version to 4.6.0.

Added

  • feat: Add compatibility with WPGraphQL v2.0 and WPGraphQL Content Blocks v4.8.
  • feat: make generated NEXT_PUBLIC_URL and NODE_TLS_REJECT_UNAUTHORIZED environment variables uncommented by default.

Changed

  • dev: Add new snapwp_helper/admin/capability filter.

Fixed

  • fix: Ensure WPGraphQL exists before using in SchemaFilters.
  • 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 and composer.

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

30 Jan 23:23
be2a9f1
Compare
Choose a tag to compare

This is the initial (public) release of SnapWP Helper

Full Changelog: https://github.com/rtCamp/snapwp-helper/commits/0.0.1