Skip to content

Commit cea6fcc

Browse files
Merge branch 'trunk' into fix/1682-bump-minimum-wp-version
2 parents 56bd384 + 14db8d1 commit cea6fcc

File tree

72 files changed

+2416
-281
lines changed

Some content is hidden

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

72 files changed

+2416
-281
lines changed

.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: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)