Skip to content

Commit 5a936de

Browse files
jeremyfeltclaude
andcommitted
Refresh tooling: target WordPress 7.0, update dependencies, remove devcontainer
- Point wp-env and Playground blueprint at WordPress 7.0 - Update Composer and npm dependencies (ncu -u) and rebuild assets - Remove Codespaces .devcontainer configuration - Ignore .reviews/ output Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 29ddf39 commit 5a936de

13 files changed

Lines changed: 5802 additions & 3548 deletions

.devcontainer/devcontainer.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
.claude
33
.phpunit.result.cache
4+
.reviews/

.wp-env.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"core": "WordPress/WordPress#6.9",
2+
"core": "WordPress/WordPress#7.0",
33
"phpVersion": "8.2",
44
"plugins": [
55
"."

blueprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"landingPage": "/wp-admin/post-new.php",
33
"preferredVersions": {
44
"php": "8.2",
5-
"wp": "latest"
5+
"wp": "7.0"
66
},
77
"steps": [
88
{

composer.lock

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

0 commit comments

Comments
 (0)