-
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
Bump the version to 1.3.0 for release #85
Merged
Merged
Conversation
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
There's a PHP notice in 5.8 for continuing to use 'block_categories'. But 'block_categories_all' didn't exist before 5.8.
Also, add a small Changelog entry, need to expand on that.
The e2e tests are passing with npm run wp-env run cli 'wp core update --version=5.8-RC2'
npm run test:e2e |
It looks like it is checking is_admin() and exiting early from block_post->add_caps(). But I'm not sure how it was passing before.
Saying that it should delete the conditionals once they're not necessary.
kienstra
requested review from
dreamwhisper,
johnstonphilip,
mikemcalister and
marksabbath
July 19, 2021 15:26
johnstonphilip
approved these changes
Jul 19, 2021
dreamwhisper
approved these changes
Jul 19, 2021
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.
php bin/verify-versions.php
Looks good!
Version references:
{
"README.md#stable-tag": "1.3.0",
"genesis-custom-blocks.php#metadata": "1.3.0",
"package.json": "1.3.0"
}
Success! All of the version numbers are the same, and there's a CHANGELOG.md entry.
Thanks so much, @johnstonphilip and @dreamwhisper! |
kienstra
added a commit
that referenced
this pull request
Jul 20, 2021
This isn't the right PR to do it in, but I forgot in #85.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes
'block_categories_all'
filterDo not merge without #74
Testing instructions