WordPress Cluster 6.56.0

  • New Plugins
    • WP All Import PRO 4.5.5
    • WPAI acf-add-on 3.2.0
  • MU Plugin update
    • Advertising 1.2.1
      • Advertising stop panel changed to editor permission level and above
  • Optimize Wordfence Firewall [CORE-1938]
    • php.ini on webservers needs additional step:
      • auto_prepend_file = ‘/srv/wpcluster/src/wp-content/wordfence-waf.php’
    • Network WordFence settings page should now read
      • Protection Level

        Extended Protection: All PHP requests will be processed by the firewall prior to running.

        If you’re moving to a new host or a new installation location, you may need to temporarily disable extended protection to avoid any file not found errors. Use this action to remove the configuration changes that enable extended protection mode or you can remove them manually.

  • Developers
    • Vagrant environment upgrade to Ubuntu 18.04
    • Upgrade to PHP 7.3

Note: To switch to the updated environment recreate your web box:

vagrant destroy web -f
vagrant up

PR: https://github.com/dc-thomson/wordpress/pull/1866, 1890 1892 1897