Skip to content

Commit cfd2930

Browse files
committed
Merge branch 'develop' into trunk
2 parents aac9496 + 41506fc commit cfd2930

8 files changed

Lines changed: 440 additions & 42 deletions

File tree

.changeset/huge-hornets-tan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@headstartwp/headstartwp": patch
3+
---
4+
5+
Make headstartwp PSR-4 compliant: add autoload.psr-4 mapping for php-jwt, remove require_once of php-jwt files

.changeset/slick-nights-double.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@headstartwp/next": patch
3+
---
4+
5+
Fix issue with rewrites in multisite setups

.vscode/settings.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,19 @@
55
"phpsab.snifferShowSources": true,
66
"[php]": {
77
"editor.defaultFormatter": "valeryanm.vscode-phpsab"
8-
}
8+
},
9+
"[javascript]": {
10+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
11+
},
12+
"[typescript]": {
13+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
14+
},
15+
"[javascriptreact]": {
16+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
17+
},
18+
"[typescriptreact]": {
19+
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
20+
},
21+
"editor.formatOnSave": true,
22+
"biome.enabled": false
923
}

package-lock.json

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)