PluginProbe
Parse.ly / 3.14.1
Parse.ly v3.14.1
3.24.1 3.24.0 3.23.7 3.23.6 3.23.5 3.23.4 3.23.3 3.16.0 3.16.1 3.16.2 3.16.3 3.16.4 3.17.0 3.18.0 3.18.1 3.19.0 3.19.1 3.19.2 3.19.3 3.2.0 3.2.1 3.20.0 3.20.1 3.20.2 3.20.3 All 105 releases
← All changes | docs/CONTRIBUTING.md +4 -4 3.24.03.14.1 View file →
@@ -49,9 +49,9 @@
49 49 ##### Docker
50 50
51 51 Docker installation depends on your OS. [Please follow their official instructions](https://docs.docker.com/get-docker/). Please always use the latest possible version.
52 52
53 -##### Node.js 22.15 (LTS)
53 +##### Node.js 16 (LTS)
54 54
55 55 Node.js is used in the build process of the Parse.ly plugin. If it's not already installed on your system, you can [visit the Node.js website and install the latest Long Term Support (LTS) version](https://nodejs.org/). If you use [nvm](https://github.com/nvm-sh/nvm) to manage node versions, you can run:
56 56
57 57 ```
@@ -58,11 +58,11 @@
58 58 nvm install
59 59 nvm use
60 60 ```
61 61
62 -##### npm 10.9.2
62 +##### npm 7
63 63
64 -If you need to update npm, you can run:
64 +Node 16 ships with npm version 7, so you don't need to update it manually. In case you don't have the latest version, you can run:
65 65
66 66 ```
67 67 npm i -g npm
68 68 ```
@@ -76,9 +76,9 @@
76 76 ##### Composer 1
77 77
78 78 The Parse.ly plugin includes several packages that require Composer, the PHP package manager. You can view the [composer.json](https://github.com/Parsely/wp-parsely/blob/develop/composer.json) file for a full list of packages. You can install Composer through Homebrew on macOS: `brew install composer`. If you don't have access to Homebrew you can view instructions for how to install Composer on the [Composer website](https://getcomposer.org/download/).
79 79
80 -##### WordPress 6.3
80 +##### WordPress 5.2
81 81
82 82 You don't need to install WordPress if you use the provided, Docker-based wp-env.
83 83
84 84 ##### MySQL 5.7