Connects a WordPress site to Newfold systems to provide basic features and metrics.
composer config repositories.newfold composer https://newfold-labs.github.io/satiscomposer require newfold-labs/wp-module-dataRun the Newfold Prepare Release github action to automatically bump the version (either patch, minor or major version), and update build and language files all at once. It will create a PR with changed files for review. Using this workflow, we can skip all the manual release steps below.
-
This module has a constant
NFD_DATA_MODULE_VERSIONwhich needs to be incremented in conjuction with new releases and updates via github tagging. -
Also update the version in the
package.jsonfile. -
Run
npm installto update the package lock file. -
Update build files and/or language files to reflect new version (this module does not yet have a js build step or translations, so this isn't needed - yet).
-
Create release branch and release PR.
This module is forced active and cannot be disabled by users. There is no UI or other options.