-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make GCB compatible with 6.5
#178
Merged
Merged
Changes from 29 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
46b5a7b
Run unit and e2e tests on WP 6.5
kienstra 3244e39
Start wp-env first
kienstra c0dcfed
Run unit tests on WP 6.5
kienstra 05da109
Bump e2e test helpers
kienstra 01849bd
Migrate away from a deprecated function
kienstra b060401
Change artifacts path
kienstra 80044a8
Update wp-env
kienstra d010c7f
Revert "Update wp-env"
kienstra 30152d1
Use a custom insert function
kienstra 239444f
Log in an admin user
kienstra 58631b5
Click 'new field
kienstra 78741ab
Fix the 'Add a new field' selector
kienstra 35dfc90
Click the button 'Add a new field'
kienstra 92184ba
Remove login logic
kienstra 39f2a68
Remove needless gulp script
kienstra 2cb9bad
Bump wp-env to the latest
kienstra 0b560ea
Test if 'Add a new field' is in the document
kienstra e225df9
Revert "Bump wp-env to the latest"
kienstra bb2a602
Test an element is truthy
kienstra 2fcbd2a
Revert changes to setup file
kienstra 3446960
Use the new post ID
kienstra 0e0a3d3
Pass the post type from post
kienstra e387c0c
Remove needless useEditor()
kienstra 11fbcc3
Revert needless changes to all-fields test
kienstra 7170def
See if this passes test on WP 6.2
kienstra 3e0a697
Bump Tested up to
kienstra 8d1b376
Move WordPress back to latest for e2e tests
kienstra a9acbda
Handle setupEditorState() not existing
kienstra daacea5
Move tested WP version back to latest
kienstra 7c950ce
Also run PHPUnit tests on PHP 8.3
kienstra 83dd7f3
Remove needless function wrappers
kienstra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"core": null, | ||
"plugins": [ ".", "./tests/e2e/plugins/testing-blocks" ], | ||
"phpVersion": "8.2" | ||
"phpVersion": "8.3" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
export { default as useBlock } from './useBlock'; | ||
export { default as useCopyToClipboard } from './useCopyToClipboard'; | ||
export { default as useEditor } from './useEditor'; | ||
export { default as useField } from './useField'; | ||
export { default as usePostTypes } from './usePostTypes'; | ||
export { default as useTemplate } from './useTemplate'; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes a console error in WP
6.5
: