-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(urlbox-screenshots): add json encoding to proxy test request (#9)
refactor(urlbox-screenshots): update dockblocks to be more informative Feat(wp-env): Introduce wp-env config and instructions in readme.md Refactor(urlbox-screenshots): Decouple POST /sync method from proxy logic Refactor(urlbox-screenshots): Introduce constants in plugin for reusability/consistency Refactor(urlbox-screenshots): Ensure proxy test method stops script on invalid nonce or proxy setting Refactor(urlbox-screenshots): Add more detailed dockblocking refactor(readme): Update readme with wp-env instructions Refactor(urlbox-screenshots): Check if proxy keys are set before access Refactor(urlbox-screenshots): Bump versioning up to latest release and minimum wp version, adding to changelog fix(comments): typos
- Loading branch information
Showing
4 changed files
with
365 additions
and
106 deletions.
There are no files selected for viewing
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,10 @@ | ||
{ | ||
"core": null, | ||
"plugins": [ "." ], | ||
"phpVersion": "8.0", | ||
"config": { | ||
"WP_DEBUG": true, | ||
"WP_DEBUG_LOG": true, | ||
"WP_DEBUG_DISPLAY": 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
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.