-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'canary' into MERL-1749-Faust-should-warn-if-the-secret-…
…key-is-invalid-
- Loading branch information
Showing
54 changed files
with
1,134 additions
and
577 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@faustwp/experimental-app-router': minor | ||
--- | ||
|
||
Changed the `sameSite` property on the refresh token cookie from `strict` to `lax` for requests originating from WordPress. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@faustwp/cli': minor | ||
--- | ||
|
||
Added: Detect if the `NEXT_PUBLIC_WORDPRESS_URL` is a `wpengine.com` TLD and if so recommend a switch to `wpenginepowered.com` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
name: Bug report | ||
description: Report a bug in Faust | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: >- | ||
Thank you for taking the time to report a possible bug! | ||
Please remember, a bug report is _not the place to ask questions_. You can | ||
use [Discord](https://discord.gg/J2khkF9XYK) for that, or start a topic in [GitHub | ||
Discussions](https://github.com/wpengine/faustjs/discussions). | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: >- | ||
Please write a brief description of the bug, including what you expected and what actually happened. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: >- | ||
Please list all the steps needed to reproduce the bug in an *isolated* way (e.g. a clonable GitHub repository, or a Faust.js snippet that works on a clean environment ). | ||
placeholder: >- | ||
1. Clone the `faustwp-getting-started` example project | ||
2. Navigate to the `wp-templates/single.js` Faust template | ||
3. Result show X but should be Y | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: >- | ||
Add any other context about the problem here, such as screenshots, error logs, etc. | ||
- type: input | ||
attributes: | ||
label: "@faustwp/core Version" | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: "@faustwp/cli Version" | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: FaustWP Plugin Version | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: WordPress Version | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional environment details | ||
description: Additional Faust.js packages and their versions (@faustwp/blocks, @faustwp/experimental-app-router, etc), PHP version, Hosting Platform, etc. | ||
- type: checkboxes | ||
attributes: | ||
label: Please confirm that you have searched existing issues in the repo. | ||
description: >- | ||
You can do this by searching https://github.com/wpengine/faustjs/issues. | ||
options: | ||
- label: 'Yes' | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: General Help Request | ||
url: https://github.com/wpengine/faustjs/discussions | ||
about: For general questions and help requests, create a new topic in GitHub Discussions | ||
- name: Headless WordPress Discord Community | ||
url: https://discord.gg/J2khkF9XYK | ||
about: Ask questions, discuss features, and meet new people in the Headless WordPress Discord community |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.