WordPress Cluster 7.0.1

  • Plugins updated
    • Dark Matter 2.0.0
      • Hotfix for missing sso hook for anonymous visitors, potentially causing slowdown
  • Themes Updated
    • Preference Centre 1.2.11
      • Email Preferences’ ajax requests now point to the correct  endpoint.

PR: https://github.com/dc-thomson/wordpress/pull/1958

WordPress Cluster 7.0.0

  • Plugins updated
  • Must Use Plugins updated
    • DCT Release Notes 1.1.0
      • Removed switch to blog hack put in place for Dark Matter 1.x.
    • DCT Environment 1.1.0
      • Removed network option: Use Production Images and related code
        • Now obsoleted, see below.
  • Developers
    • Developer and staging setups created from this point onwards use local images and fall back to production images automatically. Therefore a switch is no longer required. Summary: Uploads are stored locally, if the file does not exist the webserver requests it from production.

      To take advantage of this:

      vagrant destroy web --force && vagrant up

PR: https://github.com/dc-thomson/wordpress/pull/1951