-
Notifications
You must be signed in to change notification settings - Fork 116
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
Release version 3.10.0 #1460
Merged
Merged
Release version 3.10.0 #1460
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
Updates the get_comment_author function to retrieve the comment author ID from the "user_id" field of the comment rather than assuming the current user is the author of the comment.
This adds the post title to the audit log text for comments that are transitioning status, to be consistent with the other messages in the comments connector.
Add security.md file
Also move the `is_admin()` check to the top for improved readability.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…eturn early if it is
Avoid deprecation warning for missing page GET input
…me-display Get comment author from the comment user_id field
Check if entry/lead ID is empty in "gform_post_note_added" action
…sition-log-messages Update audit log message for comments transitioning status
….2.4 Bump word-wrap from 1.2.3 to 1.2.4
Remove get_user_attribute() helpers deprecated by WP VIP.
This reverts commit 4d623b0.
Fix tests after comment translation change in #1430
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/1.9.1/CHANGELOG.md) - [Commits](guzzle/psr7@1.9.0...1.9.1) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Update dependency eslint to ^8.49.0
Update dependency grunt-contrib-cssmin to v5
…-1.9.1 Bump guzzlehttp/psr7 from 1.9.0 to 1.9.1
Update dependency @wordpress/eslint-plugin to v15
Updates the test assertion for this method to match the new log output.
Fix unit test which was broken in #1430
Update dependency eslint to ^8.50.0
Update Node.js to ^16.20.2
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.
Release Changelog
filter_*()
calls referencingFILTER_SANITIZE_STRING
(issue #1422).get_user_attributes()
,delete_user_attributes()
andupdate_user_attributes()
(issue #1425).Release Checklist
master
branch.readme.txt
.stream.php
.Stable tag
inreadme.txt
.classes/class-plugin.php
.Change
[ ]
to[x]
to mark the items as done.