WordPress Cluster 8.3.0

  • MU Plugin Updates
    • Performance 1.1.0
      • Performance improvements on the edit screen on sites with ACF disabled.
  • Plugin Updates
    • ESIO Server 3.7.0
      • New ESIO Settings to manage Queue email notifications.
        1. Queue item time threshold (in minutes)
        2. “Queued for longer than 5 minutes” Email Notification Recipients
        3. A cron every five minutes checks the queue.
        4. If the (1) threshold is met an email notification is sent to the (2) specified recipients.
        5. Note: Caveat of the five minute cron is that on some occasions a post could just miss a schedule which would mean the notification would come after the next schedule.
    • ESIO WebServices 3.2.5:
      • Removed dependency on ACF for the editing screen (further work is likely required, but enough has been done for the edit screen to load.
  • Theme Feature Updates
    • Syndicate 1.0.0
      • Contains the theme related parts of syndicate subscriber plugin without needing the latter to be enabled.
  • Developer Related Updates

    • Specify build/vagrant/Vagrantfile.local.yml to override performance settings for the local environment. For example:
virtualbox:
    cpus: 8
    memory: 4096
    db:
      memory: 4096

PR: https://github.com/dc-thomson/wordpress/pull/2074, https://github.com/dc-thomson/wordpress/pull/2120, https://github.com/dc-thomson/wordpress/pull/2114