You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump WordPress old version demo to version 6.2.1 (#2460)
## Motivation for the change, related issues
The old WordPress demo with blueprint was using a length method by
writing a file and installing it, when it is possible to set a zip file
in the `wp` property. The version `5.9.9` was updated to `6.2.1`, the
lowest version supported by the SQLite integration.
Copy file name to clipboardExpand all lines: packages/docs/site/docs/blueprints/08-examples.md
+18-36Lines changed: 18 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,44 +183,26 @@ You can share your own Blueprint examples in [this dedicated wiki](https://githu
183
183
184
184
## Load an older WordPress version
185
185
186
-
Playground only ships with a few recent WordPress releases. If you need to use an older version, this Blueprint can help you: change the version number in `"url": "https://playground.wordpress.net/plugin-proxy.php?url=https://wordpress.org/wordpress-5.9.9.zip"` from `5.9.9` to the release you want to load.
186
+
Playground only ships with a few recent WordPress releases. If you need to use an older version, this Blueprint can help you: change the version number in `"url": "https://playground.wordpress.net/plugin-proxy.php?url=https://wordpress.org/wordpress-6.2.1.zip"` from `6.2.1` to the release you want to load.
187
187
188
-
**Note:** the oldest supported WordPress version is `5.9.9`, following the SQLite integration plugin.
188
+
**Note:** the oldest supported WordPress version is `6.2.1`, following the SQLite integration plugin.
@@ -231,7 +213,7 @@ You can specify the reference in `"url": "https://playground.wordpress.net/plugi
231
213
232
214
To specify the latest commit of a particular branch, you can change the reference to the branch version number, eg `6.6`. To run a specific commit, you can use the commit hash from [WordPress/WordPress](https://github.com/WordPress/WordPress), eg `7d7a52367dee9925337e7d901886c2e9b21f70b6`.
233
215
234
-
**Note:** the oldest supported WordPress version is `5.9.9`, following the SQLite integration plugin.
216
+
**Note:** the oldest supported WordPress version is `6.2.1`, following the SQLite integration plugin.
0 commit comments