Skip to content

Upgrading to Node 22 and other package updates #399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Tags: vendor_name, create-wordpress-plugin

Stable tag: 0.0.0

Requires at least: 5.9
Requires at least: 6.3

Tested up to: 6.1
Tested up to: 6.7

Requires PHP: 8.1

Expand Down Expand Up @@ -129,10 +129,10 @@ npx wp-scripts packages-update --dist-tag=wp-WPVERSION`
```

Where `WPVERSION` is the version of WordPress you are targeting. The version
must include both the major and minor version (e.g., `6.1`). For example:
must include both the major and minor version (e.g., `6.7`). For example:

```sh
npx wp-scripts packages-update --dist-tag=wp-6.1`
npx wp-scripts packages-update --dist-tag=wp-6.7`
```

## Releasing the Plugin
Expand Down
Loading
Loading