Skip to content

2.3.1

Compare
Choose a tag to compare
@basilhendroff basilhendroff released this 02 Jan 08:10
· 28 commits to master since this release
02d621b

Highlights: Improved script error checking based on WP_ROOT.

  1. 847fe09 Newer script versions use WP_ROOT instead of FILES_PATH and DB_PATH in the configuration file. Check for the existence of older configuration files.
  2. 90ea4ed Check for the existence of an existing installation based on WP_ROOT.
  3. 3c5e9ab Normalise WP_ROOT if forward slashes have not been properly specified in the path e.g. path/to/site/ -> /path/to/site.
  4. 13778b5 Update README to alert reader to the 'hardcoded' php.ini parameters in the script.