Colin Murphy
Colin Murphy
### Description Currently a hidden span is appearing when you click on the search icon in the header for the search bar ### Steps to reproduce 1. Go to https://www.wpgraphql.com/...
# Overview Since the latest release of wp-graphql-content-blocks, the plugin is in a "@wpengine" folder **Before:** (working) https://github.com/wpengine/wp-graphql-content-blocks/releases/tag/v4.8.2 **After:** (wrapped in a parent directory) https://github.com/wpengine/wp-graphql-content-blocks/releases/tag/v4.8.3 Noting no changes made to...
In order to resolve #350 and reduce maintenance burden, we should replace the current Semver package and use [WP GraphQL Core](https://github.com/wp-graphql/wp-graphql/tree/develop/src/Admin/Updates). ## Acceptance Criteria - [ ] [Upstream WPGraphQL semver...
Currently as a user of `wp-graphql-content-blocks` if I wanted to create an issue for the plugin, there is no predefined template to help me describe the issue I am having...
For each release we should be automating creating the info.json for the plugin updater - https://wpe-plugin-updates.wpengine.com/wp-graphql-content-blocks/info.json Currently implemented on Faust - https://github.com/wpengine/faustjs/blob/canary/.github/scripts/add-wpe-version-info-file.sh and https://github.com/wpengine/faustjs/blob/canary/.github/actions/release-plugin/action.yml#L96-L101
### Description We should look at updating Next.js to version 15 as most of the Faust packages are on version 14 ### Steps to reproduce npm ls next.js ### Additional...
### Description Currently all Faust packages use cookie 0.7.0 and should be updated to the latest version cookie 1.0.2 > [!IMPORTANT] > This would be a breaking change ### Steps...
As part of the WPGraphQL 2.3.0 release - https://github.com/wp-graphql/wp-graphql/releases/tag/v2.3.0 There was signifcant improvements made around callbacks - https://github.com/wp-graphql/wp-graphql/pull/3356 We should evaluate the codebase of this plugin and see if we...
# Overview Update https://github.com/wpengine/faustjs/blob/canary/examples/next/faustwp-getting-started with best practices such as multiple queries etc
As we are now using wp-env for the new toolkit - https://github.com/wpengine/hwptoolkit I had some ideas about using this for Faust. There is some good examples for the community such...