Releases: eighteen73/nebula-tools
Version 1.3.0
Improvements to the database configuration assistant that runs during project creation.
- Addition:
DB_HOST
will use127.0.0.1
iflocalhost
fails to connect * - Addition: Checks the database connection earlier in the process, so now it happens before the .env file is actually written
- Addition: Offers to delete existing database tables if a database is being reused (useful for repetitive testing)
- Fix: Ignore some PHP-CS warning/errors because we're running outside of WordPress here
* Some development environments (e.g. Herd) do not work with localhost
connections if their PHP isn't configured with MySQL's socket path. Before this change developers needed to recognise the error and manually fix their .env during installation.
Version 1.2.0
This release adds a wordfence-waf.php file that can be used in place of Wordfence's supplied version. It is explained in Nebula issue #28.
Version 1.1.0
Added our own copy of a mu-plugin autoloader and a password hardener so Nebula websites can be run with fewer 3rd party dependencies.
Version 1.0.2
Nebula has been updated to exclude composer.lock for the sake of it's own repo, so this nebula-tools update ensures that composer.lock is still included in newly created projects.
Version 1.0.1
Bugfix for rare string replacement issue when writing keys to the .env file.
Version 1.0.0
Initial release. Includes the script that initialises a new Nebula project's .env file.