-
Notifications
You must be signed in to change notification settings - Fork 3.3k
General: Introduce wp_get_branch_version() helper to extract major.minor version safely. #11211
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
Open
tejas0306
wants to merge
59
commits into
WordPress:trunk
Choose a base branch
from
tejas0306:add/wp-get-branch-version
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
03748b6
General: Introduce wp_get_branch_version() helper to extract major.mi…
tejas0306 2cff502
Merge branch 'trunk' into add/wp-get-branch-version
tejas0306 25a3d6a
Versioning: Address PR feedback — extend wp_get_wp_version(), fix 7.0…
tejas0306 75f35a2
Fix: Fixes PHPCS MultipleStatementAlignment warnings in test_wp_get_w…
tejas0306 d1491fb
Merge branch 'trunk' into add/wp-get-branch-version
tejas0306 636b79b
Administration: Use rounded corners for dashboard widgets drop zones.
audrasjb 0f17001
Docs: Correct duplicate hook references in various files.
SergeyBiryukov e6b3aa6
XML-RPC: Switch to `wp_safe_remote()` when fetching a pingback URL.
johnbillion 463afe6
HTML API: Prevent `WP_HTML_Tag_Processor` instances being unserialize…
johnbillion 14ab358
XML-RPC: Switch to `wp_safe_remote()` when fetching a pingback URL.
johnbillion 695c31e
KSES: Optimize PCRE pattern detecting numeric character references.
johnbillion 0284532
Customize: Improve escaping approach used for nav menu attributes
johnbillion c556724
Media: Ensure the attachment parent is accessible to the user before …
johnbillion 07491bf
Interactivity API: Skip binding event handler attributes. The corresp…
johnbillion bbe0511
Administration: Ensure client-side templates are only detected when t…
johnbillion 03f9ae1
Filesystem API: Don't attempt to extract invalid files from a zip whe…
johnbillion 708805c
Comments: Don't attempt to create a note if the user cannot edit the …
johnbillion f0adc26
Media: Disable XML entity substitution in getID3.
johnbillion db24a90
Customize: Update a test that covers special characters in category n…
johnbillion df331ae
Toolbar: Add command palette trigger button.
ellatrix 4b9c72f
Customize: Introduce a fix for themes that pass a stringable object t…
johnbillion e0054c7
WordPress 7.0 Beta 4.
peterwilsoncc 4bb460c
Post WordPress 7.0 Beta 4 version bump.
peterwilsoncc b8b74d5
Script Loader: Preserve duplicate URL query params in enqueued script…
westonruter 68c0f19
Media: Add optimization support for `IMG` tags with `fetchpriority=lo…
westonruter f5776f6
Admin: Fix checked input state in older browsers.
joedolson 97efabc
Admin: Fix plugin search alignment on intermediate viewports.
joedolson 221033f
AI: Update php-ai-client to 1.3.0.
gziolo 876044b
Connectors: Add connector registry for extensibility
gziolo 2016709
Script Loader: Refine hoisted stylesheet ordering to preserve origina…
westonruter 2307f48
Docs: Correct path typos in duplicate hook references.
SergeyBiryukov 2bb252a
Editor: Skip cross-origin isolation for third-party page builders.
adamsilverstein 6a94eaf
Build/Test Tools: Copy `build/routes` and `build/pages` JS files.
desrosj 019eeb8
Toolbar: Show command palette admin bar item on mobile.
westonruter d577970
Media: skip server image support check when using client-side media.
adamsilverstein f29f594
Script Loader: Move `wp_load_classic_theme_block_styles_on_demand()` …
westonruter cc19ca7
REST API: Add finalize endpoint to `WP_REST_Attachments_Controller`.
adamsilverstein 09f7588
Connectors: Remove redundant helper and improve PHPDoc
gziolo 500fa46
REST API: Fix finalize endpoint tests in Attachments controller.
gziolo a47dc58
Connectors: Add API key source detection and refactor REST behaviour/…
jorgefilipecosta ac606ee
Real-time collaboration: disable for site editor.
ellatrix 4ad7d81
REST API: Support nested _fields in revisions controller.
ellatrix 21d3c57
Editor: Bump pinned hash for the Gutenberg repository.
ellatrix 62ceabe
Login and Registration: Update logo from blue to gray to match new de…
westonruter 54d87c2
WordPress 7.0 Beta 5.
ellatrix 5ac61f4
Post WordPress 7.0 Beta 5 version bump.
ellatrix 299c02d
Networks and Sites: Remove unused variable in `populate_networks()`.
JJJ 78ec1ff
Docs: Add missing hook cross-reference docblock comments.
westonruter 0d03283
Docs: Correct lone `@param null` usages around some `$deprecated` vars.
JJJ 1f4416c
REST API: Prevent inaccessible attachments from being embedded in posts.
JJJ e9b452a
Toolbar: Prevent PHP deprecation warning in admin bar when node is ad…
westonruter 3839805
Docs: Explicitly document the `rest_revision_query` filter.
SergeyBiryukov 202a1f3
Build/Test tools: Unify REST API group as `restapi`.
peterwilsoncc b00c4ac
Twenty Seventeen: Restore `$post_id` parameter to `twentyseventeen_ed…
westonruter 1b9e8dc
General: Introduce wp_get_branch_version() helper to extract major.mi…
tejas0306 9a69a4b
Versioning: Address PR feedback — extend wp_get_wp_version(), fix 7.0…
tejas0306 7cf235d
Fix: Fixes PHPCS MultipleStatementAlignment warnings in test_wp_get_w…
tejas0306 e556422
Use elseif for minor part in wp_get_wp_version per review
tejas0306 60629bf
Merge branch 'add/wp-get-branch-version' of https://github.com/tejas0…
tejas0306 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.