3.7.4
3.7.4
Fixed
- Ensure the
WPLoader
module will set the db constants when inloadOnly: true
mode. - The
WPLoader
module will now set theWPBROWSER_LOAD_ONLY
environment variable to1
when inloadOnly: true
and to0
when inloadOnly: false
mode. - Updated documentation for the
WPLoader
module to explicitly state that theconfigFlile
parameter will be used both when inloadOnly: true
andloadOnly: false
modes.