ð§ WP Bones 2.0.9 â three numbers back in line
WP Bones 2.0.9 is out ðĶī a small one, about numbers that had quietly stopped agreeing ðĒ
ð bones version keeps its hands off your dependencies. On an npm 6 lockfile (lockfileVersion: 1) it bumped your plugin and the first package in the tree. Now only your plugin's own entry moves.
ð PHP 8.1, checked where it counts. composer.json has asked for 8.1 since 2.0.0, but the CLI's own guard still let 7.4 through. They match now, and a test keeps them matched.

The Requirements page of the WP Bones docs, asking for PHP 8.1 and Node.js 20 or 22+
ðĒ Node 20 or 22+. The v2 build uses glob 11, which yarn won't install on Node 18. The docs now say so, instead of recommending the one version that fails.
âŽïļ Drop-in for 2.0.x: composer update wpbones/wpbones
ð Docs, boilerplates and live Playground demos: https://www.wpbones.com
Ever had two config files disagree for months before anyone noticed? I'd love to hear that story ð


Replies