Skip to content

Commit ab81e22

Browse files
Merge branch 'trunk' into add/code_coverage_auto_sizes
2 parents 18d4d5e + d6abac8 commit ab81e22

23 files changed

+647
-820
lines changed

.github/workflows/php-test-plugins.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
wp: '6.6'
4848
- php: '8.3'
4949
wp: 'trunk'
50+
- php: '8.4'
51+
wp: 'trunk'
5052
- php: '8.2'
5153
phpunit: '9.6'
5254
wp: 'latest'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The feature plugins which are currently featured by this plugin are:
1414
Plugin | Slug | Experimental | Links
1515
--------------------------------|---------------------------|--------------|-------------
1616
[Embed Optimizer][5] | `embed-optimizer` | No | [Source][13], [Issues][21], [PRs][29]
17+
[Enhanced Responsive Images][6] | `auto-sizes` | No | [Source][14], [Issues][22], [PRs][30]
1718
[Image Placeholders][1] | `dominant-color-images` | No | [Source][9], [Issues][17], [PRs][25]
1819
[Image Prioritizer][7] | `image-prioritizer` | No | [Source][15], [Issues][23], [PRs][31]
1920
[Modern Image Formats][2] | `webp-uploads` | No | [Source][10], [Issues][18], [PRs][26]
2021
[Optimization Detective][33] | `optimization-detective` | No | [Source][34], [Issues][35], [PRs][36]
2122
[Performant Translations][3] | `performant-translations` | No | [Source][11], [Issues][19], [PRs][27]
2223
[Speculative Loading][4] | `speculation-rules` | No | [Source][12], [Issues][20], [PRs][28]
23-
[Enhanced Responsive Images][6] | `auto-sizes` | Yes | [Source][14], [Issues][22], [PRs][30]
2424
[View Transitions][37] | `view-transitions` | Yes | [Source][38], [Issues][39], [PRs][40]
2525
[Web Worker Offloading][8] | `web-worker-offloading` | Yes | [Source][16], [Issues][24], [PRs][32]
2626

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"yoast/phpunit-polyfills": "^4.0",
5252
"phpstan/php-8-stubs": "^0.4.0",
5353
"phpstan/phpstan-strict-rules": "^1.6",
54-
"wpackagist-plugin/plugin-check": "^1.5"
54+
"wpackagist-plugin/plugin-check": "^1.6"
5555
},
5656
"config": {
5757
"allow-plugins": {

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)