GitHub
 Chat
 Donate

v3.9.8.2 – WordOps maintenance release

What’s New ?

New WordOps maintenance release available !

https://github.com/WordOps/WordOps/releases/tag/v3.9.8.2

We asked last week on Twitter if we should automatically configure UFW firewall during WordOps installation/upgrade and your answer was YES at 79%. That’s why this release introduce automated UFW firewall configuration with minimal rules for WordOps usage.

The second new feature introduced in this release is the ability to customize Nginx configuration by creating an empty file with the extension .custom. This way if you want to customize the file /etc/nginx/conf.d/fastcgi.conf, you just have to create an empty file /etc/nginx/conf.d/fastcgi.conf.custom.

Example :

sudo touch /etc/nginx/conf.d/fastcgi.conf.custom

Changelog

Added

  • Additional cache expection for Easy Digital Downloads PR #120
  • Additional settings to support mobile with WP-Rocket
  • Add the ability to block nginx configuration overwriting by adding an empty file .custom. Example with /etc/nginx/conf.d/webp.conf -> touch /etc/nginx/conf.d/webp.conf.custom
  • If there is a custom file, WordOps will write the configuration in an empty file named fileconf.conf.orig to let users implement possible changes
  • UFW minimal configuration during install. Can be disabled with the flag -w, --wufw or --without-ufw.
    Example :
wget -qO wo wops.cc && sudo bash wo -w

Fixed

  • WordOps internal database creation on servers running with custom setup