Skip to content

Commit d209703

Browse files
committed
Merge branch 'trunk' into feature/1511-incorporate-layout-constraints-from-ancestors
2 parents 9ffe60c + 6036183 commit d209703

File tree

60 files changed

+2008
-255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2008
-255
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
coverage: [false]
4747
include:
4848
- php: '7.4'
49-
wp: '6.5'
49+
wp: '6.6'
5050
- php: '8.3'
5151
wp: 'trunk'
5252
- php: '8.2'

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ nbproject/
2525
build
2626
.wp-env.override.json
2727
*.min.js
28+
*.min.css
2829
*.asset.php
2930

3031
############

.wp-env.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
"./plugins/webp-uploads"
1313
],
1414
"env": {
15+
"development": {
16+
"config": {
17+
"WP_DEVELOPMENT_MODE": "plugin"
18+
}
19+
},
1520
"tests": {
1621
"config": {
1722
"FS_METHOD": "direct"

composer.lock

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

0 commit comments

Comments
 (0)