Skip to content

Releases: eighteen73/nebula-tools

Version 1.3.0

22 Sep 15:12
1dff03a
Compare
Choose a tag to compare

Improvements to the database configuration assistant that runs during project creation.

  • Addition: DB_HOST will use 127.0.0.1 if localhost 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

10 Jul 13:47
0666cf8
Compare
Choose a tag to compare

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

09 Oct 13:42
c304d0d
Compare
Choose a tag to compare

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

25 Sep 18:18
0937c54
Compare
Choose a tag to compare

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

20 Sep 18:54
79b44e6
Compare
Choose a tag to compare

Bugfix for rare string replacement issue when writing keys to the .env file.

Version 1.0.0

18 Jun 15:20
c470781
Compare
Choose a tag to compare

Initial release. Includes the script that initialises a new Nebula project's .env file.