Skip to content

Releases: RobDWaller/wordpress-salts-generator

Salts Fix

11 Feb 12:20
f55f34e
Compare
Choose a tag to compare

This release fixes an issue raised where @tylerwiegand highlighted that the generated salts didn't always work with the dotenv library. They also didn't always work with WordPress either.

Also added fixes to the wpsalts executable so the command line no longer outputs notices related to unset variables.

First Release

05 Apr 08:39
Compare
Choose a tag to compare

This is the first release of the WordPress salts generator library.

For use with WordPress projects powered by composer.

Since alpha release:

  • --clean flag added so out put can be appended directly to .env files without any formatting applied.
  • Comments added to codebase so code can be better understood.

Basic Working Version

03 Apr 16:33
Compare
Choose a tag to compare
Basic Working Version Pre-release
Pre-release

First version.

  • Installable via Composer
  • Generates WordPress keys and salts, outputs them to the command line
  • Outputs them in traditional WordPress 'define' format for use with wp-config.php files
  • Outputs them in dotenv format for use in .env files.

Requires comments, general tidy up and further testing before first full release.