Skip to content
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

[pull] trunk from WordPress:trunk #1982

Open
wants to merge 148 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
148 commits
Select commit Hold shift + click to select a range
315cd6d
General: Fix `force_ssl_admin()` to always return bool.
swissspidy Feb 17, 2025
a1440ae
Security: Remove use of `innerHTML` in the `the_block_template_skip_l…
johnbillion Feb 17, 2025
8b68efd
Accessibility: Globally update `.screen-reader-text` class.
joedolson Feb 17, 2025
a16dd4f
Build/Test Tools: Update 3rd party actions in new workflow files.
desrosj Feb 17, 2025
cc82ccd
Uploads: Fix media uploader styling issue for long filenames.
audrasjb Feb 17, 2025
d42962b
Uploads: Use the `word-wrap-break-word` instead of specific CSS on `.…
audrasjb Feb 17, 2025
f89ea16
Docs: Correct the type for `the_modified_date` filter parameter.
SergeyBiryukov Feb 18, 2025
95c00d0
General: Add speculative loading support via the Speculation Rules API.
felixarntz Feb 18, 2025
d455334
Block Hooks: Add function to encapsulate wrapping in ad-hoc parent.
ockham Feb 19, 2025
3da7534
Block Hooks: Remove `WP_Post` type hint.
JJJ Feb 19, 2025
04d7384
Coding Standards: Use strict comparison in `wp_new_comment_notify_mod…
SergeyBiryukov Feb 19, 2025
9770026
Coding Standards: Use strict comparison in `wp_new_comment_notify_pos…
SergeyBiryukov Feb 20, 2025
58527d5
Twenty Twelve: Update the quote pattern to use the quote block.
carolinan Feb 20, 2025
f1ba592
Twenty Ten: Correct the styling of the file block.
carolinan Feb 20, 2025
7daa963
Media: fix full size image generation for PNG uploads.
adamsilverstein Feb 20, 2025
b60e965
Media: fix indentation for media.php.
adamsilverstein Feb 20, 2025
b6d285f
Coding Standards: Properly space and indent `! defined()` checks.
desrosj Feb 20, 2025
26ed02b
Administration: Capitalize "Collapse Menu" string for better consiste…
audrasjb Feb 20, 2025
889d6e2
Build/Test: Fix JavaScript linting scripts
aaronjorbin Feb 20, 2025
6bc569a
Administration: Capitalize "Collapse Main Menu" aria-label string for…
audrasjb Feb 20, 2025
ee94557
Administration: Capitalize "Edit Site" strings for consistency.
audrasjb Feb 20, 2025
fec79b7
Bundled Themes: Prevent a fatal error occurring with Twenty Fourteen …
audrasjb Feb 20, 2025
d9b9fa5
Coding Standards: Use strict comparison in `wp_delete_comment()`.
SergeyBiryukov Feb 21, 2025
1d77cfa
Site Health: Improve fonts directory check.
audrasjb Feb 21, 2025
b8f28f9
Themes: Support `:focus-visible` in theme.json.
joedolson Feb 21, 2025
165d803
Media: Support generating filenames without a suffix.
joedolson Feb 21, 2025
00ae6b8
TwentyTwentyOne: Add `aria-controls` attributes to primary sub-menu.
audrasjb Feb 22, 2025
854c9d4
Bundled Theme: A11y: Fix skip link in Twenty Ten.
joedolson Feb 22, 2025
1152b1a
Docs: Correct the note on default nonce lifespan in `wp_verify_nonce(…
SergeyBiryukov Feb 22, 2025
1f519fd
Site Health: Improve HTML semantics for tables used in Site Health de…
audrasjb Feb 22, 2025
de302c6
Coding Standards: Use strict comparison in `get_page_of_comment()`.
SergeyBiryukov Feb 23, 2025
fc96319
Docs: Various improvements to inline documentation.
johnbillion Feb 23, 2025
bcb59bf
Coding Standards: Rename variable in `update_meta_cache()` for accuracy.
peterwilsoncc Feb 23, 2025
9d40521
Docs: Correct DocBlock formatting for `wp_check_comment_data()`.
SergeyBiryukov Feb 24, 2025
4a00fd7
Docs: Correct DocBlock formatting for `wp_check_comment_disallowed_li…
SergeyBiryukov Feb 24, 2025
54e97c4
Docs: Various improvements to inline documentation.
johnbillion Feb 24, 2025
69378cc
Editor: Add option to ignore sticky posts in Query block.
Mamaduka Feb 25, 2025
d9846f8
Coding Standards: Use strict comparison in `wp_transition_comment_sta…
SergeyBiryukov Feb 25, 2025
1af6d01
Help/About: Replace "Support" with "Support Forums" in `import.php` h…
audrasjb Feb 25, 2025
0735741
Build/Test Tools: Add tests for theme-related body classes.
audrasjb Feb 25, 2025
12eaef1
Date/Time: Add sanitization to `WP_Locale::get_month()`.
audrasjb Feb 25, 2025
8c7fe3c
Docs: Correct the type for `transition_comment_status` action paramet…
SergeyBiryukov Feb 26, 2025
cf198e8
Themes: Allow pattern files to be organized into sub-folders.
joemcgill Feb 26, 2025
d8ba90e
Build/Test Tools: Raise timeout value when running tests on PHP 8.4.
desrosj Feb 26, 2025
8b5816b
Editor: Allow registering block type collections with a single functi…
felixarntz Feb 26, 2025
cf58989
Administration: Adjust submenu padding in admin menu.
audrasjb Feb 26, 2025
b607715
Administration: Revert [59709].
audrasjb Feb 26, 2025
bbdd9fb
Comments: Remove bulk action dropdown depending on user caps.
audrasjb Feb 26, 2025
526e385
Comments: Remove bulk action dropdown depending on user caps.
audrasjb Feb 27, 2025
4412481
Administration: Revert [59705] and bring back the light grey admin ba…
audrasjb Feb 27, 2025
b45e379
REST API: Add the site reading options to the index.
Mamaduka Feb 27, 2025
e807a7c
General: Allow speculative loading opt-out CSS classes to be applied …
felixarntz Feb 27, 2025
cc141f9
Docs: Correct the type for `::prepare_status_response()` parameter in…
SergeyBiryukov Feb 27, 2025
dd514da
Embeds: Add support for youtube-nocookie.com domain.
audrasjb Feb 27, 2025
e784437
Themes: Fix inconstancies between theme and plugin editor.
audrasjb Feb 27, 2025
83b9080
Editor: Set new default rendering mode for Pages.
peterwilsoncc Feb 27, 2025
e7ce9bb
REST API: Exit gracefully for malformed URLs.
peterwilsoncc Feb 27, 2025
46399d6
Coding Standards: Use strict comparison in `privacy_ping_filter()`.
SergeyBiryukov Feb 28, 2025
3f82512
Embeds: Revert [59883].
audrasjb Feb 28, 2025
57828fa
General: Add missing space before `checked` attributes in various WP_…
audrasjb Feb 28, 2025
73c0f0b
Site Health: Add a robots.txt check to the server data.
aaronjorbin Feb 28, 2025
980f254
Twenty Twenty-Five: Improves text strings.
karmatosed Feb 28, 2025
bcaaa16
REST API: Add support for `search_columns` to the user endpoint.
joemcgill Feb 28, 2025
360732e
Security: Reintroduce support for passwords hashed with MD5.
johnbillion Feb 28, 2025
7e13238
Site Health: Fix typo in the `robots.txt` check messages.
SergeyBiryukov Mar 1, 2025
f6b5544
Security: Add some test files that were missed in [59828].
johnbillion Mar 2, 2025
3e56dfc
Docs: Various improvements to inline documentation.
johnbillion Mar 2, 2025
1964aec
Media: Simplify file name generation for image conversions.
joedolson Mar 2, 2025
c19e4a4
Coding Standards: Use strict comparison in `wp_insert_comment()`.
SergeyBiryukov Mar 2, 2025
1c2a87b
REST API: Improve performance for HEAD requests.
TimothyBJacobs Mar 2, 2025
e30ab16
Users: Add pre-flight filter to `count_many_users_posts()`.
peterwilsoncc Mar 2, 2025
cad2f8c
Users: Use `editable_roles` filter for multisite sub-sites.
peterwilsoncc Mar 2, 2025
b4f0fc9
Media: Allow uploading images from URLs without extensions.
joedolson Mar 3, 2025
1b236aa
Coding Standards: Revert strict comparison added in [59898].
swissspidy Mar 3, 2025
b5e0c16
Security: Reduce the length of the hash returned by `wp_fast_hash()` …
johnbillion Mar 3, 2025
4ed2a8b
Editor: Support Stylebook in the Site Editor for classic themes.
joemcgill Mar 3, 2025
bc1bdb3
Editor: Update packages for 6.8 Beta 1.
joemcgill Mar 3, 2025
4452b67
Bundled Themes: Add `aria-current="page"` on header links.
joedolson Mar 3, 2025
2b697b8
Widgets: Add post type support to `get_calendar()` function.
audrasjb Mar 3, 2025
7903c32
Docs: Param indentation improvements in `get_calendar()` function and…
audrasjb Mar 3, 2025
f578d8e
Admin bar: Update the "Edit Site" link.
audrasjb Mar 3, 2025
5aa3534
Bundled Themes: Twenty Twelve: Add ARIA attributes on menu toggle.
joedolson Mar 3, 2025
8174336
Bundled Themes: Twenty Twelve: Move skip link to top of body.
joedolson Mar 3, 2025
c1d2a5d
Bundled Themes: Twenty Thirteen: Move skip link to top of body.
joedolson Mar 3, 2025
8731d62
Bundled Themes: Twenty Fourteen: Move skip link to top of body.
joedolson Mar 3, 2025
04b6524
Coding Standards: Use strict comparison in `wp_insert_comment()`.
SergeyBiryukov Mar 3, 2025
ad039b2
Bundled Themes: Twenty Fifteen: Fix ARIA expanded in primary menu.
joedolson Mar 3, 2025
d55d8dc
Widgets: Fix `get_calendar()` related PHPUnit tests.
audrasjb Mar 3, 2025
9c11701
Widgets: Fix `get_calendar()` related PHPUnit tests.
audrasjb Mar 3, 2025
e6fa3b9
Query: Ensure secondary loops populate the full global post.
peterwilsoncc Mar 3, 2025
24a47a4
Build/Test Tools: Remove redundant escaping from the commit message t…
johnbillion Mar 3, 2025
1578f25
Bundled Themes: Twenty Nineteen: Omit irrelevant ARIA in menus.
joedolson Mar 3, 2025
b1cfb19
Build/Test Tools: Remove redundant decoding from the commit message t…
peterwilsoncc Mar 4, 2025
1439cc5
Bookmarks: Update `link_updated` when a link is created or updated.
audrasjb Mar 4, 2025
2a0517b
Editor: Use the `export` cap to determine whether users can export th…
audrasjb Mar 4, 2025
13fe8be
Block support: Add server-side processing for ariaLabel.
Mamaduka Mar 4, 2025
cc77f08
Upgrade/Install: Prevent an unnecessary plugin update check when the …
johnbillion Mar 4, 2025
fd3f4e3
Docs: Various improvements to inline documentation.
johnbillion Mar 4, 2025
bbfe51c
External Libraries: Update `json2php` to version `0.0.12`.
desrosj Mar 4, 2025
224cc6e
Build/Test Tools: Update `devDependencies`.
desrosj Mar 4, 2025
87953e1
Tests: Move `get_calendar()` tests to a more appropriate place.
SergeyBiryukov Mar 4, 2025
dc21f5b
Date/Time: Add tests that cover the `wp_timezone_override_offset()` f…
johnbillion Mar 4, 2025
311b2c1
WordPress 6.8 Beta 1.
joemcgill Mar 4, 2025
2e078fe
Post WordPress 6.8 Beta 1 version bump.
joemcgill Mar 4, 2025
4ad0135
Media: Tests: Remove extraneous @test annotation.
joedolson Mar 4, 2025
ac057e6
Build/Test: Remove unused ink-docstrap.
aaronjorbin Mar 4, 2025
e641b06
Tests: Improve `wp_timezone_override_offset()` unit tests.
SergeyBiryukov Mar 5, 2025
1cd5c21
Query: Ensure preview links show autosave content to logged in users.
peterwilsoncc Mar 5, 2025
69807a5
Editor: Fix block type and block metadata collection registration iss…
felixarntz Mar 5, 2025
9c2527a
Widgets: Improve caching within `get_calendar()`.
peterwilsoncc Mar 5, 2025
6f1628d
Docs: Update `$network_id` parameter type to `int|null` in Network Op…
audrasjb Mar 5, 2025
b6835c1
General: Remove extra spaces added before `checked()` functions used …
audrasjb Mar 5, 2025
fdb29a4
Customizer: Improve input field widths and alignment for date/time co…
audrasjb Mar 5, 2025
679935f
Plugins: Restric direct access to Hello Dolly PHP file.
audrasjb Mar 6, 2025
c7e01a4
Security: Remove Cafelog URL.
audrasjb Mar 6, 2025
a68196e
Customize: Properly escape URLs passed by `url` and `return` parameters.
audrasjb Mar 6, 2025
f01e810
General: Cast `$public` param to `bool` in `do_robots()`.
audrasjb Mar 6, 2025
408a01a
Coding Standards: Fix WPCS issues in `get_calendar()`.
SergeyBiryukov Mar 6, 2025
c44c37d
Menus: Validate custom links and add accessible error messages.
joedolson Mar 6, 2025
3bff6ee
General: Add `noindex,nofollow` meta tag to the `readme.html` file.
audrasjb Mar 7, 2025
4b2c7c0
Menus: Fix JS Warning when removing menu items.
joedolson Mar 7, 2025
8bedbcd
Editor: Fix unexpected behavior due to conflicting custom block templ…
felixarntz Mar 7, 2025
17b08bf
Docs: Clarify the backward compatibility reference in `get_calendar()…
SergeyBiryukov Mar 7, 2025
903b1fe
Coding Standards: Correct conditional formatting in `get_calendar()`.
SergeyBiryukov Mar 8, 2025
f766d26
Media: Improve HTML5 compliance of `wp_video_shortcode()` boolean att…
audrasjb Mar 9, 2025
579b444
Media: Apply [59954] changes to `wp_video_shortcode()` instead of `wp…
audrasjb Mar 9, 2025
0b06068
Upgrade/Install: Adjust the check for missing extensions during an up…
johnbillion Mar 9, 2025
f01ff83
Coding Standards: Use strict comparison in `check_comment()`.
SergeyBiryukov Mar 9, 2025
7596040
Editor: Update preload paths for post and site editor.
Mamaduka Mar 10, 2025
27181a7
Date/Time: Fix the recently introduced test for `wp_timezone_override…
johnbillion Mar 10, 2025
d5a3a14
Administration: Update out of date error message styling.
joedolson Mar 10, 2025
3ec136b
Editor: Update packages for 6.8 Beta 2.
joemcgill Mar 10, 2025
a834d96
Coding Standards: Use strict comparison in `_fix_attachment_links()`.
SergeyBiryukov Mar 10, 2025
76d98ad
Bump `esversion` from 6 to 10 in JSHint config.
westonruter Mar 10, 2025
07e3b25
Build/Test Tools: Update `external-http` group to include all network…
peterwilsoncc Mar 11, 2025
5564c70
REST API: Add additional default template data fields for the active …
Mamaduka Mar 11, 2025
173ee18
Permalinks: Ensure pagination links are consistent with permalink str…
audrasjb Mar 11, 2025
16ee79b
Media: Allow super-admin to access files of archived sites.
audrasjb Mar 11, 2025
5f24c9d
Themes: Fix resolution of parent themes.
joemcgill Mar 11, 2025
34b98f1
Security: Update `composer/ca-bundle` to version `1.5.6`.
desrosj Mar 11, 2025
8ae3a26
REST API: Fix fatal error when making HEAD requests with _fields filter.
TimothyBJacobs Mar 11, 2025
e2f7128
WordPress 6.8 Beta 2.
audrasjb Mar 11, 2025
f262997
Post WordPress 6.8 Beta 2 version bump.
audrasjb Mar 11, 2025
ca9f18d
Build/Test Tools: Allow upgrade tests for multiple versions.
desrosj Mar 11, 2025
7475126
Coding Standards: Use strict comparison in `wp_check_comment_data()`.
SergeyBiryukov Mar 11, 2025
d71d317
Coding Standards: Use strict comparison in `WP_Query::get_posts()`, t…
SergeyBiryukov Mar 12, 2025
066499a
Users: Remove unwanted `aria-describedby` attribute in User Edit.
audrasjb Mar 13, 2025
dbdeb3c
Docs: Correct formatting for some inline comments in unit tests.
SergeyBiryukov Mar 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# Files and folders related to build/test tools
# Files and folders related to build/test tools including generated files
/build
/node_modules
/tests
/vendor
/tools
/jsdoc
/artifacts
/coverage
.cache/*
/src/wp-includes/blocks/**/*.js
/src/wp-includes/blocks/**/*.js.map
/src/wp-admin/js
/src/wp-includes/js

# Excluded files and folders based on `jsdoc.conf.json` exclusions
/src/js/_enqueues/vendor

# Webpack built files
/src/wp-includes/js/media-*

# Themes
src/wp-content/themes/
src/wp-content/themes

# Files and folders that get created in wp-content
/src/wp-content/plugins
/src/wp-content/mu-plugins
/src/wp-content/upgrade
/src/wp-content/uploads
4 changes: 2 additions & 2 deletions .github/workflows/reusable-performance-report-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
fetch-depth: ${{ github.event_name == 'workflow_dispatch' && '2' || '1' }}
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/reusable-performance-test-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ jobs:
echo "PHP_FPM_GID=$(id -g)" >> "$GITHUB_ENV"

- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
fetch-depth: ${{ github.event_name == 'workflow_dispatch' && '2' || '1' }}
persist-credentials: false

- name: Set up Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
TEST_RESULTS_PREFIX: ${{ inputs.subject != 'current' && inputs.subject || '' }}

- name: Archive artifacts
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
if: always()
with:
name: performance-${{ inputs.multisite && 'multisite' || 'single' }}-${{ inputs.memcached && 'memcached' || 'default' }}-${{ inputs.subject }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-phpunit-tests-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
phpunit-tests:
name: ${{ inputs.phpunit-test-groups && format( '{0} / ', inputs.phpunit-test-groups ) || '' }}PHP ${{ inputs.php }} ${{ ! inputs.phpunit-test-groups && ! inputs.coverage-report && '/ ' || 'with ' }}${{ 'mariadb' == inputs.db-type && 'MariaDB' || 'MySQL' }} ${{ inputs.db-version }}${{ inputs.multisite && ' multisite' || '' }}${{ inputs.db-innovation && ' (innovation release)' || '' }}${{ inputs.memcached && ' with memcached' || '' }}${{ inputs.report && ' (test reporting enabled)' || '' }} ${{ 'example.org' != inputs.tests-domain && inputs.tests-domain || '' }}
runs-on: ${{ inputs.os }}
timeout-minutes: ${{ inputs.coverage-report && 120 || 20 }}
timeout-minutes: ${{ inputs.coverage-report && 120 || inputs.php == '8.4' && 30 || 20 }}

steps:
- name: Configure environment variables
Expand Down
13 changes: 3 additions & 10 deletions .github/workflows/slack-notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
with:
retries: 2
retry-exempt-status-codes: 418
result-encoding: string
script: |
const commit_details = await github.rest.repos.getCommit({
owner: context.repo.owner,
Expand All @@ -143,18 +144,10 @@ jobs:
});
return commit_details.data.commit.message;

- name: Prepare commit message.
id: commit-message
run: |
# shellcheck disable=SC2016
COMMIT_MESSAGE="$(echo "${COMMIT_MSG_RAW}" | awk 'NR==1' | sed 's/`/\\`/g' | sed 's/\"/\\\\\\"/g' | sed 's/\$/\\$/g')"
echo "commit_message_escaped=${COMMIT_MESSAGE}" >> "$GITHUB_OUTPUT"
env:
COMMIT_MSG_RAW: ${{ ( github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' ) && fromJson( steps.current-commit-message.outputs.result ) || github.event.head_commit.message }}

- name: Construct payload and store as an output
id: create-payload
run: |
COMMIT_MSG="$(echo "${COMMIT_MSG_RAW}" | awk 'NR==1')"
PAYLOAD="$( jq \
-n \
--arg workflow_name "${GITHUB_WORKFLOW}" \
Expand All @@ -165,7 +158,7 @@ jobs:
)"
echo "payload=$PAYLOAD" >> "$GITHUB_OUTPUT"
env:
COMMIT_MSG: ${{ steps.commit-message.outputs.commit_message_escaped }}
COMMIT_MSG_RAW: ${{ ( github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' ) && steps.current-commit-message.outputs.result || github.event.head_commit.message }}

# Posts notifications when a workflow fails.
failure:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/upgrade-develop-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,17 @@ jobs:
php: [ '7.2', '8.4' ]
db-type: [ 'mysql' ]
db-version: [ '5.7', '8.4' ]
wp: [ '6.5', '6.6', '6.7' ]
# WordPress 4.9 is the oldest version that supports PHP 7.2.
wp: [ '4.9', '6.5', '6.6', '6.7' ]
multisite: [ false, true ]

exclude:
# The PHP <= 7.3/MySQL 8.4 jobs currently fail due to mysql_native_password being disabled by default. See https://core.trac.wordpress.org/ticket/61218.
- php: '7.2'
db-version: '8.4'
# WordPress 4.9 does not support PHP 8.4.
- php: '8.4'
wp: '4.9'
with:
os: ${{ matrix.os }}
php: ${{ matrix.php }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
concurrency:
# The concurrency group contains the workflow name and the branch name for pull requests
# or the commit hash for any other events.
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
group: ${{ github.workflow }}-${{ inputs.new-version || github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true

# Disable permissions for all available scopes by default.
Expand Down
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"curly": true,
"eqeqeq": true,
"eqnull": true,
"esversion": 6,
"esversion": 10,
"expr": true,
"immed": true,
"noarg": true,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ext-dom": "*"
},
"require-dev": {
"composer/ca-bundle": "1.5.5",
"composer/ca-bundle": "1.5.6",
"squizlabs/php_codesniffer": "3.10.3",
"wp-coding-standards/wpcs": "~3.1.0",
"phpcompatibility/phpcompatibility-wp": "~2.1.3",
Expand Down
1 change: 0 additions & 1 deletion jsdoc.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"linenums": true
},
"opts": {
"template": "./node_modules/ink-docstrap/template",
"recurse": true,
"private": true
}
Expand Down
Loading