Skip to content

Releases: basilhendroff/truenas-iocage-wordpress

2.3.5

18 Sep 15:33
50a9bce
Compare
Choose a tag to compare

Update the Caddy webserver to:

  1. Use ISO 8601 time-stamping.
  2. Harden WordPress
  3. Mitigate spam attacks on WordPress

2.3.4

21 Jul 05:14
b104408
Compare
Choose a tag to compare

The password file stored in the root directory is now backed up to the WordPress site root.

2.3.3

31 May 18:56
eeca3d1
Compare
Choose a tag to compare

Caddy now uses more package defaults. 3d51ad5, f6ad15c, eeca3d1

  1. configtest replaces validate. service caddy configtest is the package equivalent of caddy validate.
  2. Caddy process and access logs previously located in /var/log can now be found in /var/log/caddy.

2.3.2

23 May 12:34
cdeb8ec
Compare
Choose a tag to compare
  1. cdeb8ec - Previously bespoke installed, now uses the pkg package manager to install Caddy.
  2. ab23605 - Additional web server hardening
  3. 6b9205f, d28b000, 07da758, c0fcbc6 - Minor bug fixes

2.3.1

02 Jan 08:10
02d621b
Compare
Choose a tag to compare

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.

2.3.0

01 Jan 09:15
9e2b612
Compare
Choose a tag to compare

Highlights:

  1. 9feaf26 Uses Caddy 2.3.0.
  2. da81eb0, a4013ed Configuration variable WP_ROOT replaces FILES_PATH and DB_PATH.

2.2.0

28 Nov 18:32
4f05e7f
Compare
Choose a tag to compare

Highlights:

Notable changes in this release:

  1. 3f5a45e, 5f465c0, a57ef39 Install the command line tool WP-CLI within the jail.
  2. 4f506d4 Bugfix: Avoid the use of $ when generating passwords.
  3. 6b1860a Bugfix: Authentication keys and salts in wp-config.php

2.1.0

26 Oct 06:05
c26cc10
Compare
Choose a tag to compare

Highlights:

c26cc10 Use MariaDB 10.5 plus a minor improvement to the password generator.

2.0.0

25 Oct 22:35
b67618f
Compare
Choose a tag to compare

Highlights:

Jail and script improvements:
b67618f Updated to use MariaDB 10.4, which adopts an improved authentication model that no longer requires a separate root db user. The system root user can log in without a password.

1.5.0

25 Oct 11:14
ea22d53
Compare
Choose a tag to compare

Highlights:

Jail improvements:
f85540a Create a phpMyAdmin database to hold configuration data.

Script improvments:
15b4552 Update POST-INSTALL.md to reflect the change.