- Update manpages regarding last patch release.
- Upgrade PHP version of template
joomla3.8
to 7.3. - Remove template
generic-php5.6
and promote it togeneric-php7.1
. - Remove templates
drupal6
,joomla2.x
,webpress
,wordpress-compat
.
- Automatically promote sites using the
generic-php7.0
template to use thegeneric-php7.1
template instead.
- Preemptively replace all occurrences of PHP 7.0 with 7.1 and drop support for
Ubuntu
xenial
.
- Add per-site includes to HTTPS too (I accidentally missed the HTTPS template in the last release).
- Rename the Joomla! templates to be consistent with the naming scheme of the rest of the templates.
- Add per-site includes to allow configuration of edge-case scenarios that shouldn't be covered by the template.
- Ensure that the
/media
location block for Joomla! sites also caches.
- Add
generic-php7.2
template.
- Add public caching rules to each template for static resources.
- Switch
Cache-Control
optimization header from 'private' to 'public'.
- Fix a bug with the
FPMPool
class.
- Fix a bug with the
flush-config
command.
- Change composer.json to accept any version of PHP extension (defer to packaging control dependency management).
- Finish all man page documentation.
- Modify
flush-config
(8) to require--overwrite
for overwriting PHP-FPM common configuration files from the built-in template. - Modify
get-dkim
(8) to accept--get-fqdn
to show the Fully-Qualified Domain Name (FQDN) of a given DKIM record.
- Begin tracking changes with
CHANGELOG.md
. - Introduced signed Git commits for upstream branch.