Skip to content

v0.0.2 - 2025-02-18

Choose a tag to compare

@justlevine justlevine released this 18 Feb 20:18
· 51 commits to main since this release
16f5680

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